mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:25:59 +08:00
Fix indenting
Some tab usage here and erroneous spaces.
This commit is contained in:
parent
5999b2addd
commit
a739973939
@ -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)"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user