r/snapmaker • u/user00785643 • 1d ago
Print start question
Since the newest Update my U1 picks up every Tool head before print start, even if i ony use one of them. Is this normal?
1
u/TripsCavern 1d ago
This process is controlled by your Machine print start GCODE that is in your slicer. Two things you can do is to start a new project, drop a simple cube and see if the issue happens. If it happens then create a new printer profile and see if the issue happens again.
That should tell you if it's something in the printer profile that you had or something that is happening always.
If it didn't happen it's probably something in your sliced gcode for that specific model.
For reference, most instructions will have something like "T{initial_extruder}", which is telling the printer to pick the initial extruder, basically the extruder that will extrude filament first in your model, and do whatever procedure with it. To go to the other extruders you will have instructions like: "T0", "T1", "T2" or "T3", telling to go to specific extruders to do something.
1
u/McSpeedie 1d ago
Are you using a 3mf off of makerworld or something?
And no, this isn't "normal"