mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-25 04:24:25 +08:00
Disable material/variant combinations we have no profile for
CURA-2236
This commit is contained in:
parent
85fc680994
commit
7961104a0c
@ -28,7 +28,9 @@ Generic CPE+ profile. Serves as an example file, data in this file is not correc
|
||||
<machine_identifier manufacturer="Ultimaker" product="Ultimaker 2 Extended+"/>
|
||||
<setting key="hardware compatible">yes</setting>
|
||||
|
||||
<hotend id="0.25 mm" />
|
||||
<hotend id="0.25 mm">
|
||||
<setting key="hardware compatible">no</setting>
|
||||
</hotend>
|
||||
<hotend id="0.4 mm" />
|
||||
<hotend id="0.6 mm" />
|
||||
<hotend id="0.8 mm" />
|
||||
|
@ -31,7 +31,9 @@ Generic TPU 95A profile. Serves as an example file, data in this file is not cor
|
||||
<hotend id="0.25 mm" />
|
||||
<hotend id="0.4 mm" />
|
||||
<hotend id="0.6 mm" />
|
||||
<hotend id="0.8 mm" />
|
||||
<hotend id="0.8 mm">
|
||||
<setting key="hardware compatible">no</setting>
|
||||
</hotend>
|
||||
</machine>
|
||||
</settings>
|
||||
</fdmmaterial>
|
||||
|
Loading…
x
Reference in New Issue
Block a user