Welcome! Log In Create A New Profile

Advanced

Marlin - Change the behaviour of autonomus printing

Posted by Kalle 
Marlin - Change the behaviour of autonomus printing
October 12, 2014 08:57AM
Hello,
I am using the reprapDiscount controller.

When I start from SD printing the printer first auto-home (G28), I would like it to set the position instead with G92.

Where can I set this?

Thanks in advance for any help or tip to help me solve this. I found this part of code in marlin_main.ccp

    case 28: //G28 Home all Axis one at a time

but I have no clue what it does.
Re: Marlin - Change the behaviour of autonomus printing
October 12, 2014 09:30AM
The G28 command comes from your slicer software.
In slic3r it is under Printer Settings -> Custom G-code -> Start G-code
Mine is:
G28 ; home all axes
G1 Z3 F5000 ; lift nozzle

Just change it to the startup code that you want

Edited 1 time(s). Last edit at 10/12/2014 09:32AM by george4657.
Sorry, only registered users may post in this forum.

Click here to login