mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Fix up whitespace
Mixing tabs and spaces and all that. Weird stuff. Contributes to issue CURA-7803.
This commit is contained in:
parent
4497c29721
commit
9a73f457d8
@ -18,22 +18,14 @@
|
||||
|
||||
|
||||
"preferred_quality_type": "standard",
|
||||
"preferred_material": "generic_pla",
|
||||
|
||||
"exclude_materials": [
|
||||
]
|
||||
|
||||
|
||||
"preferred_material": "generic_pla"
|
||||
},
|
||||
|
||||
|
||||
"overrides": {
|
||||
|
||||
"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"
|
||||
},
|
||||
|
@ -21,6 +21,5 @@
|
||||
"metadata": {
|
||||
"quality_definition": "koonovo_base",
|
||||
"visible": true
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -11,33 +11,20 @@
|
||||
"quality_definition": "koonovo_base",
|
||||
|
||||
"first_start_actions": ["MachineSettingsAction"],
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"machine_extruder_trains": {
|
||||
"0": "koonovo_kn3_extruder_0",
|
||||
"1": "koonovo_kn3_extruder_1"
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
"has_materials": 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 KN3" },
|
||||
"machine_name": { "default_value": "Koonovo KN3" },
|
||||
"machine_width": { "default_value": 310 },
|
||||
"machine_depth": { "default_value": 310 },
|
||||
"machine_height": { "default_value": 400 },
|
||||
@ -51,19 +38,15 @@
|
||||
|
||||
"gantry_height": { "value": 0 },
|
||||
|
||||
|
||||
"machine_extruder_count": { "default_value": 2 },
|
||||
|
||||
"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 },
|
||||
@ -154,7 +137,5 @@
|
||||
"brim_replaces_support": { "value": false },
|
||||
"skirt_gap": { "value": 6.0 },
|
||||
"skirt_line_count": { "value": 3 }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -11,33 +11,21 @@
|
||||
"quality_definition": "koonovo_base",
|
||||
|
||||
"first_start_actions": ["MachineSettingsAction"],
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"machine_extruder_trains": {
|
||||
"0": "koonovo_kn5_extruder_0",
|
||||
"1": "koonovo_kn5_extruder_1"
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
"has_materials": 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 }
|
||||
|
||||
|
||||
}
|
||||
}
|
@ -16,11 +16,9 @@
|
||||
},
|
||||
|
||||
"gantry_height": { "value": 0 }
|
||||
|
||||
},
|
||||
"metadata": {
|
||||
"quality_definition": "koonovo_base",
|
||||
"visible": true
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user