job_status: Update confirm dialog. Fix variable name

This commit is contained in:
Jordan Ruthe
2020-12-02 16:33:04 -05:00
parent 3a4c556f25
commit 16f7d4543a
2 changed files with 23 additions and 25 deletions

View File

@@ -119,6 +119,7 @@ class KlipperScreen(Gtk.Window):
"fan": ["speed"],
"gcode_move": ["homing_origin","extrude_factor","speed_factor"],
"heater_bed": ["target","temperature"],
"pause_resume": ["is_paused"],
"print_stats": ["print_duration","total_duration","filament_used","filename","state","message"],
"toolhead": ["homed_axes","estimated_print_time","print_time","position","extruder"],
"virtual_sdcard": ["file_position","is_active","progress"],