Jump to content

Setting Zero


npdion

Recommended Posts

Posted · Setting Zero

HI - I am a retired CNC machine shop owner and my daughter thought that I needed something to do, so, I received a 3D printer for my birthday last week. I hadn't thought that it was something that I really needed, but the more that I've gotten into it - the more I think that maybe I do!

At this point, I have spent most of my time renewing my CAD modeling skills (it's been a while) and I've printed a few sample open source things that I picked up from OnShape's web site. Here is my problem - on my CNC mills I had a "floating zero", that is, I could set my zero point anywhere on the bed of the machine and program in any of the four quadrants around that zero point. I assume that machine zero on my printer (a new X-one from QIDI) is the front left hand corner of the support plate (designated as the "Home" position) and all commands to it are X+ and Y+. All of that is fine, my question is - how do I offset the start point of the print? Several of the files that I have downloaded are attempting to print beyond the edge of the support plate. All I want to do is move the start point over an inch or so, but I can't find a way to do it in the Cura software. There is, under preferences - Build Plate Adhesion, a check box that reads "Extruder Prime X Position" and a similar one for "Y". I checked those, but I still don't see any place where I can change the start point of the print.

Thank you, in advance, for your help. I'm looking forward to this new adventure!

N Dion

  • Link to post
    Share on other sites

    Posted · Setting Zero

    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

    Posted · Setting Zero

    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.

  • Link to post
    Share on other sites

    Posted · Setting Zero

    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.

     

    You can do that in Cura 2.3 as well. Printers -> Manage Printers -> Machine Settings

  • Link to post
    Share on other sites

    Posted · Setting Zero

    All good stuff above, but why not

    right click the model in Cura and select "centre model on platform"

    if it is still trying to print beyond the edge of the print plate, ie grey in colour, then it is too big and needs to be scaled smaller.

    Of course I am assuming that a printer has been defined with the correct x/y/z dimension settings.

  • Link to post
    Share on other sites

    Posted · Setting Zero

    G92 is your friend.

     

    Well, kind of...

    When it comes to coordinates, the GCode used by the traditional 3d printer firmwares (Marlin, Repetier, ...) is nowhere compared to what CNC are doing.

    G92 will (re)set the coordinate system, not create a 'user space offset' like you do with G54,... on a CNC.

    Once you change your coordinates with G92, if you are using software endstops (like it is configured on UMO+/UM2 printers), you will crash the head on the borders if you go out of bounds, because the firmware won't see it...

    The safest way is to place your part in the slicer.

     

    More on gcodes here:

    http://reprap.org/wiki/G_code

     

    Indeed, very good resource.

  • Link to post
    Share on other sites

    Of course I am assuming that a printer has been defined with the correct x/y/z dimension settings.

     

    Lol. well that's the problem. The 0,0 point is in a different spot. So cura puts 0,0 in the corner but his printer probably puts it in the center of the bed. So when he prints in the center of the screen in cura it's printing in the corner on his machine and partly outside the build volume.

  • Link to post
    Share on other sites

    OK I get that but when you define a custom printer in Cura there is an option entitled "machine centre is zero" which I assume compensates for that? A bit outside of my knowledge area as I use Repetier Host to control my printing and that has a separate dialogue for locating the origin on the printer bed.

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...