Jump to content

Is there a placeHolder for Max_y_Size


BobSisson

Recommended Posts

Posted · Is there a placeHolder for Max_y_Size

I am trying to work on my startup code

 

I currently print a stripe down the Left side before I begin to prime the extruder

 

I was wondering if there is a Variable/PlaceHolder for the Y_Bed Size I could use in my start up so I could "G1 X10 Y(Y_Bed_Size * .75) E15 so it would print the stripe to 75% of the bed.  As I have several different printers, with different bed sizes, and TRYING to standardize my startup code...

 

PS... for a .40 wide line, what do I need my E value to be, E15 draws a very thin line, the E30 on the way back does the same, pretty thin... not sure what the value should be vs. distance...

 

Thanks...

  • Link to post
    Share on other sites

    Posted · Is there a placeHolder for Max_y_Size

    @BobSisson

    The formula for an extrusion at 100% flow is "Volume of Filament In = Volume of Extrusion Out". 

    ((FilDia/2)² x PI) x FilamentLength = LineWidth x LayerHeight x ExtrLength

    so

    Filament Length(Enumber) = (LineWidth x LayerHeight x ExtrLength) / ((FilDia/2)² x PI)

    The FeedRate then dictates the FlowRate of material through the hot end as:

    FlowRate in mm³/sec = Volume of Extrusion / (ExtrusionLength/PrintSpeed in mm/sec)

     

    If you don't know which printer will get the Gcode file then it is best to have a StartUp Gcode that is suitable for all your printers.  That would mean your purge lines must work on the printer with the smallest build plate "Y".

     

    Ahoeben also brings up a point.  There is no way to calculate an E value (within the StartUp Gcode) that is dependent on the bed size/length of extrusion.

    Things become more complicated when one printer has 1.75 filament and the other has 2.85 filament.  If that is a possibility then you would need to change ALL the printers, AND Cura, to Volumetric extrusion.

     

  • 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.
        • 0 replies
    ×
    ×
    • Create New...