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-05-11 10:51:20 +0300
committerGhostkeeper <rubend@tutanota.com>2020-05-11 10:51:20 +0300
commitc79123e6faf1046cf376a02e67d0e5858384a4bd (patch)
tree89906b004fe5cb636f4fdb7f65b99de2e32bef3e /resources/definitions/tronxy_x5sa.def.json
parentc9a9579d8b06966099d55065e8177952b25f6b62 (diff)
Use spaces to indent
Diffstat (limited to 'resources/definitions/tronxy_x5sa.def.json')
-rw-r--r--resources/definitions/tronxy_x5sa.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/tronxy_x5sa.def.json b/resources/definitions/tronxy_x5sa.def.json
index 194f9b156b..89a093de13 100644
--- a/resources/definitions/tronxy_x5sa.def.json
+++ b/resources/definitions/tronxy_x5sa.def.json
@@ -21,7 +21,7 @@
]
},
"gantry_height": { "value": 40 },
-
+
"machine_start_gcode": { "default_value": "; X5SA Pro Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature}\nM104 S{material_print_temperature} T0\nM190 S{material_bed_temperature}\nM109 S{material_print_temperature} T0\nG28\nG92 E0\n"},
"machine_end_gcode": { "default_value": "G91\nG1 E-2 F3000\nG1 E-2 Z0.2 F1200\nG1 X5 Y5 F3600\nG1 Z10\nG90\nG1 X0 Y0\nM106 S0\nM104 S0\nM140 S0\n\nM84 X Y E\n" }
}