Update fine_tune.py (#765)
Fix for custom z_babystep_values from KlipperScreen.conf not respected
This commit is contained in:
parent
7666a91872
commit
d27227aede
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user