Message 1 of 3
how to control number of chords in G1 while cutting circular path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want my Gcodes to have only G01 lines ( no G02/G03).
Iam able to achieve this by editing the post-processor grbl.cps file.
( Set allowedCircularPlanes = 0 )
But I want to have control over number of G01 lines in the Gcode.
Now it is very long ~200 G01 lines for a small 30mm dia circle !
Normally Chordlength will determine the number of Chords in a circle and hence the number of G01 lines in the Gcode. For example: For 30mm dia circle, minChordLength = 3 ==> numChords == ~27.
But when I input "minimum chord length = 3" , then also Iam getting 200 G01 lines for a small 30 dia circle! How to control this ?