Saftey Door Switches for BIG printers
-
@CR3D said in Saftey Door Switches for BIG printers:
can you improve the response time? That he does this immediately and not only when the buffer is empty?
not sure if M25 (pause) is faster with respect to response time? i.e. pause, change speed and resume, but it might be subject to the same latency and/or not affect the moves already planned.
-
@bearer
No I meant if you can speed up the response time of command M581 a little?
Otherwise I am very happy with the function now!
Any ideas about the error message with the ""?
-
The error message is misleading; however if you read https://duet3d.dozuki.com/Wiki/Gcode#Section_M581_RepRapFirmware_3_01RC2_and_later you will see that the line
M581 P"nil" T3
is not valid in RRF 3.01RC2 and later. If you want to delete trigger 3, use:
M581 T3 P-1
-
whops, i'm clearly outdated.
anyways i don't think the delay is in the trigger and M581, its likely M220 waiting for moves already planned to finish before the new speed is applied?
-
@dc42 Thank you!
@bearer Yes I think this too!
-
@dc42 Hello everyone, I'm experiencing the same issue as CR3D. My setup consists of a Duet3 6XD mainboard and two 3HC boards, using the following firmware (RepRapFirmware for Duet 3 MB6XD 3.4.5). The I0 pins are on the second 3HC board (adress 2) I've made the same settings in the config.g as described here. In the homeall.g, I've implemented the same meta command, but without success. I'm getting undefined errors. Could this be due to the higher firmware version? If so, how should I integrate this? ```
config.g
homeall.gBest regards
Fabian
. -