this post was submitted on 09 Dec 2023
0 points (NaN% liked)

3DPrinting

15271 readers
29 users here now

3DPrinting is a place where makers of all skill levels and walks of life can learn about and discuss 3D printing and development of 3D printed parts and devices.

The r/functionalprint community is now located at: !functionalprint@kbin.social or !functionalprint@fedia.io

There are CAD communities available at: !cad@lemmy.world or !freecad@lemmy.ml

Rules

If you need an easy way to host pictures, https://catbox.moe may be an option. Be ethical about what you post and donate if you are able or use this a lot. It is just an individual hosting content, not a company. The image embedding syntax for Lemmy is ![](URL)

Moderation policy: Light, mostly invisible

founded 1 year ago
MODERATORS
 

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.

top 3 comments
sorted by: hot top controversial new old
[–] B0rax@feddit.de 0 points 9 months ago (1 children)

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

[–] DreadPotato@sopuli.xyz 0 points 9 months ago (1 children)

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 0 points 9 months ago* (last edited 9 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.