Easy way of smoothly lowering the print bed P1P

Hello everyone I have a P1P and I have been trying to find a way of lowering the bed for 200mm. the reason of why i want to do this is to create a YouTube video and i need a shot of the bed lowering.
I known its not possible to send the command line G1 Z-200 F600 directly to the printer, the only way I know it will be possible is adding a some gcode to the start of the printer gcode, but i dont know were exactly to place it so the extruder is in the corner (default location of the extruder).
The alternative ways i have tried are these:

  • Manually pushing the plate down (I know problably bad for the printer) it requires a lot of force its not smooth and the printer shakes because of the force applied
  • Pressing z control in printer screen makes a pause after 10mm so unusable for my needs.
  • Pressing z control in Bambu studio similar pause to the printer z axis control but worse

So what I’m looking for is some guidance to know were to place the “G1 Z-200 F600“ code in the start gcode of the printer and also guidance if there are extra lines of code i should add. If you know an alternative way of moving the print bed smoothly 200mm up or down let me know.

Thank you so much for your time

Create an empty text file and type the following directly:

G1 Z 200 F600

WITHOUT THE “-” SIGN

Save the file with any name you like, but with the .GCODE extension.

For example: lowerbed.GCODE

Save it to the microSD card and run it from the printer.

G1 Z 200 F600 (lowers the bed)

G1 Z-200 F600 (raises the bed)

Amazing thanks ill try it right now

Can’t remember, will the P1P run gcode from the SDCARD without homing first?

If you manually home the printer first, it will run the gcode.

1 Like

Probably an unwarranted assumption on my part, but I was figuring he was going to have something on the bed before lowering it for his video.

True, I didn’t consider that one.

I don’t know if the printer directly disables the steppers at the end of a print job, or that it is based on a certain inactive time.

If it’s the first, it might be possible to remove the command to disable the steppers from the printers gcode end block.

No i don’t have anything in the bed, its to add later in blender software.
this is what I’m trying to do https://youtube.com/shorts/0FX0ggpFplo?feature=share

I was able to do that by moving the plate with the printer screen and after editing and removing the times the plate stops in between steps.

Thanks for the info, i just tried doing that today, but when i press the file to print after being homed the printer starts heating the nozzle and the bed does not lower at all or raise at all i have made two files one to lower the other to raise. I also added another file for the extruder but it didn’t do anything. so all of the three files did the same heat the nozzle to 75 and stay in the same place

I don’t understand why it is so hard. I remember the first printer i bought it was a 10 year old qidi with the slicer from from the pendrive it came with (never updated) but it had a feature were there was like a console were you saw all the gcode used and you could send gcode as esy as typing and sending. I know Bambu wants to make their printers easy to use and i like that but there should be a option to enter developer mode and be able to do things like that.

Hey everyone after talking with chat GPT for days i was able to do it:
; Move bed down 200mm, then back up 200mm

M17 ; Enable motors
G91 ; Relative positioning

G1 Z200 F600 ; Lower bed 200mm
M400 ; Wait for move to finish

G1 Z-200 F600 ; Raise bed 200mm
M400 ; Wait for move to finish

G90 ; Return to absolute positioning
M18 ; Disable motors

Be aware that this moves the bed relatively 200mm down. So depending upon the height of the print, this might cause you hitting the end limit at the bottom.

If a software limits is preventing you to go that low, but the printer continues (don’t know the behavior of the P1P for that matter), the 200mm upwards might crash the nozzle into the part.

Incremental motion are very good in certain occasions, but don’t take into account the physical limits of the machine.

1 Like

That its correct the first time i did it i it was inverted meaning it went up first and it hit the toolhead I turned of the printer.
Another small question do you guys know what the top speed is in the z axis is it f600?

Unfortunately I don’t know, because I don’t own one.

And also the maximum feed rate is not explicitly documented.

Maybe an owner knows.

1 Like

Hey I wanted to say thanks again the result was amazing. It was for an april fools prank

1 Like

Great to hear it worked out. Hopefully you didn’t spoil the audience with this early release.

Result is great though :+1:t4: