I’m experiencing an issue with my P2S printer where, after the model finishes printing, the extruder stays at the last printed position for about 1–2 seconds. Because of this pause, it leaves artifact on the finished model.
Has anyone else encountered this issue?
If so, I’d appreciate any insights into what might be causing it or how to fix it.
What program are you using to slice models for your printer. If you are using Bambu Studio are you able to post the “Machine end G-code” in the Printer settings?
Below is an an example of where you would find this (image of the X1C instead of the P2S but it is in the same location)
Timelapse recording maybe? Do you have that enabled?
From machine end g-code of my H2C:
;===== machine: H2C end =====
;====== date: 20251111 ======
G392 S0 ;turn off nozzle clog detect
M993 A0 B0 C0 ; nozzle cam detection not allowed.
M400 ; wait for buffer to clear
G92 E0 ; zero the extruder
G1 E-0.8 F1800 ; retract
M400
M211 Z1
G1 Z{max_layer_z + 0.4} F900 ; lower z a little
M640.2 R0
M1002 judge_flag timelapse_record_flag
M622 J1
G150.3
M400 ; wait all motion done
M991 S0 P-1 ;end smooth timelapse at safe pos
M400 S5 ;wait for last picture to be taken
M623 ;end of "timelapse_record_flag"
M400 S5 is a 5 second wait. From what I can tell it hasn’t moved the toolhead away from the print yet, just raised it a bit (lowered bed) and relieved the extrusion pressure.
EDIT: G150.3 should move to some dedicated parking spot apparently? So I could be wrong about it hovering over the print.
Personally I’ve disabled timelapse (in the dialog when sending to printer) since it causes unnecessary moves, pauses, and similar shenanigans.
I have the same happening on my machine. Stock P2S machine gcode. No usb drive, no timelapse, all AI detections turned off.
My workaround has been to add a square and make it as tiny as possible so it still prints, then i put it last in the printing order (Per object printing required). It’s like 1 layer, 3x3mm. Printed in not even one second and since it’s the last model it gets that blob/artefact.
Same issue here on my new P2S. Newest firmware and Bambu Studio. Quite a contrast with how it and my A1 finishes prints. The A1 nozzle moves away immediately at the end while the P2S nozzle just sits for a bit, leaving a blob on the print.
No conspiracy, everything it does is a result of the G-code specified in the machine’s “Time lapse G-code” settings. Which depends on the type of timelapse selected and if it was enabled to begin with, and I imagine may vary by printer.
Sorry I’m not familiar with the Handy app at all. The option to enable or disable timelapse entirely is available from both Bambu Studio and via the printer UI itself when sending/starting a print, so I can only assume it would also be present in the app, but .
Same issue here since the beginning. (ordered on day 1) I had timelapse active for quite some time, then disabled it. Didn’t change anything. I would make sense it pauses to create the end photo / timelapse – but that would be a very dumb design imho.
I rarely watch the end of a print, so I’m not sure how often it happens. But yesterday I’ve got a blob again.
I think there are two interesting commands in the end code:
>> G0 Z{max_layer_z + 0.8} F900
Shortly after print end, Z axis will be moved by +0,8mm. We could set this value to maybe 5mm, so the nozzle got more room to the top surface of the print.
>> M400 S5
A 5 sek. wait for the end picture to be taken. Could be set to 0, so the toolhead does not wait for the picture.
I’m glad I found this thread because the exact same thing is happening on my P2S. I honestly thought it was just “how the printer finishes a job” until I read everyone’s posts here.
In my case, the nozzle pause at the end leaves a tiny but unnecessary mark/artifact on the top surface. I don’t mind the pause itself if it’s doing something useful, but does it really have to pause while still touching the print? That’s the part that causes the blemish.
Just adding my voice so the team knows it’s affecting more users.
Can anyone else confirm? It seems that the latest 1.02.00.00 firmware update from 2026-04-09 may have fixed this issue. I haven’t been paying attention to every print, but it seems like the print head now immediately pulls away when finished.