H2D - way to have it NOT cut the filament at the end of a print?

So I’ve been printing a bunch of large parts for work - all from the same Bambu black ABS. The part is split into two pieces so I have to print each half then add heat set inserts and assemble afterwards. MY question is - is there a way to have it NOT cut the filament at the end of each print? It’s kind of annoying to have it do that only to purge all the cutoff and then some out just to print the same filament.

Not sure but you can try to comment these lines out in your machines end G-code section.

; pull back filament to AMS
M620 S65535
T65535
G150.2
M621 S65535

M620 S65279
T65279
G150.2
M621 S65279

G150.3
1 Like

If the Gcode change does not work, you could just not use the AMS. Not sure this is the answer you are looking for though.

1 Like

Yea the AMS is a must because if the spool runs out on an 11.5 hour overnight print I want it to just pick back up and keep going.

It is possible to not cut and not retract to AMS.
Disable unloading and flushing to save filaments when printing the same material | Bambu Lab Wiki

3 Likes