Temp tower PLA, PETG, ABS 3d model
3dmdb logo
Thingiverse
Temp tower PLA, PETG, ABS

Temp tower PLA, PETG, ABS

by Thingiverse
Last crawled date: 4 years, 7 months ago
This is a remix of Tempreature tower by Tronnic. I've made a tower for ABS and added small texts to the bases of towers which says in wich filament it was printed with. There are G-codes ready to be printed on normal printer or on printer with MMU2S upgrade. I have also inclueded stl files, so you can slice it on your own. If you have any questions or suggestions, write them in the comments or message me. I will be happy, if you leave some positive feedback :)
Original objects: https://www.prusaprinters.org/prints/4667-all-in-one-temperature-bridging-tower-pla-petg-gco
f you want to slice it on your own, you will need to add some commands to a custom g-code setting. Simply find Gcode settings and then look for Before Layer change. You will need to replace that text with one of those (don't paste there the name of a filament). I know, it works with Prusa slicer. Haven't tried any others yet.
PLA
;BEFORE_LAYER_CHANGE
G92 E0.0
;[layer_z]
{if layer_z==1.20} M104 S190 M109 S190 {endif}
{if layer_z==11.20} M104 S195 M109 S195 {endif}
{if layer_z==21.20} M104 S200 M109 S200 {endif}
{if layer_z==31.20} M104 S205 M109 S205 {endif}
{if layer_z==41.20} M104 S210 M109 S210 {endif}
{if layer_z==51.20} M104 S215 M109 S215 {endif}
{if layer_z==61.20} M104 S220 M109 S220 {endif}
{if layer_z==71.20} M104 S225 M109 S225 {endif}
{if layer_z==81.20} M104 S230 M109 S230 {endif}
PETG
;BEFORE_LAYER_CHANGE
G92 E0.0
;[layer_z]
{if layer_z==1.20} M104 S220 M109 S220 {endif}
{if layer_z==11.20} M104 S225 M109 S225 {endif}
{if layer_z==21.20} M104 S230 M109 S230 {endif}
{if layer_z==31.20} M104 S235 M109 S235 {endif}
{if layer_z==41.20} M104 S240 M109 S240 {endif}
{if layer_z==51.20} M104 S245 M109 S245 {endif}
{if layer_z==61.20} M104 S250 M109 S250 {endif}
{if layer_z==71.20} M104 S255 M109 S255 {endif}
{if layer_z==81.20} M104 S260 M109 S260 {endif}
ABS
;BEFORE_LAYER_CHANGE
G92 E0.0
;[layer_z]
{if layer_z==1.20} M104 S230 M109 S230 {endif}
{if layer_z==11.20} M104 S235 M109 S235 {endif}
{if layer_z==21.20} M104 S240 M109 S240 {endif}
{if layer_z==31.20} M104 S245 M109 S245 {endif}
{if layer_z==41.20} M104 S250 M109 S250 {endif}
{if layer_z==51.20} M104 S255 M109 S255 {endif}
{if layer_z==61.20} M104 S260 M109 S260 {endif}
{if layer_z==71.20} M104 S265 M109 S265 {endif}
{if layer_z==81.20} M104 S270 M109 S270 {endif}

Tags