mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:05:57 +08:00
Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3
This commit is contained in:
commit
73c5c34b99
@ -18,7 +18,6 @@ Generic Nylon profile. Serves as an example file, data in this file is not corre
|
|||||||
<diameter>2.85</diameter>
|
<diameter>2.85</diameter>
|
||||||
</properties>
|
</properties>
|
||||||
<settings>
|
<settings>
|
||||||
<setting key="hardware compatible">no</setting><!-- This material is not supported on most printers due to high temperatures -->
|
|
||||||
<setting key="print temperature">250</setting>
|
<setting key="print temperature">250</setting>
|
||||||
<setting key="heated bed temperature">60</setting>
|
<setting key="heated bed temperature">60</setting>
|
||||||
<setting key="standby temperature">175</setting>
|
<setting key="standby temperature">175</setting>
|
||||||
|
@ -115,7 +115,7 @@ TabView
|
|||||||
width: base.secondColumnWidth;
|
width: base.secondColumnWidth;
|
||||||
value: properties.density;
|
value: properties.density;
|
||||||
decimals: 2
|
decimals: 2
|
||||||
suffix: "g/cm"
|
suffix: "g/cm³"
|
||||||
stepSize: 0.01
|
stepSize: 0.01
|
||||||
readOnly: !base.editingEnabled;
|
readOnly: !base.editingEnabled;
|
||||||
|
|
||||||
@ -128,7 +128,7 @@ TabView
|
|||||||
width: base.secondColumnWidth;
|
width: base.secondColumnWidth;
|
||||||
value: properties.diameter;
|
value: properties.diameter;
|
||||||
decimals: 2
|
decimals: 2
|
||||||
suffix: "mm³"
|
suffix: "mm"
|
||||||
stepSize: 0.01
|
stepSize: 0.01
|
||||||
readOnly: !base.editingEnabled;
|
readOnly: !base.editingEnabled;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user