-
-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Open
Labels
Description
Like I talk with @thinkyhead on Discord,
I'm sharing the implementation of Drilling Canned Cycles (G81, G82 and G83)
On Last Bugfix from today just added the call of the cycles on gcode.cpp and gcode.h
add variable on adv cfg:
/**
* Drilling canned cycles
* Adds G81, G82 and G83 commands
*/
#define DRILLING_CANNED_CYCLESand add the attached files of functions.
This drilling cycles aren't optimized and on patterns you need to put the position of new hole and ask for cycle again. This isn't corrected because I don't have too much time to check a solution (one of the reason is the G80 be in use now for other functions).
Wasn't perfect but it's a beginning. :)
Reactions are currently unavailable