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:
authorNino van Hooff <ninovanhooff@gmail.com>2019-10-31 18:38:00 +0300
committerNino van Hooff <ninovanhooff@gmail.com>2019-10-31 18:38:00 +0300
commit249a66ebd9d4d8c5ae9f02a881c7b02b1a7aaae1 (patch)
tree292d281322254d24ea04e33d528df79495fabdcf /resources/definitions/rigid3d.def.json
parent6971e1f9cf8583f5d9885427f279cee7d34dafd2 (diff)
Merge machine_head_polygon and machine_head_with_fans_polygon defs.
There is no usecase for having both. when a definition has both, the head is removed. when it has only head, it is renamed to _with_fans CURA-6522
Diffstat (limited to 'resources/definitions/rigid3d.def.json')
-rw-r--r--resources/definitions/rigid3d.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/rigid3d.def.json b/resources/definitions/rigid3d.def.json
index a66559b393..ba90894f7d 100644
--- a/resources/definitions/rigid3d.def.json
+++ b/resources/definitions/rigid3d.def.json
@@ -21,7 +21,7 @@
"machine_end_gcode": {
"default_value": " ; -- END GCODE --\n G1 X0 Y230 ; Get extruder out of way.\n M107 ; Turn off fan\n G91 ; Relative positioning\n G0 Z20 ; Lift extruder up\n T0\n G1 E-1 ; Reduce filament pressure\n M104 T0 S0 ; Turn ectruder heater off\n G90 ; Absolute positioning\n G92 E0 ; Reset extruder position\n M140 S0 ; Disable heated bed\n M84 ; Turn steppers off\n ; -- end of END GCODE --\n"
},
- "machine_head_polygon": { "default_value": [[ 22, 67], [ 22, 51], [ 36, 51], [ 36, 67]] },
+ "machine_head_with_fans_polygon": { "default_value": [[ 22, 67], [ 22, 51], [ 36, 51], [ 36, 67]] },
"skirt_gap": { "default_value": 5.0 },
"cool_min_layer_time": { "default_value": 10 },
"prime_tower_size": { "default_value": 7.745966692414834 },