3D Printable Temperature Tower
Go to file
neale f1a4eb91f2 Oops, fix license formatting 2023-11-30 10:54:52 -07:00
.gitignore A working version 2023-11-26 12:58:19 -07:00
LICENSE.md Oops, fix license formatting 2023-11-30 10:54:52 -07:00
Makefile Move to make! 2023-11-26 15:48:09 -07:00
README.md Move to make! 2023-11-26 15:48:09 -07:00
params.json A working version 2023-11-26 12:58:19 -07:00
postprocess.sh Move to make! 2023-11-26 15:48:09 -07:00
temp-tower.scad More general file creation 2023-11-26 15:34:26 -07:00

README.md

A Tiny Temperature Tower

This is a tiny temperature tower. I made it because I suspected my printer's hotend thermistor was reporting too cold.

(I think I was right.)

Building

This uses make(1). If you've never used make(1) before, here's a quick introduction:

make all      # Build everything
make clean    # Remove build files
make targets  # List everything you can build

Building A New Model

You can add a new set of model parameters to params.json.

Let's say you named your new parameters my-new-parameters.

make my-new-parameters.3mf  # Build only your model

The resulting 3mf file will have temperature changes for PrusaSlicer and ponies and everything!