mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 19:30:26 +09:00
menu: new fast step rate feature
Signed-off-by: Janar Sööt <janar.soot@gmail.com>
This commit is contained in:
@@ -379,6 +379,7 @@ parameter: extruder0.target
|
||||
input_min: 0
|
||||
input_max: 250
|
||||
input_step: 1
|
||||
input_step2: 10
|
||||
gcode: M104 T0 S{0:.0f}
|
||||
|
||||
[menu __temp __hotend1_current]
|
||||
@@ -395,6 +396,7 @@ parameter: extruder1.target
|
||||
input_min: 0
|
||||
input_max: 250
|
||||
input_step: 1
|
||||
input_step2: 10
|
||||
gcode: M104 T1 S{0:.0f}
|
||||
|
||||
[menu __temp __hotbed_current]
|
||||
@@ -411,6 +413,7 @@ parameter: heater_bed.target
|
||||
input_min: 0
|
||||
input_max: 130
|
||||
input_step: 1
|
||||
input_step2: 10
|
||||
gcode: M140 S{0:.0f}
|
||||
|
||||
[menu __temp __preheat_pla]
|
||||
|
||||
Reference in New Issue
Block a user