mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Add "fill_sparse_density" as a setting to change using the t/q slider
This commit is contained in:
parent
a329411e5d
commit
bef998ba7f
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ class PrintInformation(QObject):
|
||||||
self._time_quality_changed_timer.timeout.connect(self._updateTimeQualitySettings)
|
self._time_quality_changed_timer.timeout.connect(self._updateTimeQualitySettings)
|
||||||
|
|
||||||
self._interpolation_settings = {
|
self._interpolation_settings = {
|
||||||
"layer_height": { "minimum": "low", "maximum": "high", "curve": "linear" }
|
"layer_height": { "minimum": "low", "maximum": "high", "curve": "linear" },
|
||||||
|
"fill_sparse_density": { "minimum": "low", "maximum": "high", "curve": "linear" }
|
||||||
}
|
}
|
||||||
|
|
||||||
self._low_quality_settings = None
|
self._low_quality_settings = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue