Temperature Tower with Slic3r G-code generator by fpikus 3d model
3dmdb logo
Thingiverse
Temperature Tower with Slic3r G-code generator by fpikus

Temperature Tower with Slic3r G-code generator by fpikus

by Thingiverse
Last crawled date: 3 years ago
This is a customizable temperature tower in OpenSCAD that also generates the G-code for temperature changes in Slic3r.
To generate your own tower, open the scad file in OpenSCAD, set the temperature range and step (can go up or down), adjust model sizes to your liking, and export STL. OpenSCAD will print the G-code in its transcript. Clean up the ECHO and "quotes" so it looks like this:
{if layer_z >= 1.5 && layer_z < 2.5}M104 S220{endif}
{if layer_z >= 7.9 && layer_z < 8.9}M104 S215{endif}
and paste into "Before Layer Chage" custom G-code window.
Note that the base is printed at whatever temperature your slicer is set to, after that it sets the first temperature in the test range.
In the example in the photos, the lowest temperature (180) failed completely. If you're unsure about where the end of the usable range is, make that the top end, start from something you're sure will print.
Inspired by https://www.thingiverse.com/make:488698

Tags