Another attempt at getting pocket output to consistently include feedrate
This commit is contained in:
committed by
Yorik van Havre
parent
116a967bd7
commit
7dc92e768f
@@ -20,7 +20,7 @@ class Creator(nc.Creator):
|
||||
self.a = 0
|
||||
self.b = 0
|
||||
self.c = 0
|
||||
self.f = Address('F', fmt = Format(number_of_decimal_places = 2))
|
||||
self.f = Address('F', fmt = Format(number_of_decimal_places = 2), modal = False)
|
||||
self.fh = None
|
||||
self.fv = None
|
||||
self.fhv = False
|
||||
|
||||
Reference in New Issue
Block a user