mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 05:39:17 +08:00
Fix preferred material for cases when there more than 1 "pla" materials
This commit is contained in:
parent
756422fc0e
commit
5bf19f9ff2
@ -10,7 +10,6 @@
|
|||||||
"category": "Custom",
|
"category": "Custom",
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
"has_materials": true,
|
"has_materials": true,
|
||||||
"preferred_material": "*pla*",
|
|
||||||
"first_start_actions": ["MachineSettingsAction"]
|
"first_start_actions": ["MachineSettingsAction"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
"manufacturer": "Ultimaker",
|
"manufacturer": "Ultimaker",
|
||||||
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj;application/x3g",
|
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj;application/x3g",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"preferred_material": "pla",
|
"preferred_material": "*generic_pla*",
|
||||||
"preferred_quality": "normal",
|
"preferred_quality": "*normal*",
|
||||||
"machine_extruder_trains":
|
"machine_extruder_trains":
|
||||||
{
|
{
|
||||||
"0": "fdmextruder"
|
"0": "fdmextruder"
|
||||||
@ -139,7 +139,7 @@
|
|||||||
{
|
{
|
||||||
"label": "Has heated build plate",
|
"label": "Has heated build plate",
|
||||||
"description": "Whether the machine has a heated build plate present.",
|
"description": "Whether the machine has a heated build plate present.",
|
||||||
"default_value": false,
|
"default_value": true,
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": false,
|
"settable_per_extruder": false,
|
||||||
|
@ -11,9 +11,7 @@
|
|||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
"platform": "ultimaker2_platform.obj",
|
"platform": "ultimaker2_platform.obj",
|
||||||
"platform_texture": "Ultimaker2Plusbackplate.png",
|
"platform_texture": "Ultimaker2Plusbackplate.png",
|
||||||
"preferred_variant": "ultimaker2_plus_0.4",
|
"preferred_variant": "*0.4*",
|
||||||
"preferred_material": "*pla*",
|
|
||||||
"preferred_quality": "*normal*",
|
|
||||||
"has_variants": true,
|
"has_variants": true,
|
||||||
"has_materials": true,
|
"has_materials": true,
|
||||||
"has_machine_materials": true,
|
"has_machine_materials": true,
|
||||||
|
@ -13,8 +13,6 @@
|
|||||||
"icon": "icon_ultimaker.png",
|
"icon": "icon_ultimaker.png",
|
||||||
"platform": "ultimaker_platform.stl",
|
"platform": "ultimaker_platform.stl",
|
||||||
"has_materials": true,
|
"has_materials": true,
|
||||||
"preferred_material": "*pla*",
|
|
||||||
"preferred_quality": "*normal*",
|
|
||||||
"first_start_actions": ["UMOUpgradeSelection", "UMOCheckup", "BedLevel"],
|
"first_start_actions": ["UMOUpgradeSelection", "UMOCheckup", "BedLevel"],
|
||||||
"supported_actions": ["UMOUpgradeSelection", "UMOCheckup", "BedLevel", "UpgradeFirmware"]
|
"supported_actions": ["UMOUpgradeSelection", "UMOCheckup", "BedLevel", "UpgradeFirmware"]
|
||||||
},
|
},
|
||||||
|
@ -13,8 +13,6 @@
|
|||||||
"icon": "icon_ultimaker.png",
|
"icon": "icon_ultimaker.png",
|
||||||
"platform": "ultimaker_platform.stl",
|
"platform": "ultimaker_platform.stl",
|
||||||
"has_materials": true,
|
"has_materials": true,
|
||||||
"preferred_material": "*pla*",
|
|
||||||
"preferred_quality": "*normal*",
|
|
||||||
"machine_extruder_trains":
|
"machine_extruder_trains":
|
||||||
{
|
{
|
||||||
"0": "ultimaker_original_dual_1st",
|
"0": "ultimaker_original_dual_1st",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user