Go to homepage
9 / 19
Jul 2015

I was wondering if it is possible to pause a print, home the axis, then have the printer pick up where it left off. I am using pronterface, and there is the pause button which i have used before, but never tried moving the axis.

  • created

    Jul '15
  • last reply

    Apr '16
  • 18

    replies

  • 7.7k

    views

  • 14

    users

You can do it with Repetier Host, you can tell it to go home firts in the middel of the printing process and then press pause.

I’ve tried this before for me it’s usually fine if you manipulate XY movements but changing the Z it doesn’t like going back to the height it was at when printing.

I am currently looking at a similar option for printing from the SD card on the Graphical LCD unit.

I would like to use the ‘kill’ button and remap it to do the following :

Pause Print

Move to a pre-set position ( eg XYZ = 0, 225, +2 )

Wait for a second button press to resume printing.

So if I see an error or have a concern, I can park the extruder, then change filament, clean the nozzle, fix whatever, and then resume with printing.

Will be posting the full code modifications that I made on the reprap forum when it is working here : RepRapDiscount Full Graphic LCD reset button code 30

Not 100% sure I understand what you’re asking…butttttttt… I have heard of people with motor problems that add a line of code with every Z movement (with their slicer) to home X and Y, then continue.

But yes, if your homing sensors are precise enough, you should be able to home, then continue

I don’t use pronterface but +1 for Repetier. Does what you are talking about flawlessly with the exception of messing with the z axis, as aidan_canavan says.

almenos la impresora bcn3d+ lo permite, no conozco el pronterface

If you are looking for filament change there is a custom gcode inmarlin you can send… It pauses the print and ejects the filament for you and moves the axis to an easy place to change. Sorry don’t know the gcode off the top of my head since it’s part of the graphic menu on my printer.

9 months later