mirror of
https://github.com/grblHAL/core.git
synced 2026-08-17 08:31:43 +08:00
Fix for issue #279 - pin name typo.
Added HAL capability flags for limit switches supported. Improved motor pins preprocessor code.
This commit is contained in:
+1
-1
@@ -139,7 +139,7 @@ bool mc_line (float *target, plan_line_data_t *pl_data)
|
||||
|
||||
plan_line_data_t pl_backlash;
|
||||
|
||||
plan_data_init(&pl_backlash, 0);
|
||||
plan_data_init(&pl_backlash);
|
||||
pl_backlash.condition.rapid_motion = On;
|
||||
pl_backlash.condition.backlash_motion = On;
|
||||
pl_backlash.line_number = pl_data->line_number;
|
||||
|
||||
Reference in New Issue
Block a user