Oh. Also you probably want to use Cura 15.X and not the newer Cura 2.X. 2.X is a big rewrite and some features may be lost or hard to find. Cura 15.X supported lots of printers quite well - not sure that Cura 2.X is there yet (soon I hope).
In cura 15.x you can go to machine settings and setup some of this stuff - like how big your build plate is and where the center of the machine is.
Recommended Posts
gr5 2,235
G92 is your friend.
After cura creates the gcode file you can go in there and edit it (now don't panic - you don't have to do this every single time). Look at the gcodes - somewhere there should be G28 commands to home different axes. Later you can do a G92 to set the position. For example G92 X-20
should tell the printer that print head is currently at position -20. I've never tried negative numbers but it should work.
Alternatively in cura check to see if machine type has the center at 0,0 or if the corner is 0,0. Usually 0,0 is at the home position.
More on gcodes here:
http://reprap.org/wiki/G_code
I'm assuming through all this that your printer uses Marlin or Repetier or some other firmware that is on that above web page.
Link to post
Share on other sites