Merge pull request #17302 from Ultimaker/CURA-11316-Increase-build-volume-size-Method-machines

Increase build volume size method machines
This commit is contained in:
Casper Lamboo 2023-11-13 13:43:09 +01:00 committed by GitHub
commit a96a9d78c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 14 deletions

View File

@ -420,7 +420,7 @@
"switch_extruder_retraction_speeds": { "value": "retraction_speed" },
"top_bottom_thickness": { "value": "5*layer_height" },
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
"travel_avoid_supports": { "value": true },
"travel_avoid_other_parts": { "value": false },
"wall_0_inset": { "value": 0 },
"wall_0_material_flow": { "value": "material_flow" },
"wall_0_wipe_dist": { "value": 0 },

View File

@ -90,14 +90,14 @@
[
[-141.65, -118.11],
[141.65, -118.11],
[141.65, -95],
[-141.65, -95]
[141.65, -94],
[-141.65, -94]
],
[
[-141.65, 118.37],
[141.65, 118.37],
[141.65, 95],
[-141.65, 95]
[141.65, 94],
[-141.65, 94]
],
[
[-141.65, -118.11],

View File

@ -39,31 +39,31 @@
[
[-204, -160],
[204, -160],
[204, -152.5],
[-204, -152.5]
[204, -154.5],
[-204, -154.5]
],
[
[-204, 160],
[204, 160],
[204, 152.5],
[-204, 152.5]
[204, 154.5],
[-204, 154.5]
],
[
[-205, -160],
[-152.5, -160],
[-152.5, 160],
[-154.5, -160],
[-154.5, 160],
[-205, 160]
],
[
[152.5, -160],
[154.5, -160],
[205, -160],
[205, 160],
[152.5, 160]
[154.5, 160]
]
]
},
"machine_heated_bed": { "default_value": true },
"machine_height": { "default_value": 317 },
"machine_height": { "default_value": 320 },
"machine_name": { "default_value": "UltiMaker Method XL" },
"machine_width": { "default_value": 410 },
"material_shrinkage_percentage_z": { "resolve": "sum(extruderValues(\"material_shrinkage_percentage_z\")) / len(extruderValues(\"material_shrinkage_percentage_z\"))" },