1A Tiny Temperature Tower
2===================
3
4This is a tiny temperature tower.
5I made it because I suspected my printer's hotend thermistor was reporting too cold.
6
7(I think I was right.)
8
9
10Building
11----------
12
13This uses make(1).
14If you've never used make(1) before,
15here's a quick introduction:
16
17 make all # Build everything
18 make clean # Remove build files
19 make targets # List everything you can build
20
21
22Building A New Model
23---------------------------
24
25You can add a new set of model parameters to [params.json](params.json).
26
27Let's say you named your new parameters `my-new-parameters`.
28
29 make my-new-parameters.3mf # Build only your model
30
31The resulting 3mf file will have
32temperature changes for PrusaSlicer
33and ponies
34and everything!