Update fine_tune.py (#765)

Fix for custom z_babystep_values from KlipperScreen.conf not respected
This commit is contained in:
northcoastam 2022-10-28 13:15:45 +11:00 committed by GitHub
parent 7666a91872
commit d27227aede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ class FineTunePanel(ScreenPanel):
bs = [str(i.strip()) for i in bs.split(',')]
if 1 < len(bs) < 3:
self.bs_deltas = bs
self.bs_delta = self.bs_deltas[-1]
# babystepping grid
bsgrid = Gtk.Grid()