Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions BlocksScreen/lib/panels/controlTab.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def __init__(
self.extruder_info: dict = {}
self.bed_info: dict = {}
self.toolhead_info: dict = {}
self.ztilt_state = False
self.extrude_length: int = 10
self.extrude_feedrate: int = 2
self.extrude_page_message: str = ""
Expand Down Expand Up @@ -293,7 +292,6 @@ def __init__(

def _handle_z_tilt_object_update(self, value, state):
if state:
self.ztilt_state = state
self.call_load_panel.emit(False, "")

@QtCore.pyqtSlot(str, str, float, name="on_fan_update")
Expand Down
Loading