Fix indenting

Some tab usage here and erroneous spaces.
This commit is contained in:
Ghostkeeper 2017-06-06 10:32:52 +02:00
parent 5999b2addd
commit a739973939
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -11,11 +11,11 @@
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"icon": "icon_ultimaker2", "icon": "icon_ultimaker2",
"platform": "makeR_pegasus_platform.stl", "platform": "makeR_pegasus_platform.stl",
"platform_offset": [-200,-10,200] "platform_offset": [-200, -10, 200]
}, },
"overrides": { "overrides": {
"machine_name": { "default_value": " makeR Pegasus" }, "machine_name": { "default_value": "makeR Pegasus" },
"machine_heated_bed": { "machine_heated_bed": {
"default_value": true "default_value": true
}, },
@ -54,9 +54,9 @@
"gantry_height": { "gantry_height": {
"default_value": -25 "default_value": -25
}, },
"machine_platform_offset":{ "machine_platform_offset":{
"default_value":-25 "default_value": -25
}, },
"machine_gcode_flavor": { "machine_gcode_flavor": {
"default_value": "RepRap (Marlin/Sprinter)" "default_value": "RepRap (Marlin/Sprinter)"
}, },