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.
Where to cut GCode in order to save a failed print?
Here comes Cura 5.9 and in this stable release we have lots of material and printer profiles for UltiMaker printers, including the newly released Sketch Sprint. Additionally, scarf seams have been introduced alongside even more print settings and improvements. Check out the rest of this article to find out the details on all of that and more
We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
Recommended Posts
obewan 37
As a start, you can delete everything before the line
;LAYER:597
The G0 lines are just travel moves to avoid crossing the print.
You need to set the extruder to the last E value before the layer change, so insert a lines
G92 E174.18367 ;set extruder to last position
G0 F600 X77.476 Y129.528 Z119.6 ;move to start of new layer
just before G1 F2400 E180.18367
so you end up with
;LAYER:597
M204 S1800
M205 X8 Y8
;TYPE:FILL
;MESH:Centoculops_Posed_3DPrint.stl
G92 E174.18367 ;set extruder to last position
G0 F600 X77.476 Y129.528 Z119.6 ;move to start of new layer
G1 F2400 E180.18367
G1 F3000 X118.565 Y73.979 E180.30606
G1 X118.591 Y73.973 E180.30695
G1 X118.962 Y73.93 E180.31937
G1 X119.366 Y73.942 E180.33281
G1 X119.682 Y73.997 E180.34348
G1 X119.998 Y74.092 E180.35446
G1 X120.246 Y74.196 E180.3634
G1 X120.465 Y74.323 E180.37182
G1 X120.476 Y74.331 E180.37227
G1 X116.042 Y78.765 E180.58084
G1 X116.157 Y78.971 E180.58868
G1 X116.297 Y79.159 E180.59648
G1 X116.488 Y79.353 E180.60553
G1 X116.691 Y79.514 E180.61415
G1 X116.993 Y79.7 E180.62595
G1 X117.2 Y79.794 E180.63351
G1 X117.258 Y79.811 E180.63552
G1 X121.324 Y75.745 E180.82677
M204 S3000
M205 X10 Y10
Now you need to somehow home the printer without knocking the print off the bed and get things heated up.
manually move the nozzle above 119.60 then start printing.
I think that should work🤞
Link to post
Share on other sites