I'm using Cura - should have mentioned that...
What I mean by resetting is the code that moves the printhead to the 0/0/0 position, moves Z up a bit, extrudes some filament, then moves to the start point of the print.
How does the program decide wether it is a single or dual extrusion? Number of materials used? Or machine settings?
If I have a machine set up as dual extruder, and only use one material - which coding is used?
Recommended Posts
nallath 1,118
The start2.gcode is the startcode that is called for a dual extrusion print. The start.gcode is only called when doing a single extrusion print.
I don't quite know what you mean by resetting your printhead. Marlin simply uses an offset; You work in the coordinate system of the primary nozzle onto which it applies the offset.
Link to post
Share on other sites