Page 1 of 1

Z axis issue using MBOT

Posted: Tue Jun 10, 2014 11:21 pm
by Juancho
Hi everybody.
I have a MBOT, and when the 3d printer finished printing a model, the z axis instead of going to the bottom, the z axis rises a few centimeters. This is a problem when I want to print larger objects to 16cm, at the end the object is embedded in the still hot extruder and spoiling the printed pattern.

How can I fix it?

Re: Z axis issue using MBOT

Posted: Thu Jun 12, 2014 3:21 pm
by Joey
In the process settings, go to the scripts tab. From there, go to the Ending G-code tab and find the line that says

G0 Z155 F1000 ; send Z axis to bottom of machine

Change that to

G0 Z200 F1000 ; send Z axis to bottom of machine

then print