Ultimaker uses functional, analytical and tracking cookies. Tracking cookies enhance your experience on our website and may also collect your personal data outside of Ultimaker websites. If you agree with the use of tracking cookies, click “I agree, continue browsing”. You can withdraw your consent at any time. If you do not consent with the use of tracking cookies, click “Refuse”. You can find more information about cookies on our Privacy and Cookie Policy page.
There are a couple of little used Gcode commands that will cause that (M24, M32) but they aren't there. I think it must be a firmware problem in that one machine.
There are a couple of things you can try. In your End-Gcode in the Cura machine settings for your printer add three lines at the end:
M29 ;stops the printer from writing recovery information to the SD BIN file.
M22 ;Releases the SD card (like an eject command on a PC).
M21 ;Re-initialize the SD card (like when you plug it into a PC) so it can be read again by the printer.
Alternatively you can try adding M0 to the end of your End-Gcode. That will cause the printer to at least pause. You could then restart it with a button click and then abort it really fast from the LCD, or optionally just pull the SD card out at your leisure.
We don't often release an alpha version of Ultimaker Cura... So what's different this time? This Alpha contains such a huge slicing engine overhaul that we really need your help!
We wish to celebrate and honor the innovators that push forward the field, technology and world. We opted to not present it as a competition or ranked list. Every innovator has earned his spot on that list in their own way. We also look at the 3D printing industry as a whole and not limit the list to those only using Ultimaker.
Recommended Posts
GregValiant 157
There are a couple of little used Gcode commands that will cause that (M24, M32) but they aren't there. I think it must be a firmware problem in that one machine.
There are a couple of things you can try. In your End-Gcode in the Cura machine settings for your printer add three lines at the end:
M29 ;stops the printer from writing recovery information to the SD BIN file.
M22 ;Releases the SD card (like an eject command on a PC).
M21 ;Re-initialize the SD card (like when you plug it into a PC) so it can be read again by the printer.
Alternatively you can try adding M0 to the end of your End-Gcode. That will cause the printer to at least pause. You could then restart it with a button click and then abort it really fast from the LCD, or optionally just pull the SD card out at your leisure.
Link to post
Share on other sites