Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2022-09-06 12:52:33 +0300
committerJaime van Kessel <nallath@gmail.com>2022-09-06 12:52:33 +0300
commitd097b7d030c2ce9fb4d0db58402ec6ac254f4c0b (patch)
tree3da44897e8abf61089420a6c4f960dfd29f68401 /resources
parenta5f23939f5c907347eef5a01bd1807f3978d3d1d (diff)
Minor codestyle changes to fdmprinter
Diffstat (limited to 'resources')
-rw-r--r--resources/definitions/fdmprinter.def.json46
-rw-r--r--resources/definitions/koonovo_kn5.def.json2
2 files changed, 19 insertions, 29 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index c24192b7d0..5b6268a875 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -426,9 +426,7 @@
"label": "Disallowed Areas",
"description": "A list of polygons with areas the print head is not allowed to enter.",
"type": "polygons",
- "default_value":
- [
- ],
+ "default_value": [],
"settable_per_mesh": false,
"settable_per_extruder": false,
"settable_per_meshgroup": false
@@ -438,9 +436,7 @@
"label": "Nozzle Disallowed Areas",
"description": "A list of polygons with areas the nozzle is not allowed to enter.",
"type": "polygons",
- "default_value":
- [
- ],
+ "default_value": [],
"settable_per_mesh": false,
"settable_per_extruder": false,
"settable_per_meshgroup": false
@@ -452,22 +448,10 @@
"type": "polygon",
"default_value":
[
- [
- -20,
- 10
- ],
- [
- 10,
- 10
- ],
- [
- 10,
- -10
- ],
- [
- -20,
- -10
- ]
+ [ -20, 10 ],
+ [ 10, 10 ],
+ [ 10, -10 ],
+ [ -20, -10 ]
],
"settable_per_mesh": false,
"settable_per_extruder": false,
@@ -1027,7 +1011,8 @@
"settable_per_meshgroup": true,
"settable_globally": true,
"enabled": "extruders_enabled_count > 1",
- "children": {
+ "children":
+ {
"wall_0_extruder_nr":
{
"label": "Outer Wall Extruder",
@@ -1186,7 +1171,8 @@
"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.",
"type": "enum",
- "options": {
+ "options":
+ {
"inside_out": "Inside To Outside",
"outside_in": "Outside To Inside"
},
@@ -1241,7 +1227,8 @@
}
}
},
- "fill_outline_gaps": {
+ "fill_outline_gaps":
+ {
"label": "Print Thin Walls",
"description": "Print pieces of the model which are horizontally thinner than the nozzle size.",
"type": "bool",
@@ -1444,7 +1431,8 @@
"limit_to_extruder": "roofing_extruder_nr",
"settable_per_mesh": true,
"enabled": "top_layers > 0",
- "children": {
+ "children":
+ {
"roofing_line_width":
{
"label": "Top Surface Skin Line Width",
@@ -4418,7 +4406,8 @@
"enabled": "(support_enable or support_meshes_present) and extruders_enabled_count > 1",
"settable_per_mesh": false,
"settable_per_extruder": false,
- "children": {
+ "children":
+ {
"support_infill_extruder_nr":
{
"label": "Support Infill Extruder",
@@ -8065,7 +8054,8 @@
"description": "Settings which are only used if CuraEngine isn't called from the Cura frontend.",
"type": "category",
"enabled": false,
- "children": {
+ "children":
+ {
"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.",
diff --git a/resources/definitions/koonovo_kn5.def.json b/resources/definitions/koonovo_kn5.def.json
index 3fc8705e52..e770579487 100644
--- a/resources/definitions/koonovo_kn5.def.json
+++ b/resources/definitions/koonovo_kn5.def.json
@@ -22,7 +22,7 @@
"preferred_quality_type": "standard",
"preferred_material": "generic_pla"
},
-
+
"overrides":
{
"machine_name": { "default_value": "Koonovo KN5" },