FILAMENT ASSIGNING WITH MULTIPLE EXTRUDER DRIVES
-
Hi everyone, I am currently developing an "AMS" system with my duet3d setup. I want to run filaments assigning into the system but I am finding the following limitation:
"Filament assignments can be only made for tools that have exactly one extruder drive assigned. This limitation ensures that the load and unload macros work with each extruder drive." (found on DUET3D filament docs)Is there a way to solve this limitation?
-
@marioys97 Filament assignments are mapped per extruder. You can set your preferred filament drive for a tool using the
M563 L
parameter (e.g. M563 L0 to set the first extruder drive as filament drive). If you have a mixing hotend, define a separate tool for each extruder drive. -
@chrishamm Thanks!