I wanted to print a temperature tower, but the custom Gcode entered in prusa slicer doesn’t seem to actually change the temperature of the nozzle? It just uses the temperature that’s configured on “other layers” under the filament tab.

I’m attempting gaaZolee’s temperature tower, using the custom Gcode supplied with it, in the “before layer change” part of custom Gcode in prusa slicer.

  • Agnosis@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    The instructions in the link say that you need to configure your slicer to execute one of the two options of scripts described, before layer change

    • DreadPotato@sopuli.xyzOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      7 months ago

      Yeah, and i put the script for PLA in to the “before layer change” section of custom Gcode in prusaslicer. As I understood it, the custom Gcode tab is were these thing go in prusaslicer? Or do you also have to enable the execution somewhere?

  • B0rax@feddit.de
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    Have you looked in the generated g-Code? Is it actually there on layer change?

    • DreadPotato@sopuli.xyzOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 months ago

      I tried a different tower from the prusa website, with similar Gcode (but not identical) for layer change, and that worked just fine. So I’m thinking something is messed up in the code example of the other.

      • B0rax@feddit.de
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        7 months ago

        Again, look in the generated g-Code. Just open it with a normal text editor and search for the Z value where you expect a change. See if it is there.