temperature-tower/README.md

35 lines
766 B
Markdown
Raw Normal View History

2023-11-26 13:24:09 -07:00
A Tiny Temperature Tower
===================
2023-11-26 12:58:19 -07:00
This is a tiny temperature tower.
I made it because I suspected my printer's hotend thermistor was reporting too cold.
2023-11-26 15:48:09 -07:00
(I think I was right.)
2023-11-26 13:23:10 -07:00
2023-11-26 15:48:09 -07:00
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](params.json).
2023-11-26 13:23:10 -07:00
Let's say you named your new parameters `my-new-parameters`.
2023-11-26 15:48:09 -07:00
make my-new-parameters.3mf # Build only your model
The resulting 3mf file will have
temperature changes for PrusaSlicer
and ponies
and everything!