Message 1 of 2
allow circular moves
- 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 this option to be available in the UserInterface also , so I dont have to edit the post processor file everytime.
For example: There is a "Allow helocal moves" checkBox in the UI ( refer attached image ).
How to get a similar checkBox for "Allow Circular moves" ?