Thingiverse
Generated Temperature Tower
135
Downloads
55
Likes
0
Makes
A program to generate custom temperature tower STL files and the corresponding G-code to make temperature changes as the Z layer changes.
This Python 3 script takes 3 command line arguments (BOT_TEMP, TOP_TEMP, STEP) and 3 template input files to generate two output files required to print a "temperature tower" on a 3D printer (tested on Prusa i3 MK3).
WARNING: If you are not comfortable with running commands from the command line, this tool may not be for you.
Example Invocations
----
This Python 3 script takes 3 command line arguments (BOT_TEMP, TOP_TEMP, STEP) and 3 template input files to generate two output files required to print a "temperature tower" on a 3D printer (tested on Prusa i3 MK3).
WARNING: If you are not comfortable with running commands from the command line, this tool may not be for you.
Example Invocations
----
Sign in to leave a comment
Sign in