Jump to content

force printing of long straight lines


Peterdijkstra
Go to solution Solved by gr5,

Recommended Posts

Posted · force printing of long straight lines

I need to print this

 

image.thumb.png.f173e27e26665ada6a8abad114df1037.png

 

Squares of 2.6 mm separated by lines of 0.4 mm wide (whole thing is about 10x10 cm). Long straight lines would be the best for the grid part of the design. Cura however produces this:

image.thumb.png.31ed46436a71aa60552dadba67d8d593.png

Some random walk with lost of twist and turns in the grid part, this will make the grid less sharp and probably hinder bed adhesion. Any idea on how I can force cura to print this the grid part in straight long lines?

 

I think the best thing at this point is grab the gcode and manually rewrite the grid part

 

 

  • Link to post
    Share on other sites

    • Solution
    Posted · force printing of long straight lines
    5 hours ago, Peterdijkstra said:

     

    I think the best thing at this point is grab the gcode and manually rewrite the grid part

     

    Yes!  You should use the G92 command very heavily.  G92 resets any axis (in this case extruder or E) to any value where you say, "I know you think you have extruded 1.5mm of filament so far this print and you think you are at E position 1.5 but you are wrong - you are actually at this new position.  Right now.".

     

    So once you calculate the needed filament for one line, use G92 for two purposes - at the start of each line do G92 E0 and then you can put the extrusion amount in the line so all the extruding gcodes will have the same E value.  Simple.

     

    Also after you finish the grid - set the E value to where the printer expected in the original gcode.  So if the deleted code ended at position E73.1247 then you can do an G92 E73.1247 at the end of your grid code so the printer extrudes the correct amount going forwards.

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