Jump to content

XY Start Print offset setting in Cura?


DaHai8

Recommended Posts

Posted (edited) · XY Start Print offset setting in Cura?

Is there a way to set the X & Y start offset for printing that is different than the (0,0) X/Y Origin?

Like setting margins on a paper.

Let me explain:

I have an JA Aurora A3 Pursa I3 printer (a mighty fine printer IMHO). The way it is set up, the print head origin X&Y is actually off the bed by 30mm each way. I kinda like this in that there's no way to slam the tip into the bed when it returns to origin if your bed it not calibrated. Plus when you are unloading/loading filament, it doesn't just dump all over the print bed to be cleaned up later. But I digress...

The way the manufacturer gets around this is by specifying a print area larger than the print bed. But then you have to remember not to place anything too close to the X/Y Origin or it will miss the bed.

So I was wondering if there was a way to specify print area separate from print origin in Cura, eg:

Print Origin (0,0,0)

Print Area (30-210,30-210,0-180)

(X,Y,Z)

Then the layout display in Cura would just show the printable area on the grid...kinda like margins on a paper.

Thanks!

Edited by Guest
  • Link to post
    Share on other sites

    Posted · XY Start Print offset setting in Cura?

    I'm looking through the (very old) docs and searching the python code, but I can't find any references to Disallowed areas.

    Any help where to find this setting?

  • Link to post
    Share on other sites

    Posted (edited) · XY Start Print offset setting in Cura?

    I guess this is in the BETA version of the software, because the only information I can find on it is for 15.06.xx Beta.

    Sorry, but I think I'll wait until the final release to try this.

    Edited by Guest
  • Link to post
    Share on other sites

    Posted · XY Start Print offset setting in Cura?

    Hello, got the same printer, did you find a solution for this?

  • Link to post
    Share on other sites

    Posted · XY Start Print offset setting in Cura?

    I know this an old thread, but I had the same issue and discovered a solution. Using the manual controls to auto-home and move the X and Y axes, I measured the front left corner of my print bed (where the tape starts) at Y+30mm X+25mm from the end stops. In the Cura machine settings, I then modified the start gcode to move to that position before printing and set it as the new zero. After doing this, the prints are centered. My start gcode is now:

     

    G21 ;Set units to mmG90 ;Absolute positioningG28 X0 Y0 ;HomeG28 Z0 ;HomeG1 Z15.0 F3000 ;Raise to dodge bed screwsG0 Y30 ;Move Y to 30G0 X25 ;Move X to 25G92 X0 Y0 Z15 ;Set this position as the new X/Y zero;Standard extruder setup belowG92 E0G1 F200 E1G92 E0

     

    • Like 1
    Link to post
    Share on other sites

    Posted · XY Start Print offset setting in Cura?

    wigginx: Yup, that's pretty much exactly what I do as well.

    No disallow areas required and can also be set in other slicers.

  • Link to post
    Share on other sites

    Posted · XY Start Print offset setting in Cura?
    On 12/29/2016 at 9:04 PM, wigginx said:

    I know this an old thread, but I had the same issue and discovered a solution. Using the manual controls to auto-home and move the X and Y axes, I measured the front left corner of my print bed (where the tape starts) at Y+30mm X+25mm from the end stops. In the Cura machine settings, I then modified the start gcode to move to that position before printing and set it as the new zero. After doing this, the prints are centered. My start gcode is now:

     

    
    G21 ;Set units to mmG90 ;Absolute positioningG28 X0 Y0 ;HomeG28 Z0 ;HomeG1 Z15.0 F3000 ;Raise to dodge bed screwsG0 Y30 ;Move Y to 30G0 X25 ;Move X to 25G92 X0 Y0 Z15 ;Set this position as the new X/Y zero;Standard extruder setup belowG92 E0G1 F200 E1G92 E0
     

     

     

    I used this information, with some adjustments. I have the glass bed, with clips, two on "bottom" and two on "top", and one on "left" and one on "right" of the bed, I placed the printer nozzle to have the 0,0 at 14mm/14mm, and that gave me about 207x212mm of clear print space. I print a small line to the left just to make sure that there is filament into the nozzle when print starts. It is outside the virtual rectangle, and does not touch any of the paper clips.

     

    I used this start g-code

     

    G92 E0 ; Reset Extruder
    G28 ; Home all axes
    G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
    G1 X1 Y5 Z0.3 F5000.0 ; Move to start position
    G1 X1 Y100.0 Z0.3 F1500.0 E7.5 ; Draw the first line
    G1 X1.3 Y100.0 Z0.3 F5000.0 ; Move to side a little
    G1 X1.3 Y5 Z0.3 F1500.0 E15 ; Draw the second line
    G92 E0 ; Reset Extruder
    G1 X7 Y5 Z0.3 F5000.0 ; Move over to prevent blob squish
    
    G21 ;Set units to mm
    G90 ;Absolute positioning. New printable area is 207 width x 212 depth
    G1 Z2 F3000 ;Raise to dodge bed screws
    G0 Y15 ;Move Y to 15
    G0 X10 ;Move X to 10
    G92 X0 Y0 Z2 ;Set this position as the new X/Y zero
    
    G92 E0 ; Reset Extruder
    

     

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