Skip to content

Commit 29bd389

Browse files
committed
Format
1 parent 80e0c40 commit 29bd389

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

BlocksScreen/lib/panels/printTab.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,9 @@ def delete_file(self, filename: str, directory: str = "gcodes") -> None:
334334
def save_config(self) -> None:
335335
"""Handle Save configuration behaviour, shows confirmation dialog"""
336336

337-
self.babystepPage.bbp_z_offset_title_label.setText(f"Z: {self._active_z_offset:.3f}mm")
337+
self.babystepPage.bbp_z_offset_title_label.setText(
338+
f"Z: {self._active_z_offset:.3f}mm"
339+
)
338340
self.BasePopup_z_offset.set_message(
339341
f"The Z-Offset is now {self._active_z_offset:.3f} mm.\n"
340342
"Would you like to save this change permanently?\n"

0 commit comments

Comments
 (0)