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:
authorMarkMan0 <pal.mark28@gmail.com>2021-04-08 14:19:58 +0300
committerMarkMan0 <pal.mark28@gmail.com>2021-04-08 14:27:05 +0300
commitee50ad21cd5ffbe20b8d7183e31e0bae6b36c0a9 (patch)
treec805dd93053ad535eb31301f60d60a312a67d674 /resources/definitions/inat_base.def.json
parent8e106b2f5b9bef0b72f39a4af2c966e948a58a27 (diff)
Probe calibration on the side of the buildplate
Diffstat (limited to 'resources/definitions/inat_base.def.json')
-rw-r--r--resources/definitions/inat_base.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/inat_base.def.json b/resources/definitions/inat_base.def.json
index 5299f5f46f..219411febc 100644
--- a/resources/definitions/inat_base.def.json
+++ b/resources/definitions/inat_base.def.json
@@ -23,7 +23,7 @@
},
"overrides": {
"machine_start_gcode": {
- "default_value": "G28 ;Home\nG0 Z0.6 F200 ;Move nozzle down\nM192 ; Wait for probe temperature to settle\nG28 Z\nG29\nG0 X0 Y0 Z30 F6000\nM84 E\nM0\nG1 Z15.0 F6000 ;Move the platform down 15mm\n"
+ "default_value": "G28 ;Home\nG0 X-2 Y150 F6000 ;Move to the side\nG0 Z0.3 F200 ;Move nozzle down\nM192 ; Wait for probe temperature to settle\nG28 Z\nG29\nG0 X0 Y0 Z30 F6000\nM84 E\nM0\nG1 Z15.0 F6000 ;Move the platform down 15mm\n"
},
"machine_end_gcode": {
"default_value": "M400\nM104 S0\nM140 S0\nM107\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 R5 X\nG0 Y300 F3000\nM84\n"