You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The limits for the following items are compile-time settings:
10
10
.br
@@ -26,6 +26,13 @@ The limits for the following items are compile-time settings:
26
26
.br
27
27
.ns
28
28
.TP
29
+
\fBnames_misc_errors\fR: A comma-separated list of names for extra error inputs.
30
+
This parameter is mutually exclusive with num_misc_error.
31
+
If using num_misc_error the additional error input pins will have names like \fBmotion.misc-error-00\fR whereas \fBnames_misc_errors=overtemp,undertemp\fR will
32
+
create hal pins \fBmotion.err-overtemp\fR and \fBmotion.err-undertemp\fR
33
+
.br
34
+
.ns
35
+
.TP
29
36
\fBnum_spindles\fR: Maximum number of spindles is set by EMCMOT_MAX_SPINDLES
0 commit comments