Is it possible to make the build plate not move forward after finishing?

A1 mini- I am wanting the build plate to stay in the same position it uses for the timelapse feature so that it doesn’t ruin my timelapse videos… when it moves forward at the end it moves the print out of frame entirely. ty

Yes,

You will need to edit the Machine gcode in Bambu Studio.

1 Like

I’m glad to know its possible, thanks- however I know nothing about coding and the likes, Is it something I could copy and paste? What are my options? how many people know how to do such a thing? How do I find them?

Yes it is something you can copy paste. I do not have access to Studio currently so I can’t give you specific details until the 6th.

I will circle back to this thread at that time if no one else has replied.

1 Like


This is hard to see in the small box, copypasta it out to notepad++ or something if you want a more pleasant experience
Start at the end, scroll up scanning thru it, the code is reasonably commented in english
You’re looking for G1 or G2 commands with Y in them (Y axis being your bed)
The nearest one to the end I found for an A1 on firmware 1.04 is
G1 X-48 Y180 F3600
Change that 180 to the coordinate you want it to land on instead

+1 now, look in the mirror, it’s you!

4 Likes