Temperature Ranges - Store extruder/bed temps as min/max #5
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Currently extruder and bed temperatures are stored as single values. For labels and practical use, a range (e.g., 190-210°C) is more useful.
Solution
Convert single temp fields to min/max ranges.
Database Changes
Modify
spoolman/database/models.py:Migration
New migration to:
API Changes
Frontend Changes
ET: {filament.settings_extruder_temp_min}-{filament.settings_extruder_temp_max} °CPriority
Medium - requires migration