Jump to content

Configure movement without extrusion


liadyamin

Recommended Posts

Posted · Configure movement without extrusion

In a plaintext editor, search for "[space] e???? [space]" or something like that, using wildcards, and delete them all? Or set them to zero? I don't know if it would work, but might be worth a try?

 

  • Link to post
    Share on other sites

    • 1 month later...
    Posted (edited) · Configure movement without extrusion

    I found this thread years later after having the same request. This can be done using the post-processors (I have Cura v5.3.0).

     

    Extensions > Post Processing > Modify G-code

    Add a script > Search and Replace

     

    In the search bar put "E\d+.*"   (Mach3 uses A for the extrusion command so replace the E with A if this applies to you)

     \d+ finds one or more numerical digits

     .* finds zero or more of any character

    So this search phrase will find Extrusion commands as simple as E0 and should also find commands with multiple digits and a decimal such as E1837.04462

    It should not find any E's in comments as long as the e is followed by something other than a number.

     

    Leave the replace bar blank.

     

    Make sure "Use Regular Expressions" is checked or else it will literally search for the string "E\d+.*"

     

    I have also found that sometimes the code G92 is used to reset the extrusion value to zero in a line like "G92 E0". So the first search & replace will remove the E and you will likely need a second search and replace to get rid of the G92 commands. For this one you don't need to use regular expression since you are literally just searching for the string "G92" and again leave the replace bar blank.

     

    Attached image shows before & after of a sample.

     

    Cura F&R E Commands.png

    Edited by Supernova27
    Can leave replace blank instead of adding a space
    • Like 1
    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...