mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Add preferred profile + change image used for uv mapping
This commit is contained in:
parent
481ebf748e
commit
cda49f4d6f
3 changed files with 8 additions and 2 deletions
|
@ -14,7 +14,10 @@
|
|||
"has_machine_quality": true,
|
||||
"has_variants": true,
|
||||
"variants_name": "Nozzle",
|
||||
"machine_extruder_trains": { "0": "dagoma_sigma_pro_extruder" }
|
||||
"machine_extruder_trains": { "0": "dagoma_sigma_pro_extruder" },
|
||||
"preferred_quality_type": "h0.2",
|
||||
"preferred_variant_name": "Brass 0.4mm",
|
||||
"quality_definition": "dagoma_sigma_pro"
|
||||
},
|
||||
"overrides":
|
||||
{
|
||||
|
|
|
@ -17,7 +17,10 @@
|
|||
"machine_extruder_trains": {
|
||||
"0": "dagoma_sigma_pro_dual_extruder_right",
|
||||
"1": "dagoma_sigma_pro_dual_extruder_left"
|
||||
}
|
||||
},
|
||||
"preferred_quality_type": "h0.2",
|
||||
"preferred_variant_name": "Brass 0.4mm",
|
||||
"quality_definition": "dagoma_sigma_pro_dual"
|
||||
},
|
||||
"overrides":
|
||||
{
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 109 KiB |
Loading…
Add table
Add a link
Reference in a new issue