CNC_DRILLING_CYCLE

MarlinFirmware/Marlin#14225
This commit is contained in:
Scott Lahteine 2021-11-08 06:09:45 -06:00
parent 073db3b253
commit d6a5d9afb3
262 changed files with 2096 additions and 0 deletions

View file

@ -3606,6 +3606,14 @@
*/
//#define CNC_COORDINATE_SYSTEMS
/**
* CNC Drilling Cycle - UNDER DEVELOPMENT
*
* Enables G81 to perform a drilling cycle.
* Currently only supports a single cycle, no G-code chaining.
*/
//#define CNC_DRILLING_CYCLE
/**
* Auto-report temperatures with M155 S<seconds>
*/