Remove unused variables
This commit is contained in:
@@ -61,8 +61,6 @@ class BedLevelPanel(ScreenPanel):
|
||||
if (("bltouch" in self._screen.printer.get_config_section_list() or
|
||||
"probe" in self._screen.printer.get_config_section_list()) and
|
||||
config_section_name == "screws_tilt_adjust"):
|
||||
x_offset = 0
|
||||
y_offset = 0
|
||||
if "bltouch" in self._screen.printer.get_config_section_list():
|
||||
bltouch = self._screen.printer.get_config_section("bltouch")
|
||||
if "x_offset" in bltouch:
|
||||
|
Reference in New Issue
Block a user