Skip to content

Commit 8149b78

Browse files
committed
Update issued gcode command for loading
1 parent 892974a commit 8149b78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BlocksScreen/lib/panels/filamentTab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def load_filament(
208208
f"""SAVE_VARIABLE VARIABLE=filament_type VALUE='"{filament.value.name}"'"""
209209
)
210210
self.run_gcode.emit(
211-
f"LOAD_FILAMENT TOOLHEAD=load_toolhead TEMPERATURE={filament.value.temperature}"
211+
f"LOAD_FILAMENT TEMPERATURE={filament.value.temperature}"
212212
)
213213

214214
@QtCore.pyqtSlot(str, int, name="unload_filament")

0 commit comments

Comments
 (0)