mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Use explicit types for mesh_type qml properties
CURA-6683
This commit is contained in:
parent
0ba1bfbe4f
commit
42a3e1227a
1 changed files with 5 additions and 5 deletions
|
@ -18,11 +18,11 @@ Item
|
||||||
property var all_categories_except_support: [ "machine_settings", "resolution", "shell", "infill", "material", "speed",
|
property var all_categories_except_support: [ "machine_settings", "resolution", "shell", "infill", "material", "speed",
|
||||||
"travel", "cooling", "platform_adhesion", "dual", "meshfix", "blackmagic", "experimental"]
|
"travel", "cooling", "platform_adhesion", "dual", "meshfix", "blackmagic", "experimental"]
|
||||||
|
|
||||||
readonly property var normal_mesh_type: ""
|
readonly property string normal_mesh_type: ""
|
||||||
readonly property var support_mesh_type: "support_mesh"
|
readonly property string support_mesh_type: "support_mesh"
|
||||||
readonly property var cutting_mesh_type: "cutting_mesh"
|
readonly property string cutting_mesh_type: "cutting_mesh"
|
||||||
readonly property var infill_mesh_type: "infill_mesh"
|
readonly property string infill_mesh_type: "infill_mesh"
|
||||||
readonly property var anti_overhang_mesh_type: "anti_overhang_mesh"
|
readonly property string anti_overhang_mesh_type: "anti_overhang_mesh"
|
||||||
|
|
||||||
property var current_mesh_type: normal_mesh_type
|
property var current_mesh_type: normal_mesh_type
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue