mirror of https://github.com/Desuuuu/klipper.git
motan: Minor change to corexy analyzer label
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
cf3b7d290c
commit
5c10001bc5
|
@ -167,7 +167,7 @@ class GenCorexyPosition:
|
|||
axis = 'x'
|
||||
if not self.is_plus:
|
||||
axis = 'y'
|
||||
return {'label': 'Derived %s Position' % (axis,),
|
||||
return {'label': 'Derived %s position' % (axis,),
|
||||
'units': 'Position\n(mm)'}
|
||||
def generate_data(self):
|
||||
datasets = self.amanager.get_datasets()
|
||||
|
|
Loading…
Reference in New Issue