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>2020-10-28 18:23:22 +0300
committerGhostkeeper <rubend@tutanota.com>2020-10-28 18:23:22 +0300
commit9a73f457d8a252819471aeb2d689b12d157bd95e (patch)
treea7c144c3f0182e599ff8a7fc3b7b06a08c38d325 /resources/definitions/koonovo_kn5.def.json
parent4497c29721ef726d0aaf5987ca54d8dcf6e2b21d (diff)
Fix up whitespace
Mixing tabs and spaces and all that. Weird stuff. Contributes to issue CURA-7803.
Diffstat (limited to 'resources/definitions/koonovo_kn5.def.json')
-rw-r--r--resources/definitions/koonovo_kn5.def.json37
1 files changed, 10 insertions, 27 deletions
diff --git a/resources/definitions/koonovo_kn5.def.json b/resources/definitions/koonovo_kn5.def.json
index d7f1c88b1d..3e0f3c8df5 100644
--- a/resources/definitions/koonovo_kn5.def.json
+++ b/resources/definitions/koonovo_kn5.def.json
@@ -7,37 +7,25 @@
"author": "Koonovo",
"manufacturer": "Koonovo",
"file_formats": "text/x-gcode",
- "platform": "koonovo_kn5.stl",
- "quality_definition": "koonovo_base",
-
- "first_start_actions": ["MachineSettingsAction"],
- "machine_extruder_trains":
- {
- "0": "koonovo_kn5_extruder_0",
- "1": "koonovo_kn5_extruder_1"
- },
-
-
+ "platform": "koonovo_kn5.stl",
+ "quality_definition": "koonovo_base",
+ "first_start_actions": ["MachineSettingsAction"],
+ "machine_extruder_trains": {
+ "0": "koonovo_kn5_extruder_0",
+ "1": "koonovo_kn5_extruder_1"
+ },
"has_materials": true,
- "has_machine_quality": true,
+ "has_machine_quality": true,
-
"preferred_quality_type": "standard",
- "preferred_material": "generic_pla",
-
-
-"exclude_materials": [
- ]
-
-
+ "preferred_material": "generic_pla"
},
"overrides": {
-
- "machine_name": { "default_value": "KOONOVO KN5" },
+ "machine_name": { "default_value": "Koonovo KN5" },
"machine_width": { "default_value": 420 },
"machine_depth": { "default_value": 420 },
"machine_height": { "default_value": 400 },
@@ -57,13 +45,10 @@
"machine_start_gcode": {
"default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Move to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nM117 Printing..."
},
-
-
"machine_end_gcode": {
"default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning"
},
-
"machine_max_feedrate_x": { "value": 200 },
"machine_max_feedrate_y": { "value": 200 },
"machine_max_feedrate_z": { "value": 50 },
@@ -153,7 +138,5 @@
"brim_replaces_support": { "value": false },
"skirt_gap": { "value": 6.0 },
"skirt_line_count": { "value": 3 }
-
-
}
} \ No newline at end of file