mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 17:52:57 +00:00
📝Improve Freeze Feature comment (#26959)
* Fix and Improve Freeze Feature comment
This commit is contained in:
parent
58d4494365
commit
e1ab911c35
1 changed files with 2 additions and 1 deletions
|
@ -4261,7 +4261,8 @@
|
|||
|
||||
/**
|
||||
* Instant freeze / unfreeze functionality
|
||||
* Potentially useful for emergency stop that allows being resumed.
|
||||
* Potentially useful for rapid stop that allows being resumed. Halts stepper movement.
|
||||
* Note this does NOT pause spindles, lasers, fans, heaters or any other auxiliary device.
|
||||
* @section interface
|
||||
*/
|
||||
//#define FREEZE_FEATURE
|
||||
|
|
Loading…
Reference in a new issue