Jump to content

How to prevent Z being moved with X and Y during travel?


morristec

Recommended Posts

Posted · How to prevent Z being moved with X and Y during travel?

Somehow my old printer cannot handle XYZ being moved at once during travel, the motors stutter and vibrate a lot.

 

The printer was originally provided with Slic3r and Simplify3D profiles but I want to switch to Cura

 

I found out that Slic3r moves X and Y first, and Z in a separate G1 command.

 

Cura however moves all three motors at once like

G0 X40 Y50 Z0.3

and this causes problems.

 

Is there a way I can tell Cura to only move Z on its own?

 

Thank you!

  • Link to post
    Share on other sites

    Posted · How to prevent Z being moved with X and Y during travel?

    I worked around it using the "Modify G Code" extension and a "Search and Replace" regular expression:

     

    Search:

     (?P<prefix>G0.+? )(?P<coord_x>X[0-9]+\.[0-9]+ )(?P<coord_y>Y[0-9]+\.[0-9]+ )(?P<coord_z>Z[0-9]+\.[0-9]+)


    Replace:

    \g<prefix>\g<coord_x>\g<coord_y>\n\g<prefix>\g<coord_z>

     

  • 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.8 Stable released 🎉
        In the Cura 5.8 stable release, everyone can now tune their Z seams to look better than ever. Method series users get access to new material profiles, and the base Method model now has a printer profile, meaning the whole Method series is now supported in Cura!
        • 5 replies
      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
        • 3 replies
    ×
    ×
    • Create New...