G28 ;Home
G1 Z15.0 F6000 ;Move the platform down 15mm
G92 E0
I have to manually level the bed.
G28 ;Home
G1 Z15.0 F6000 ;Move the platform down 15mm
G92 E0
I have to manually level the bed.
It has the advantage of being simple and direct.
Some printers will home to "max" using commands other than the G28 command. The G28 works for probably 95% of all printers.
You could try splitting the G28 line into:
G28 X Y
G28 Z
and see if it makes a difference.
I think the best bet is to get over to Reddit and see if there is a group of owners there. There might be a Facebook group as well.
Read the directions and follow the directions that came with the printer ,its all on the sd card that came with the printer ,very easy to use ( i own a K9 and it prints beautiful) no need for a 3d printer control software on your computer,I am trying to find a software control program that will control it . Rem to use the CURA slicer that came with it as it works fantastic.
Recommended Posts
GregValiant 1,115
A gcode file has sections. The first section is usually statistics about the print. The second is the StartUp Gcode and explains to the printer what temperature to work at, when to auto-home, how much to purge, etc. After the main body of the print is the Ending Gcode that shuts the printer down in an orderly fashion.
In Cura go to Settings, Printers, Manage Printers, Machine Settings. The two big text boxes are the StartUp and Ending Gcodes. Copy the StartUp Gcode and paste it here.
Does the printer have an Auto Bed Leveler?
What printer definition did you use to install the printer in Cura (Monoprice Select Mini V2 was used for some Easyyhreeds).
Edited by GregValiantLink to post
Share on other sites