Another attempt at getting pocket output to consistently include feedrate

This commit is contained in:
sliptonic
2016-08-06 14:49:51 -05:00
committed by Yorik van Havre
parent 116a967bd7
commit 7dc92e768f
3 changed files with 28 additions and 14 deletions

View File

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