Jump to content

How to edit head default gcode by cura ?


Witawat

Recommended Posts

Posted (edited) · How to edit head default gcode by cura ?

in start point on gcode file

i need make default move x y z

to point 

 

G28

G1 Z50 X150 Y150 F1500 ; move finished print out front

 

like 

 

;FLAVOR:Marlin
;TIME:13434
;Filament used: 11.3018m
;Layer height: 0.15
;Generated with Cura_SteamEngine 3.5.1

G28

G1 Z50 X150 Y150 F1500 ; move finished print out front

 

M140 S80
M105
M190 S80
M104 S245
M105
M109 S245
M82 ;absolute extrusion mode

 

how to edit file default code ?

 

thankyou

 

Edited by Witawat
  • Link to post
    Share on other sites

    Posted · How to edit head default gcode by cura ?

    Cura only adds that heating sequence before the start gcode if it sees that you don’t have heating commands in the start gcode snippet. If you put M109 S{material_print_temperature} in your start gcode snippet, Cura will not have to add extruder heating by itself. Same with M190 S{material_bed_temperature} fir the bed. 

     

    You could also use a postprocessing script to modify the gcode.

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