Have used different post processor like grbl and mach 3/4 and works great. Any thoughts on this would be appreciated. Here is my gcode file.
- Code: Select all
%prog1
(uccnc_post with default settings)
(Exported by FreeCAD for UC-CNC)
(Post Processor: uccnc_post, version 0.0.4)
(CAM file: E:/lathe projects - knurling tool/cad/WORKING FOLDER-PROJECT/for cutting/cnc bed drill job1.FCStd)
(Output Time: 2023-11-09 09:52:48.632645)
(Units: 'mm' and 'mm/min')
(preamble: begin)
G17 (Default: XY-plane)
G54 (Default: First coordinate system)
G40 (Default: Cutter radius compensation none)
G49 (Default: Tool Length Offsets: cancel tool length)
G90 (Default: Absolute distance mode selection)
G80 (Cancel canned cycle)
(preamble: done)
(operation initialise: Fixture)
(operation start: Fixture)
G54
(operation done: Fixture)
(operation finalised: Fixture)
(operation initialise: 13mm_Drill001)
(operation start: 13mm_Drill001)
(13mm_Drill001)
M6 T1
(operation done: 13mm_Drill001)
(operation finalised: 13mm_Drill001)
(operation initialise: Drilling)
(operation start: Drilling)
(Drilling)
(Begin Drilling)
G0 Z3.000
G90
G98
G0 X8.280 Y9.370
G83 Z-4.000 R4.000 F200.000 Q4.000
G0 Y149.370
G83 F200.000
G0 Y289.370
G83 F200.000
G0 Y409.370
G83 F200.000
G0 Y549.370
G83 F200.000
G0 Y689.370
G83 F200.000
G0 Y809.370
G83 F200.000
G0 Y949.370
G83 F200.000
G0 X184.380
G83 F200.000
G0 Y809.370
G83 F200.000
G0 Y689.370
G83 F200.000
G0 Y549.370
G83 F200.000
G0 Y409.370
G83 F200.000
G0 Y289.370
G83 F200.000
G0 Y149.370
G83 F200.000
G0 Y9.370
G83 F200.000
G0 X361.040
G83 F200.000
G0 Y149.370
G83 F200.000
G0 Y289.370
G83 F200.000
G0 Y409.370
G83 F200.000
G0 Y549.370
G83 F200.000
G0 Y689.370
G83 F200.000
G0 Y809.370
G83 F200.000
G0 Y949.370
G83 F200.000
G0 X527.040
G83 F200.000
G0 Y809.370
G83 F200.000
G0 Y689.370
G83 F200.000
G0 Y549.370
G83 F200.000
G0 Y409.370
G83 F200.000
G0 Y289.370
G83 F200.000
G0 Y149.370
G83 F200.000
G0 Y9.370
G83 F200.000
G80
G0 Z2.000
G0 Z3.000
(operation done: Drilling)
(operation finalised: Drilling)
(postamble: begin)
M05 (stop spindle)
G17 (Default: XY-plane)
G54 (Default: First coordinate system)
G40 (Default: Cutter radius compensation none)
G90 (Default: Absolute distance mode selection)
G80 (Cancel canned cycle)
M30 (Stop program and rewind code)
(postamble: done)
and with no peck- G81.
- Code: Select all
%prog1
(uccnc_post with default settings)
(Exported by FreeCAD for UC-CNC)
(Post Processor: uccnc_post, version 0.0.4)
(CAM file: E:/lathe projects - knurling tool/cad/WORKING FOLDER-PROJECT/for cutting/cnc bed drill job1.FCStd)
(Output Time: 2023-11-09 10:18:21.674436)
(Units: 'mm' and 'mm/min')
(preamble: begin)
G17 (Default: XY-plane)
G54 (Default: First coordinate system)
G40 (Default: Cutter radius compensation none)
G49 (Default: Tool Length Offsets: cancel tool length)
G90 (Default: Absolute distance mode selection)
G80 (Cancel canned cycle)
(preamble: done)
(operation initialise: Fixture)
(operation start: Fixture)
G54
(operation done: Fixture)
(operation finalised: Fixture)
(operation initialise: 13mm_Drill001)
(operation start: 13mm_Drill001)
(13mm_Drill001)
M6 T1
(operation done: 13mm_Drill001)
(operation finalised: 13mm_Drill001)
(operation initialise: Drilling)
(operation start: Drilling)
(Drilling)
(Begin Drilling)
G0 Z5.000
G90
G98
G0 X8.280 Y9.370
G81 Z-4.000 R3.000 F200.000
G0 Y149.370
G81 F200.000
G0 Y289.370
G81 F200.000
G0 Y409.370
G81 F200.000
G0 Y549.370
G81 F200.000
G0 Y689.370
G81 F200.000
G0 Y809.370
G81 F200.000
G0 Y949.370
G81 F200.000
G0 X184.380
G81 F200.000
G0 Y809.370
G81 F200.000
G0 Y689.370
G81 F200.000
G0 Y549.370
G81 F200.000
G0 Y409.370
G81 F200.000
G0 Y289.370
G81 F200.000
G0 Y149.370
G81 F200.000
G0 Y9.370
G81 F200.000
G0 X361.040
G81 F200.000
G0 Y149.370
G81 F200.000
G0 Y289.370
G81 F200.000
G0 Y409.370
G81 F200.000
G0 Y549.370
G81 F200.000
G0 Y689.370
G81 F200.000
G0 Y809.370
G81 F200.000
G0 Y949.370
G81 F200.000
G0 X527.040
G81 F200.000
G0 Y809.370
G81 F200.000
G0 Y689.370
G81 F200.000
G0 Y549.370
G81 F200.000
G0 Y409.370
G81 F200.000
G0 Y289.370
G81 F200.000
G0 Y149.370
G81 F200.000
G0 Y9.370
G81 F200.000
G80
G0 Z3.000
G0 Z5.000
(operation done: Drilling)
(operation finalised: Drilling)
(postamble: begin)
M05 (stop spindle)
G17 (Default: XY-plane)
G54 (Default: First coordinate system)
G40 (Default: Cutter radius compensation none)
G90 (Default: Absolute distance mode selection)
G80 (Cancel canned cycle)
M30 (Stop program and rewind code)
(postamble: done)
Thanks.