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>2018-07-24 10:09:26 +0300
committerGhostkeeper <rubend@tutanota.com>2018-07-24 10:09:26 +0300
commit75d8cba8a91c1275eb84059b2752cb34448227cc (patch)
treefb2818b96a0b4346ef7bd0a3e5c9faf32ef1bcd5 /resources/definitions/monoprice_select_mini_v2.def.json
parent62d1cdf0e1929934e6cf2d8deb94d6edf2ff8b7d (diff)
Fix start g-code of Monoprice Select Mini v2
Apparently the original start code caused it to move outside the build volume or beyond the limit in the Y direction. Fixes #3924.
Diffstat (limited to 'resources/definitions/monoprice_select_mini_v2.def.json')
-rw-r--r--resources/definitions/monoprice_select_mini_v2.def.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/definitions/monoprice_select_mini_v2.def.json b/resources/definitions/monoprice_select_mini_v2.def.json
index 4e3d63044e..bed4fb1adb 100644
--- a/resources/definitions/monoprice_select_mini_v2.def.json
+++ b/resources/definitions/monoprice_select_mini_v2.def.json
@@ -20,6 +20,10 @@
"overrides": {
"machine_name": { "default_value": "Monoprice Select Mini V2" },
+ "machine_end_gcode":
+ {
+ "default_value": "G0 X0 Y120;(Stick out the part)\nM190 S0;(Turn off heat bed, don't wait.)\nG92 E10;(Set extruder to 10)\nG1 E7 F200;(retract 3mm)\nM104 S0;(Turn off nozzle, don't wait)\nG4 S300;(Delay 5 minutes)\nM107;(Turn off part fan)\nM84;(Turn off stepper motors.)"
+ },
"adhesion_type": { "default_value": "brim" },
"retraction_combing": { "default_value": "noskin" },
"retraction_amount" : { "default_value": 2.5},