mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 14:34:06 -06:00
gcode: Remove support for "G4 S1" style commands
The S parameter is not a standard and was not commonly used. The P parameter (delay specified in milliseconds) is the commonly accepted g-code mechanism for dwelling. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
2d97e0e218
commit
8e87ab0939
2 changed files with 5 additions and 4 deletions
|
@ -6,6 +6,10 @@ All dates in this document are approximate.
|
|||
|
||||
# Changes
|
||||
|
||||
20191202: Support for the undocumented "S" parameter of the "G4"
|
||||
command has been removed. Replace any occurrences of S with the
|
||||
standard "P" parameter (the delay specified in milliseconds).
|
||||
|
||||
20191126: The USB names have changed on micro-controllers with native
|
||||
USB support. They now use a unique chip id by default (where
|
||||
available). If an "mcu" config section uses a "serial" setting that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue