mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
fix: use machine standby temp rather than Cura standby temp for Nylon fdm_material (CURA-2567)
This commit is contained in:
parent
e2dd9bb958
commit
74669d79d1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Generic Nylon profile. Serves as an example file, data in this file is not corre
|
|||
<settings>
|
||||
<setting key="print temperature">250</setting>
|
||||
<setting key="heated bed temperature">60</setting>
|
||||
<setting key="standby temperature">100</setting>
|
||||
<setting key="standby temperature">175</setting>
|
||||
|
||||
<machine>
|
||||
<machine_identifier manufacturer="Ultimaker" product="Ultimaker 2+"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue