Mind's Forge |
Notes »
Filament Swap FailureHow To: Recover from a failed filament changeA few days ago I was printing more of the Japanese family crests with the filament swaps to create different layers with different colored filament. I didn't notice that the filament didn't feed through the extruder stepper at a filament swap step until it was too late, and the printer was printing air over the base layer! In order to save the base layer and restart the print at the color swap procedure I edited the gcode file which wasn't as easy as I thought it would be, but found success. First thing I did was look up the gcode for filament swap (M600) and find where the swap locations were, there were 2 swaps so I basically knew I had to delete all the printing code up to that 2nd swap and make sure the printer head didn't "home" on z-axis (which would smash the print head into the base that was already on the bed). GCode files can be extremely large which is a problem for text editors that load the whole file into memory. That's why I ended up using TL;DR:
|
Page last modified on April 25, 2021, at 04:42 pm |