Jump to content

Cura 2.4beta - Center bed (set x/y offsets)


Boggy22

Recommended Posts

Posted · Cura 2.4beta - Center bed (set x/y offsets)

Hi guys,

How can I center the print on the bed, and be sure the nozzle won't go over the edge? Right now the parts that are close to the right edge (X axis) risk being printed outside the bed.

Or more simply put, I want to tell the printer to move its printing area 1cm to the left.

Thanks in advance!

  • Link to post
    Share on other sites

    • 5 months later...
    Posted · Cura 2.4beta - Center bed (set x/y offsets)

    Hi, sorry for the late reply. I didn't receive any reply notification.

    The printer is a Prusa i3 (Acrylic frame), with a 220x220 aluminum bed.

  • Link to post
    Share on other sites

    Posted (edited) · Cura 2.4beta - Center bed (set x/y offsets)

    I re-read your original post and am now confused. What I wrote below may not apply.

    Where is the home position on your printer - as you are looking at the printer while standing in front of it? Is it on your left and close to you (the print bed is pushed all the way back), or somewhere else? If it's somewhere else, then what I wrote below probably doesn't apply. Let me know. Thanks.

    ---------------------------------------------------------------------------------------------------------------------

    Ok. I think what you have then is a printer where the nozzle is not over the print bed when in its 'home' position. The home position is taken as [0x,0y,0z] in virtually all slicing software and is assumed to be at the left-front corner of the print bed (on non-delta printers).

    Since 'home' on your printer is not over the print bed, everything gets shifted to the left (and possibly front) and can run off the edge.

    There are two ways to fix this:

    1) Re-flash you printer's firmware to reset Home to negative values for x & y so that 0,0 is on the print bed. Not for the faint of heart.

    2) Modify the Start Gcode in your printer's profile in Cura to reset the position of x=0 and y=0. This is a lot easier, so I outline that here:

    Go to Preferences -> Configure Cura -> Printers -> Machine Settings

    Look for these lines in the Start Gcode box:

     

    G28 X0 Y0               ;move to the X/Y origin (Home)G28 Z0                  ;move to the Z origin (Home)G1 Z15.0 F1200          ;move Z to position 15.0 mm

     

    You may not have that last line (G1 Z15.0 F1200). If not insert it after the G28 Z0.

    Now add these lines after the G1 Z15.0 F1200 line:

     

    G0 X25 Y30 ; Move print head to edge of print bedG92 X0 Y0 Z15 ; Set current location as new 0, 0

     

    Change the X and Y values in the G0 command to the distance in Millimeters that will place your print head nozzle over the print bead in the left-front corner of the printable area of the bed. You can use a tape measure or calipers to estimate this value and fine tune it later.

    That's it.

    Let me know if you have any questions.

    Hope this helps.

    Edited by Guest
  • Link to post
    Share on other sites

    Posted · Cura 2.4beta - Center bed (set x/y offsets)

    Thanks, the second option worked well! Actually, I found it earlier in this topic: https://ultimaker.com/en/community/19190-xy-start-print-offset-setting-in-cura

    And it works! Strange thing, in Cura 2.4 there are different offsets, for example, in Cura 2.6.1 that I'm using now I noticed the print area is higher mostly (top of the bed, Y axis).

    Anyway, the correction worked for me, I'm using this GCode, with only the bold line added.

    G21 ;metric values

    G90 ;absolute positioning

    M82 ;set extruder to absolute mode

    M107 ;start with the fan off

    G28 X0 Y0 ;move X/Y to min endstops

    G28 Z0 ;move Z to min endstops

    G1 Z15.0 F9000 ;move the platform down 15mm

    G92 E0 ;zero the extruded length

    G92 X5 Y18 Z15 ;Set this position as the new X/Y zero

    G1 F200 E3 ;extrude 4mm of feed stock

    G92 E0 ;zero the extruded length again

    G1 F9000

    M117 Just a sec, man... geez...

  • 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...