My Problem:
At the End of the Print my P1P stops for a few Seconds (maybe 3sec) on the Top of the Surface. Then he lift up an go back to Endposition. Because of that i have a ugly Mark on the Surface. Maybe i can write a Command in the G-Code who can fix it. Can Someone help me. Thanks!
Mein Problem:
Am Ende meines Drucks hält und steht mein P1P ein paar Sekunden (ca. 3Sek) auf der Oberfläche regungslos. Dabei schmilzt er eine hässliche Stelle in die Oberfläche. Danach hebt er ab und fährt auf Endlage. Es gibt doch bestimmt einen Befehl im G-Code der dies auslöst, bzw. einen Befehl der dies verhindert. Hat mir jemand einen Rat. Vielen Dank!
Hi, i showed up a screenshot with the g-code causes this. for now i don´t know why the printer pauses this long but changed the z-lift to 3.5mm to not get surface damage.
keine Ahnung warum er so lange wartet aber hab mal die Höhe angepasst.
Vielleicht muss er noch was beenden oder ausschalten oder was auch immer, deswegen erstmal die angepasste Höhe.
Try using a different SD card. It has been reported that the one they ship with the P1P has performance issues that result in pauses like this as the machine reads from the card.
I change: G1 Z{max_layer_z + 0.5} F900 ; lower z a little
to: G1 Z{max_layer_z + 10.0} F900 ; lower z a little
But the Printer stops at the End of the Print. Unchanged Situation.
-After that I tried a other SD Card: SanDisk Extreme 16GB U3. Unchanged Situation.
-After that I tried a other SD Card: SanDisk Ultra 64GB U1 C10 A1. Unchanged Situation.
Thats the Last Sentences of my Printcode, maybe there is some mistake in it.
; WIPE_END
G1 E-.012 F1800
G17
G3 Z1.4 I.816 J.903 P1 F28800
G1 X137.054 Y121.562 Z1.4
G1 Z1
G1 E.8 F1800
; FEATURE: Gap infill
; LINE_WIDTH: 0.213274
G1 F6919
G1 X136.708 Y121.258 E.00619
; LINE_WIDTH: 0.17211
G1 X136.362 Y120.955 E.0047
; LINE_WIDTH: 0.128041
G1 X135.99 Y120.628 E.00333 ← This is the last Move Command / Last Position
; close powerlost recovery
M1003 S0
G1 E-.56 F1800
; WIPE_START
G1 F23040
G1 X136.362 Y120.955 E-.228
; WIPE_END
G1 E-.012 F1800
M106 S0
M106 P2 S0
M981 S0 P20000 ; close spaghetti detector
; FEATURE: Custom
; filament end gcode
M106 P3 S0
;===== date: 20230110 ===================== ← Here Starts the Automatic End G-Code
M991 S0 P-1 ;end traditional timelapse immediately
M400 ; wait for buffer to clear
G92 E0 ; zero the extruder
G1 E-0.8 F1800 ; retract
G1 Z11 F900 ; lower z a little
G1 X65 Y245 F12000 ; move to safe pos
G1 Y265 F3000
G1 X65 Y245 F12000
G1 Y265 F3000
M140 S0 ; turn off bed
M106 S0 ; turn off fan
M106 P2 S0 ; turn off remote part cooling fan
M106 P3 S0 ; turn off chamber cooling fan
Test, this works but that not the solve of my Problem.
So the Problem musst be between The Last Move Command and the “G1 Z11 F900 ; lower z a little” Command in the End-Code
; WIPE_END
G1 E-.012 F1800
G17
G3 Z1.4 I.816 J.903 P1 F28800
G1 X137.054 Y121.562 Z1.4
G1 Z1
G1 E.8 F1800
; FEATURE: Gap infill
; LINE_WIDTH: 0.213274
G1 F6919
G1 X136.708 Y121.258 E.00619
; LINE_WIDTH: 0.17211
G1 X136.362 Y120.955 E.0047
; LINE_WIDTH: 0.128041
G1 X135.99 Y120.628 E.00333 ← This is the last Move Command / Last Position
G1 Z11 F900 ; lower z a little ← TEST
; close powerlost recovery
M1003 S0
G1 E-.56 F1800
; WIPE_START
G1 F23040
G1 X136.362 Y120.955 E-.228
; WIPE_END
G1 E-.012 F1800
M106 S0
M106 P2 S0
M981 S0 P20000 ; close spaghetti detector
; FEATURE: Custom
; filament end gcode
M106 P3 S0
;===== date: 20230110 ===================== ← Here Starts the Automatic End G-Code
M991 S0 P-1 ;end traditional timelapse immediately
M400 ; wait for buffer to clear
G92 E0 ; zero the extruder
G1 E-0.8 F1800 ; retract
G1 Z11 F900 ; lower z a little
G1 X65 Y245 F12000 ; move to safe pos
G1 Y265 F3000
G1 X65 Y245 F12000
G1 Y265 F3000
M140 S0 ; turn off bed
M106 S0 ; turn off fan
M106 P2 S0 ; turn off remote part cooling fan
M106 P3 S0 ; turn off chamber cooling fan