-
my RPM doesnt seem accurate when i use an tachometer , so i want to try using spindle linearization , in previous GRBL i can use it with enabling piecewise , but how to activate it in GRBLHal ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 21 replies
-
It is enabled here. Enabling givess access to settings for the values: $66 - $69. These are a bit odd as they each holds a comma separated list of 3 float values: I need to revisit this and document the settings... |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
It is enabled here. Enabling givess access to settings for the values: $66 - $69. These are a bit odd as they each holds a comma separated list of 3 float values:
RPM, RPM_LINE_A. RPM_LINE_B
or a single
0
or a blank line to disable the entry.I need to revisit this and document the settings...