Jump to content

justus2342

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by justus2342

  1. Hello everyone,

     

    talking about dual-extrusion, I would like to make my start-gcode only heat up active hotends.

     

    Therefor I would like to to something like this in my start-gcode:

    {IF HOTEND0.ENABLED=1}M104 T0 S{material_print_temperature_layer_0,0}; set temp for hotend 0 
    {IF HOTEND1.ENABLED=1}M104 T1 S{material_print_temperature_layer_0,1}; set temp for hotend 1

    Is this possible? What would be the right syntax?

    If its not possible in start-gcode, is there any other way to achieve it?

     

    Thanks and all the Best,

    Justus

×
×
  • Create New...