Saftey Door Switches for BIG printers
-
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?
Link to the topic 3 years ago.
config.g
homeall.g
Best regards.
Fabian -
@FS-TOOLS It looks like the configuration is correct. Is the 3HC at address 2 definitely being seen? Are the 6HC and 3HCs on the same version of RRF? Can you post the exact error message you get? Please post your full config.g, and the response to
M115
,M115 B1
andM115 B2
.Also, your if statement in homing isn't doing anything. The conditional code that you want to run needs to be indented after the if statement; see https://docs.duet3d.com/en/User_manual/Reference/Gcode_meta_commands#conditional-construct
If you can post the text of code (ideally in code format using
</>
) rather than images of the code, that would be more helpful.Ian
-
@droftarts Hello Ian,
thank`s a lot for your great support. The boards had different RRF.
Both 3HC had RFF. 3.4.4 and the mainboard RRF.3.5.5. But the main problem was that the conditional code was not indented after the statement.Best regards
Fabian