Jump to content

scratches and gcode


massimauni

Recommended Posts

Posted · scratches and gcode

Hi,

I'm trying to eliminate from the surface of the tops layer the signs of some scratches, like in these pictures:

IMG 20150326 212306

IMG 20150326 212159

 

I bring the formulations that I use with Care 15.02.1, even if in this case I'm (almost) sure that they are superfluous:

- retraction: enabled

- minimum travel: 0.1

- combing: enabled

- minimal extrusion: 0.0

- z-hop: 0.15

In the gcode, I have looked for the lines to which correspond these scratches and I have noticed that, mainly, they happen in correspondence of G0s sequences similar to this (two-ten rows in my experience):

...

G1 X112.210 Y125.942 E1901.51616

G1 X111.906 Y125.964 E1901.52835

G0 F12000 X113.216 Y126.391

G0 X112.732 Y127.400

G1 F3600 X112.476 Y127.939 E1901.54637

G1 X112.444 Y128.536 E1901.55815

...

So I've tried to insert G10 and G11, before and later to the G0s, so that to surely stop the extrusion:

...

G1 X112.210 Y125.942 E1901.51616

G1 X111.906 Y125.964 E1901.52835

G10

G0 F12000 X113.216 Y126.391

G0 X112.732 Y127.400

G11

G1 F3600 X112.476 Y127.939 E1901.54637

G1 X112.444 Y128.536 E1901.55815

...

This solution (applied to the last one or two layers) has improved a lot because some scratches have disappeared, except someone.

A deeper analysis (using GCode Print Simulator for searching the moment of these extrusions scanning every movement) has brought me to eliminate them using the same method in other anonymous lines (without G0 sequences, but only one row for time).

Editing the first kind of G0 command is not a big problem: the changes ask for few minutes and the lines they are easily found.

More difficult and longer to find the others!

Now, my question is:

"Can someone confirm that this solution is the best way? And, more important, does exist any plugin, macro or similar that could automatize this editing?"

At disposal for any additional comment.

 

  • Link to post
    Share on other sites

    Posted · scratches and gcode

    I'm not satisfied of the "no skin" option because it lengthens a lot the printing times and the top layer results less smooth.

    In this moment, I'm trying the "retractwithcombing" plugin....

     

  • Link to post
    Share on other sites

    Posted · scratches and gcode

    Just finished the plugin test....good result!

    Thanks for the suggestion!

    I had stopped using the plugin because my UM2 reseller had told me that it was the same thing of the two independent settings.

    Very very appreciated help!!!

    Regards.

    (now, a look to the gcode for better understanding...)

     

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