mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 21:25:58 +08:00
Minor codestyle changes to fdmprinter
This commit is contained in:
parent
a5f23939f5
commit
d097b7d030
@ -426,9 +426,7 @@
|
|||||||
"label": "Disallowed Areas",
|
"label": "Disallowed Areas",
|
||||||
"description": "A list of polygons with areas the print head is not allowed to enter.",
|
"description": "A list of polygons with areas the print head is not allowed to enter.",
|
||||||
"type": "polygons",
|
"type": "polygons",
|
||||||
"default_value":
|
"default_value": [],
|
||||||
[
|
|
||||||
],
|
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": false,
|
"settable_per_extruder": false,
|
||||||
"settable_per_meshgroup": false
|
"settable_per_meshgroup": false
|
||||||
@ -438,9 +436,7 @@
|
|||||||
"label": "Nozzle Disallowed Areas",
|
"label": "Nozzle Disallowed Areas",
|
||||||
"description": "A list of polygons with areas the nozzle is not allowed to enter.",
|
"description": "A list of polygons with areas the nozzle is not allowed to enter.",
|
||||||
"type": "polygons",
|
"type": "polygons",
|
||||||
"default_value":
|
"default_value": [],
|
||||||
[
|
|
||||||
],
|
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": false,
|
"settable_per_extruder": false,
|
||||||
"settable_per_meshgroup": false
|
"settable_per_meshgroup": false
|
||||||
@ -452,22 +448,10 @@
|
|||||||
"type": "polygon",
|
"type": "polygon",
|
||||||
"default_value":
|
"default_value":
|
||||||
[
|
[
|
||||||
[
|
[ -20, 10 ],
|
||||||
-20,
|
[ 10, 10 ],
|
||||||
10
|
[ 10, -10 ],
|
||||||
],
|
[ -20, -10 ]
|
||||||
[
|
|
||||||
10,
|
|
||||||
10
|
|
||||||
],
|
|
||||||
[
|
|
||||||
10,
|
|
||||||
-10
|
|
||||||
],
|
|
||||||
[
|
|
||||||
-20,
|
|
||||||
-10
|
|
||||||
]
|
|
||||||
],
|
],
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": false,
|
"settable_per_extruder": false,
|
||||||
@ -1027,7 +1011,8 @@
|
|||||||
"settable_per_meshgroup": true,
|
"settable_per_meshgroup": true,
|
||||||
"settable_globally": true,
|
"settable_globally": true,
|
||||||
"enabled": "extruders_enabled_count > 1",
|
"enabled": "extruders_enabled_count > 1",
|
||||||
"children": {
|
"children":
|
||||||
|
{
|
||||||
"wall_0_extruder_nr":
|
"wall_0_extruder_nr":
|
||||||
{
|
{
|
||||||
"label": "Outer Wall Extruder",
|
"label": "Outer Wall Extruder",
|
||||||
@ -1186,7 +1171,8 @@
|
|||||||
"label": "Wall Ordering",
|
"label": "Wall Ordering",
|
||||||
"description": "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed. When there is an uneven amount of total innner walls, the 'center last line' is always printed last.",
|
"description": "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed. When there is an uneven amount of total innner walls, the 'center last line' is always printed last.",
|
||||||
"type": "enum",
|
"type": "enum",
|
||||||
"options": {
|
"options":
|
||||||
|
{
|
||||||
"inside_out": "Inside To Outside",
|
"inside_out": "Inside To Outside",
|
||||||
"outside_in": "Outside To Inside"
|
"outside_in": "Outside To Inside"
|
||||||
},
|
},
|
||||||
@ -1241,7 +1227,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fill_outline_gaps": {
|
"fill_outline_gaps":
|
||||||
|
{
|
||||||
"label": "Print Thin Walls",
|
"label": "Print Thin Walls",
|
||||||
"description": "Print pieces of the model which are horizontally thinner than the nozzle size.",
|
"description": "Print pieces of the model which are horizontally thinner than the nozzle size.",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
@ -1444,7 +1431,8 @@
|
|||||||
"limit_to_extruder": "roofing_extruder_nr",
|
"limit_to_extruder": "roofing_extruder_nr",
|
||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true,
|
||||||
"enabled": "top_layers > 0",
|
"enabled": "top_layers > 0",
|
||||||
"children": {
|
"children":
|
||||||
|
{
|
||||||
"roofing_line_width":
|
"roofing_line_width":
|
||||||
{
|
{
|
||||||
"label": "Top Surface Skin Line Width",
|
"label": "Top Surface Skin Line Width",
|
||||||
@ -4418,7 +4406,8 @@
|
|||||||
"enabled": "(support_enable or support_meshes_present) and extruders_enabled_count > 1",
|
"enabled": "(support_enable or support_meshes_present) and extruders_enabled_count > 1",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": false,
|
"settable_per_extruder": false,
|
||||||
"children": {
|
"children":
|
||||||
|
{
|
||||||
"support_infill_extruder_nr":
|
"support_infill_extruder_nr":
|
||||||
{
|
{
|
||||||
"label": "Support Infill Extruder",
|
"label": "Support Infill Extruder",
|
||||||
@ -8065,7 +8054,8 @@
|
|||||||
"description": "Settings which are only used if CuraEngine isn't called from the Cura frontend.",
|
"description": "Settings which are only used if CuraEngine isn't called from the Cura frontend.",
|
||||||
"type": "category",
|
"type": "category",
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"children": {
|
"children":
|
||||||
|
{
|
||||||
"center_object":
|
"center_object":
|
||||||
{
|
{
|
||||||
"description": "Whether to center the object on the middle of the build platform (0,0), instead of using the coordinate system in which the object was saved.",
|
"description": "Whether to center the object on the middle of the build platform (0,0), instead of using the coordinate system in which the object was saved.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user