Increase the build volume of the Method machines such that they match CloudPrint.

CURA-11316
This commit is contained in:
Paul Kuiper 2023-11-13 10:58:14 +01:00
parent 2215b452b8
commit 478648df8d
3 changed files with 15 additions and 14 deletions

View file

@ -69,6 +69,7 @@
"preferred_material": "generic_pla_175",
"preferred_quality_type": "fast",
"preferred_variant_name": "1A",
"supports_material_export": true,
"supports_network_connection": true,
"supports_usb_connection": false,
"variants_name": "Extruder",
@ -420,7 +421,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\"))" },