Jump to content

rapid Z axis movement on first positioning


qrti

Recommended Posts

Posted (edited) · rapid Z axis movement on first positioning

after working through 'beforePrintStarted' script routines cura issues a

 

G0 F6000 X.. Y.. Z0..

 

if X and Y coordinates are small the high feed rate maxes out the Z rate and plunge
the print head in a quite 'unseemly' acceleration and speed toward the build plate,
former versions of cura issued F3600 which behaved more moderate


to avoid rapid Z axis movement on first positioning I cured the questionable sequence with cura's post processing module

 

cura/menu/extensions/post processing/modify g-code - search and replace

search:   (F6000)( X.+Y.+Z0.+)
replace:   F3000\2
regExp:   yes

 

replaces
F6000 X.. Y.. Z0..
with
F3000 X.. Y.. Z0..

 

there should be only one line with F6000 with Z0.. coordinate, so check your 'beforePrintStarted' script

 

regExp explanation
group 1 = F6000          -> F3000
group 2 = X.. Y.. Z0..   -> \2

 

(printer Creality CR-10S, cura 4.3)

Edited by qrti
  • 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 beta released
        Another Cura release has arrived and in this 5.8 beta release, the focus is on improving Z seams, as well as completing support for the full Method series of printers by introducing a profile for the UltiMaker Method.
          • Like
        • 1 reply
      • 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
          • Thanks
          • Like
        • 3 replies
    ×
    ×
    • Create New...