M563 when setting up toolboard.
-
Hello,
I have these changes in my config.g for adding 2 toolboards. The address for the boards are 20 and 21
M569 P20.0 S1 ; physical drive 20.0 goes forwards M569 P21.0 S1 ; physical drive 21.0 goes forwards M584 X0:5 Y1 Z2 E0.3:0.4:20.0:21.0 ; Mapping drive 0 and 5 to X and E3 to 20.0 and E4 to 21.0
When you create tool assignments with M563 would this be correct?
M563 P0 D20.0 H1 F0 M563 P1 D21.0 H2 F0
Thanks,
Josh -
No. Use M584 to define the extruder driver numbers as you have done, then in M563 use the extruder numbers (0, 1, 2, 3) as normal.
-
Thank You.