Resume From Layer question #1816
KrazyTurk
started this conversation in
General Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm asking here, if this does not belong, please tell me and I will remove it.
I had a clog at what I've already determined to be layer 120 according to Cura (loaded gcode and matched it to specific location on m print.
I was following a guide and it told me to remove the 5 layers I used for the raft and print one layer below. So Layer 114 is my go to spot.
Here is where it gets tricky. I'm not sure what part of the top of the Gcode to remove (like BT Touch) I'm assuming
M117 Auto bed-level GO!
G29 ; BLTouch
But the next part is where I am not sure how to proceed.
I can't auto home the printer in the Z direction, because the print is taking up all of the space.
I don't have the option to only print the top bits are they are small and I don't have the non-sliced project file, only the sliced gcode file from cura.
Do I still have any chance to recover my print?
It's been sitting exactly where it left off, on a still heated bed and it's on a raft, so I know it didn't budge.
The guide I found said, delete everything between M117 and the beginning of the layer
;Layer:114
I won't include all the end of the file, but everything to that point is below.
I'll also drop the full gcode file.
Thank you for your help
;FLAVOR:Marlin
;TIME:71625
;Filament used: 32.4536m
;Layer height: 0.2
;MINX:28.89
;MINY:30.432
;MINZ:0.24
;MAXX:202.277
;MAXY:201.061
;MAXZ:43.09
;Generated with Cura_SteamEngine 4.13.0
M82 ;absolute extrusion mode
; Ender 3 Custom Start G-code
M117 Getting the bed up to temp!
M140 S52 ; Set Heat Bed temperature
M190 S52 ; Wait for Heat Bed temperature
M117 Pre-heating the extruder!
M104 S160; start warming extruder to 160
G28 ; Home all axes
M117 Auto bed-level GO!
G29 ; BLTouch
M117 Getting the extruder up to temp!
M104 S195 ; Set Extruder temperature
M109 S195 ; Wait for Extruder temperature
G1 Z1.0 F3000 ; move z up little to prevent scratching of surface
G1 X0.1 Y20 Z0.3 F5000.0 ; move to start-line position
M117 LET THE PURGE BEGIN!
G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line
G1 X0.4 Y200.0 Z0.3 F5000.0 ; move to side a little
G1 X0.4 Y20 Z0.3 F1500.0 E30 ; draw 2nd line
G92 E0 ; reset extruder
G1 Z1.0 F3000 ; move z up little to prevent scratching of surface
M117 Squirt all over my bed and make me something pretty!
; End of custom start GCode
;LAYER:114
;TYPE:WALL-OUTER
;MESH:UPdateCrystalDragonFileJan20.stl
G1 F1500 X79.622 Y56.996 E2346.0378
G1 X79.547 Y57.071 E2346.04133
G1 X79.262 Y56.952 E2346.0516
G1 X79.198 Y56.914 E2346.05408
G1 X79.169 Y56.785 E2346.05847
CE3_UPdateCrystalDragonFileJan20.zip
Beta Was this translation helpful? Give feedback.
All reactions