mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-18 20:28:10 -06:00
palette2: Add ping variation + ping status reports (#4114)
Signed-off-by: Clifford Roche <clifford.roche@gmail.com>
This commit is contained in:
parent
316b49c6bf
commit
e7b0e7b43b
3 changed files with 55 additions and 22 deletions
|
@ -3903,12 +3903,14 @@ for your print to begin.
|
|||
[palette2]
|
||||
serial:
|
||||
# The serial port to connect to the Palette 2.
|
||||
#baud: 250000
|
||||
# The baud rate to use. The default is 250000.
|
||||
#baud: 115200
|
||||
# The baud rate to use. The default is 115200.
|
||||
#feedrate_splice: 0.8
|
||||
# The feedrate to use when splicing, default is 0.8
|
||||
#feedrate_normal: 1.0
|
||||
# The feedrate to use after splicing, default is 1.0
|
||||
#auto_load_speed: 2
|
||||
# Extrude feedrate when autoloading, default is 2 (mm/s)
|
||||
#auto_cancel_variation: 0.1
|
||||
# Auto cancel print when ping varation is above this threshold
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue