Jump to content

variable for gcode to set firstlayer temp


ManuelW

Recommended Posts

Posted · variable for gcode to set firstlayer temp

hey there,

can someone tell me the variable for the gcode to set the firstlayer nozzle and bed temperature?

i only found the variable for the "normal" print temps, but not for the firstlayer.

  • Link to post
    Share on other sites

    Posted · variable for gcode to set firstlayer temp

    But there is a setting for the first layer temp in Cura.

    If i set this

     

    M140 S{material_bed_temperature} T0 ; Heat buildplateM134 T0 ; Stabilize bed temperatureM104 S{material_print_temperature} T0 ; Heat right extruderM133 T0 ; Stabilize right extruder temperature

     

    the printer is heating to print temp and not the set first layer temp.

  • Link to post
    Share on other sites

    Posted (edited) · variable for gcode to set firstlayer temp

    You'll see cura use 2 g-codes.

    The fist time temperature is set (is first layer temp)  M109 is used, which means execution of the rest of the code will wait until the set temperature is reached.

    Further on in the g-code the temperature is set using M104, meaning the temperature is adjusted to this set temp but execution of the rest of the code will not wait till this temp us reached.

    So if you set first layer temp to 205, and print temp to 200, you'll first find a M109 S205 and further on a M104 S200.

    Edited by Guest
  • Link to post
    Share on other sites

    Posted · variable for gcode to set firstlayer temp

    No, i cant use the auto generated temps of Cura, because it breaks my print start.

    So is have to use the variables in my start gcode. But the variable {material_print_temperatue} set's the print temp and not the first layer print temp.

    i need something like {first_layer_print_temp} or so.

  • Link to post
    Share on other sites

    Posted · variable for gcode to set firstlayer temp

    just a wag, try: "material_print_temperature_layer_0"

    ...from the fdmprinter.def.json file...

    • Thanks 1
    Link to post
    Share on other sites

    Posted · variable for gcode to set firstlayer temp

    Thanks a lot, it works :)

  • Link to post
    Share on other sites

    Posted · variable for gcode to set firstlayer temp

    @DaHai8 you're the sh$t.  Thanks for that.  Fixed it for me.

  • 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

      • 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
      • 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
    ×
    ×
    • Create New...