Welcome! Log In Create A New Profile

Advanced

z does not go to the old position during start stop.

Posted by ibrahimsener 
z does not go to the old position during start stop.
April 16, 2018 12:14PM
hello RepRap ,

i have a problem. I'm using Marlin 1.1 software. I start printing the printer. then I stop. I give the command to go home. then I give the command to continue printing. it does not go to the printing position on the z axis when it starts to continue. z axis is starting to continue at home. x and y are normal. after a while, it goes to the print level which should be z-axis. what could be the reason for this?
Re: z does not go to the old position during start stop.
April 16, 2018 09:16PM
The Change Filament feature in configuration.adv.h accomplishes this. There is a menu option to change the filament or you can use M600.
This code could be easily modified to pause at home, then restart when ready to continue.

#define FILAMENT_CHANGE_FEATURE
Re: z does not go to the old position during start stop.
April 17, 2018 03:17AM
I guess this is not my problem. If you give a command to go home between stop and restart, the z-position will continue at home until the new command is received. (from sd card to new command). When the next z-position command arrives, everything is returning to normal.
Sorry, only registered users may post in this forum.

Click here to login