Jump to content

Goral

Dormant
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Goral

  1. On 1/11/2015 at 1:08 PM, Daid said:

    Latest versions of Cura do bed-first by default now. So you don't have to change a thing then.

     

     
     
    And what can you do to make the bed back heated only after the head?
    Cura inserts the code into the gcode:
    ; Generated with Cura_SteamEngine 3.6.0
    M140 S60
    M105
    M190 S60
    M104 S200
    M105
    M109 S200
    It adds its own code to Start G-code:
    M104 S {print_temperature}
    M105
    M109 S {print_temperature}
    M140 S {print_bed_temperature}
    M105
    M190 S {print_bed_temperature}
    And Cura to gcode now saves:
    ; Generated with Cura_SteamEngine 3.6.0
    M140 S60
    M105
    M190 S60
    M104 S200
    M105
    M109 S200
    M82; absolute extrusion mode
    M104 S200
    M105
    M109 S200
    M140 S60
    M105
    M190 S60

    Which, of course, makes no sense.


    Is it possible to somehow disable Cura inserting the code for heating the head and table so that only my code from the Start G-code will be left?

     

×
×
  • Create New...