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-06-04 14:14:56 +0300
committerGhostkeeper <rubend@tutanota.com>2020-06-04 14:14:56 +0300
commit1d6c722505c5ef9a347473fbf3fa8bec936fd6e8 (patch)
treea98eb244405d4b641ef11ad44e7321b71a3b47ef /resources/definitions/smoothie.def.json
parent06dce91befadb374fba10309067559144931418c (diff)
Indent using spaces, not a mix of tabs and spaces
Contributes to issue CURA-7450.
Diffstat (limited to 'resources/definitions/smoothie.def.json')
-rw-r--r--resources/definitions/smoothie.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/smoothie.def.json b/resources/definitions/smoothie.def.json
index a2313487f7..463fbc92c2 100644
--- a/resources/definitions/smoothie.def.json
+++ b/resources/definitions/smoothie.def.json
@@ -25,7 +25,7 @@
"default_value": "RepRap (Marlin/Sprinter)"
},
"machine_always_write_active_tool": {
- "default_value": true
+ "default_value": true
},
"machine_start_gcode": {
"default_value": "G28 X0 Y0 ; Home X Y\nM375; Load Bed Leveling Grid\nG1 X300 Y275 F15000 ; Move to bed center\nM280 S3.0 ; Deploy probe pin\n## NOTE: Adjust \"ZX.XX\" after G30 to be the Z-offset (in mm) between the probe and the nozzle\n## This is how you adjust nozzle printing height!\nG30 Z1.25 ; Move down to find bed & set Z home offset\nM280 S7.0 ; Retract probe\nG1 Z15.0 F600 ; move extruder up 15mm\nT0; Activate Extruder 1"