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:
authorGhostkeeper <rubend@tutanota.com>2022-04-29 11:01:23 +0300
committerGhostkeeper <rubend@tutanota.com>2022-04-29 11:01:23 +0300
commit0993e486f1bbb5e7953c60fb66bcd9b5b2860a79 (patch)
tree8c3ebea53795870c4ddf5c348c8a375169600bb1 /resources/definitions
parentf82660a6303ad49268530ebf807efed1f87dfd32 (diff)
Fix JSON syntax error
JSON doesn't support the extra comma at the end there. It's marked as a syntax error. Contributes to issue CURA-9226.
Diffstat (limited to 'resources/definitions')
-rw-r--r--resources/definitions/trimaker_nebula_plus.def.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/resources/definitions/trimaker_nebula_plus.def.json b/resources/definitions/trimaker_nebula_plus.def.json
index 31946a512d..71fb729c0f 100644
--- a/resources/definitions/trimaker_nebula_plus.def.json
+++ b/resources/definitions/trimaker_nebula_plus.def.json
@@ -12,10 +12,10 @@
"has_machine_quality": true,
"preferred_quality_type": "normal",
"preferred_material": "redd_pla",
-
+
"platform_offset": [-117.5, -40, 147.5],
"has_materials": true,
- "machine_extruder_trains": {"0": "trimaker_nebula_extruder"},
+ "machine_extruder_trains": {"0": "trimaker_nebula_extruder"}
},
"overrides": {
@@ -110,6 +110,5 @@
"machine_end_gcode": {"default_value": ";Trimaker Nebula End Code\n M107; Apagamos fan\n G90\n G92 E0\n G1 X0 Y200\n G91\n G1 Z5\n G92 E0\n M140 S0; Enfriamos\n M104 S0; Enfriamos\n M84\n G90\n M117 Impresion finalizada\n M300 S440 P700\n"},
"material_diameter": {"default_value": 1.75},
"machine_center_is_zero": {"default_value": false}
-
}
}