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