Describe how to add a new model

This commit is contained in:
Neale Pickett 2023-11-26 13:23:10 -07:00
parent af7d09336b
commit c987e00e4f
1 changed files with 9 additions and 0 deletions

View File

@ -3,3 +3,12 @@ I made it because I suspected my printer's hotend thermistor was reporting too c
`build.sh` generates `.3mf` files
with extra code to make PrusaSlicer change temperatures automatically.
Defining 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`.
`build.sh my-new-parameters` will generate `my-new-parameters.3mf`,
with PrusaSlicer temperature changes and ponies and everything.