Fix up whitespace

Mixing tabs and spaces and all that. Weird stuff.

Contributes to issue CURA-7803.
This commit is contained in:
Ghostkeeper 2020-10-28 16:23:22 +01:00
parent 4497c29721
commit 9a73f457d8
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A
6 changed files with 28 additions and 75 deletions

View File

@ -4948,7 +4948,7 @@
} }
} }
}, },
"support_interface_offset": "support_interface_offset":
{ {
"label": "Support Interface Horizontal Expansion", "label": "Support Interface Horizontal Expansion",
"description": "Amount of offset applied to the support interface polygons.", "description": "Amount of offset applied to the support interface polygons.",

View File

@ -7,33 +7,25 @@
"author": "Koonovo", "author": "Koonovo",
"manufacturer": "Koonovo", "manufacturer": "Koonovo",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "koonovo.obj", "platform": "koonovo.obj",
"platform_texture": "koonovo.png", "platform_texture": "koonovo.png",
"first_start_actions": [ "MachineSettingsAction" ], "first_start_actions": [ "MachineSettingsAction" ],
"machine_extruder_trains": {"0": "koonovo_base_extruder_0"}, "machine_extruder_trains": {"0": "koonovo_base_extruder_0"},
"has_materials": true, "has_materials": true,
"has_machine_quality": true, "has_machine_quality": true,
"preferred_quality_type": "standard", "preferred_quality_type": "standard",
"preferred_material": "generic_pla", "preferred_material": "generic_pla"
"exclude_materials": [
]
}, },
"overrides": { "overrides": {
"machine_start_gcode": { "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..." "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": { "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" "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"
}, },
@ -112,7 +104,7 @@
"support_brim_width": { "value": 4 }, "support_brim_width": { "value": 4 },
"support_enable": { "value": true }, "support_enable": { "value": true },
"support_interface_enable": { "value": true }, "support_interface_enable": { "value": true },
"support_interface_height": { "value": "layer_height * 4" }, "support_interface_height": { "value": "layer_height * 4" },
"support_interface_density": { "value": 33.333 }, "support_interface_density": { "value": 33.333 },
"support_interface_pattern": { "value": "'grid'" }, "support_interface_pattern": { "value": "'grid'" },

View File

@ -21,6 +21,5 @@
"metadata": { "metadata": {
"quality_definition": "koonovo_base", "quality_definition": "koonovo_base",
"visible": true "visible": true
} }
} }

View File

@ -7,37 +7,24 @@
"author": "Koonovo", "author": "Koonovo",
"manufacturer": "Koonovo", "manufacturer": "Koonovo",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "koonovo_kn3.stl", "platform": "koonovo_kn3.stl",
"quality_definition": "koonovo_base", "quality_definition": "koonovo_base",
"first_start_actions": ["MachineSettingsAction"],
"machine_extruder_trains":
{
"0": "koonovo_kn3_extruder_0",
"1": "koonovo_kn3_extruder_1"
},
"first_start_actions": ["MachineSettingsAction"],
"machine_extruder_trains": {
"0": "koonovo_kn3_extruder_0",
"1": "koonovo_kn3_extruder_1"
},
"has_materials": true, "has_materials": true,
"has_machine_quality": true, "has_machine_quality": true,
"preferred_quality_type": "standard", "preferred_quality_type": "standard",
"preferred_material": "generic_pla", "preferred_material": "generic_pla"
"exclude_materials": [
]
}, },
"overrides": { "overrides": {
"machine_name": { "default_value": "Koonovo KN3" },
"machine_name": { "default_value": "KOONOVO KN3" },
"machine_width": { "default_value": 310 }, "machine_width": { "default_value": 310 },
"machine_depth": { "default_value": 310 }, "machine_depth": { "default_value": 310 },
"machine_height": { "default_value": 400 }, "machine_height": { "default_value": 400 },
@ -51,19 +38,15 @@
"gantry_height": { "value": 0 }, "gantry_height": { "value": 0 },
"machine_extruder_count": { "default_value": 2 }, "machine_extruder_count": { "default_value": 2 },
"machine_start_gcode": { "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..." "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": { "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" "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_x": { "value": 200 },
"machine_max_feedrate_y": { "value": 200 }, "machine_max_feedrate_y": { "value": 200 },
"machine_max_feedrate_z": { "value": 50 }, "machine_max_feedrate_z": { "value": 50 },
@ -138,7 +121,7 @@
"support_brim_width": { "value": 4 }, "support_brim_width": { "value": 4 },
"support_enable": { "value": true }, "support_enable": { "value": true },
"support_interface_enable": { "value": true }, "support_interface_enable": { "value": true },
"support_interface_height": { "value": "layer_height * 4" }, "support_interface_height": { "value": "layer_height * 4" },
"support_interface_density": { "value": 33.333 }, "support_interface_density": { "value": 33.333 },
"support_interface_pattern": { "value": "'grid'" }, "support_interface_pattern": { "value": "'grid'" },
@ -154,7 +137,5 @@
"brim_replaces_support": { "value": false }, "brim_replaces_support": { "value": false },
"skirt_gap": { "value": 6.0 }, "skirt_gap": { "value": 6.0 },
"skirt_line_count": { "value": 3 } "skirt_line_count": { "value": 3 }
} }
} }

View File

@ -7,37 +7,25 @@
"author": "Koonovo", "author": "Koonovo",
"manufacturer": "Koonovo", "manufacturer": "Koonovo",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "koonovo_kn5.stl", "platform": "koonovo_kn5.stl",
"quality_definition": "koonovo_base", "quality_definition": "koonovo_base",
"first_start_actions": ["MachineSettingsAction"],
"machine_extruder_trains":
{
"0": "koonovo_kn5_extruder_0",
"1": "koonovo_kn5_extruder_1"
},
"first_start_actions": ["MachineSettingsAction"],
"machine_extruder_trains": {
"0": "koonovo_kn5_extruder_0",
"1": "koonovo_kn5_extruder_1"
},
"has_materials": true, "has_materials": true,
"has_machine_quality": true, "has_machine_quality": true,
"preferred_quality_type": "standard", "preferred_quality_type": "standard",
"preferred_material": "generic_pla", "preferred_material": "generic_pla"
"exclude_materials": [
]
}, },
"overrides": { "overrides": {
"machine_name": { "default_value": "Koonovo KN5" },
"machine_name": { "default_value": "KOONOVO KN5" },
"machine_width": { "default_value": 420 }, "machine_width": { "default_value": 420 },
"machine_depth": { "default_value": 420 }, "machine_depth": { "default_value": 420 },
"machine_height": { "default_value": 400 }, "machine_height": { "default_value": 400 },
@ -57,13 +45,10 @@
"machine_start_gcode": { "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..." "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": { "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" "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_x": { "value": 200 },
"machine_max_feedrate_y": { "value": 200 }, "machine_max_feedrate_y": { "value": 200 },
"machine_max_feedrate_z": { "value": 50 }, "machine_max_feedrate_z": { "value": 50 },
@ -153,7 +138,5 @@
"brim_replaces_support": { "value": false }, "brim_replaces_support": { "value": false },
"skirt_gap": { "value": 6.0 }, "skirt_gap": { "value": 6.0 },
"skirt_line_count": { "value": 3 } "skirt_line_count": { "value": 3 }
} }
} }

View File

@ -16,11 +16,9 @@
}, },
"gantry_height": { "value": 0 } "gantry_height": { "value": 0 }
}, },
"metadata": { "metadata": {
"quality_definition": "koonovo_base", "quality_definition": "koonovo_base",
"visible": true "visible": true
} }
} }