Search found 1 match
- 03 Jan 2018, 06:49
- Forum: CAD .NET
- Topic: Create GCode of merged dxf
- Replies: 2
- Views: 15828
Create GCode of merged dxf
Hey, I'm trying to use CAD.NET to create gcode from merged dxf, however there only 3 lines in the output. F0 S 0 G0 Z0 The method I used to merge dxf is AddScaledDXF, which adds dxf as a xref, and the method I used to generate gcode is CADtoGCode.CreateCode. I think the reason is CADtoGCode doesn't ...