Added faster soft limits check for arcs when work envelope is a cuboid, fixed some related obscure bugs.

New/modified core entry points for soft limit checking.
More delta robot tuning, added setting warning in $DELTA output if some settings are inconsistent such as steps/rad, acceleration etc.
Fix for issue #361, HOME status is not reported or reported late when auto reporting is enabled with setting $481.
This commit is contained in:
Terje Io
2023-09-14 08:20:25 +02:00
parent 049f0f13e4
commit c3fd2db2e2
17 changed files with 337 additions and 93 deletions

View File

@@ -78,6 +78,11 @@
lb_clusters_init();
#endif
#if PROBE_PROTECT_ENABLE
extern void probe_protect_init (void);
probe_protect_init();
#endif
#if WEBUI_ENABLE
extern void webui_init (void);
webui_init();