Welcome! Log In Create A New Profile

Advanced

Switch extruders

Posted by Serg185 
Switch extruders
March 30, 2016 12:32PM
I have 4 extruders.
Initially work 2 of them, 1 and 2
Whether it is possible to switch 1 on 3
after the wire ends ?
Respectively 2 on 4.
Board Duet with Dc42 fork.
If there is no such opportunity,
tell please how to implement it.
Thanks.
Re: Switch extruders
March 31, 2016 03:22AM
In the near future I intend to implement macro files for external switch triggers. The gcodes for configuring this are already defined, see [reprap.org] and also M582. You could use a microswitch to detect when the filament runs out, and have this trigger the macro file.

In the macro file you can move the head out of the way (see how the pause.g file does it). Then use the M563 command to redefine the tool whose filament has run out to use a different extruder and nozzle, and the G10 command to set up the X and Y offsets for that nozzle. Then move the head back to the original location (see resume.g).

I suggest you try setting up a macro file or files like this, then you will be able to identify any additional issues, and you will be ready to use it when I implement the feature.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: Switch extruders
March 31, 2016 12:17PM
Thank you very much.
I'll be waiting.
I had an idea to change a code
in Move::Interrupt.
But I suspect - it is a wrong way.
Sorry, only registered users may post in this forum.

Click here to login