Skip to content

Commit

Permalink
Minor fixes PID
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome committed Sep 1, 2021
1 parent 55514a6 commit ba37df3
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,9 @@ input: {printer.extruder.target}
input_min: 190
input_max: 260
input_step: 5
gcode:
M117 HOTEND PID TUNING
gcode:
M117 HOTEND PID TUNING {menu.input}
M118 HOTEND PID TUNING {menu.input}
PID_CALIBRATE HEATER=extruder TARGET={menu.input} WRITE_FILE=1
UPDATE_DELAYED_GCODE ID=_CLEAR_DISPLAY DURATION=5

Expand All @@ -508,6 +509,7 @@ input_min: 40
input_max: 125
input_step: 5
gcode:
M117 BED PID Tuning
M117 BED PID Tuning {menu.input}
M118 BED PID Tuning {menu.input}
PID_CALIBRATE HEATER=heater_bed TARGET={menu.input} WRITE_FILE=1
UPDATE_DELAYED_GCODE ID=_CLEAR_DISPLAY DURATION=5

0 comments on commit ba37df3

Please sign in to comment.