menu: new fast step rate feature

Signed-off-by: Janar Sööt <janar.soot@gmail.com>
This commit is contained in:
Janar Sööt
2018-09-22 02:29:30 +03:00
committed by KevinOConnor
parent 1379a59085
commit 5144c5f01e
3 changed files with 43 additions and 19 deletions

View File

@@ -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]