Remove unused variables

This commit is contained in:
alfrix
2022-03-14 19:21:39 -03:00
committed by Alfredo Monclus
parent 5899c8feab
commit ee0cc9ca10
12 changed files with 10 additions and 25 deletions

View File

@@ -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: