ETB: do not disable control pins in two wire mode fix #2802
This commit is contained in:
parent
8d70567282
commit
7b78196409
|
@ -2572,11 +2572,11 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
|||
field = "Two-wire mode", etb_use_two_wires
|
||||
field = "No1 Direction #1", etbIo1_directionPin1
|
||||
field = "No1 Direction #2", etbIo1_directionPin2
|
||||
field = "No1 Control", etbIo1_controlPin, { etb_use_two_wires == 0 }
|
||||
field = "No1 Control", etbIo1_controlPin
|
||||
field = "No1 Disable", etbIo1_disablePin
|
||||
field = "No2 Direction #1", etbIo2_directionPin1
|
||||
field = "No2 Direction #2", etbIo2_directionPin2
|
||||
field = "No2 Control", etbIo2_controlPin, { etb_use_two_wires == 0}
|
||||
field = "No2 Control", etbIo2_controlPin
|
||||
field = "No2 Disable", etbIo2_disablePin
|
||||
|
||||
dialog = idleStepperHw, "Stepper Hardware"
|
||||
|
|
Loading…
Reference in New Issue