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-02-22 13:40:31 +0300
committerMarkMan0 <pal.mark28@gmail.com>2021-02-22 13:40:31 +0300
commit2e798c6edfba4f1fd8b48642172347393e7de03d (patch)
tree025ddfbbec7b02fef5c1e38566dd3675232123d0 /resources/definitions/inat_base.def.json
parentf2770c3bcc1267db0744a11f624eb6886099aaa9 (diff)
Update start gcode in base
Increase probe temperature
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 ef30b94fa5..31a3ee54c6 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.3 F200 ;Move nozzle down\nM192 S40 ; Wait for probe temperature to settle\nG29\nG0 X0 Y0 Z30 F6000\nM84 E\nM0\nG1 Z15.0 F6000 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0\n"
+ "default_value": "G28 ;Home\nG0 Z0.3 F200 ;Move nozzle down\nM192 S50 ; Wait for probe temperature to settle\nG29\nG0 X0 Y0 Z30 F6000\nM84 E\nM0\nG1 Z15.0 F6000 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0\n"
},
"machine_end_gcode": {
"default_value": "M400\nM104 S0\nM140 S0\nM107\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X R5\nG0 Y300 F3000\nM84\n"