Moved the horizontal layer expansion correction (corrects for the bulging of the extruded beads) from the engineering intent profiles to the default profiles for all ultimaker machines (ultimaker.def.json). This will improve the dimensional accuracy of the default, visual and draft intents.

Relates to PP-126
This commit is contained in:
p.kuiper 2022-03-14 10:53:03 +01:00
parent cfeb5101e7
commit 6f36998feb
61 changed files with 0 additions and 1856 deletions

View file

@ -1,72 +0,0 @@
{
"version": 2,
"name": "Ultimaker",
"inherits": "fdmprinter",
"metadata": {
"author": "Ultimaker",
"manufacturer": "Ultimaker B.V.",
"visible": false,
"exclude_materials": [ "generic_hips", "structur3d_dap100silicone" ]
},
"overrides": {
"machine_max_feedrate_e": {
"default_value": 45
},
"material_print_temperature": {
"minimum_value": "0"
},
"material_bed_temperature": {
"minimum_value": "0",
"maximum_value_warning": "125"
},
"material_bed_temperature_layer_0":
{
"maximum_value_warning": "125"
},
"material_standby_temperature": {
"minimum_value": "0"
},
"extruder_prime_pos_y":
{
"minimum_value": "0",
"maximum_value": "machine_depth"
},
"extruder_prime_pos_x":
{
"minimum_value": "0",
"maximum_value": "machine_width"
},
"relative_extrusion":
{
"value": false,
"enabled": false
},
"skin_angles": {
"value": "[] if infill_pattern not in ['cross', 'cross_3d'] else [20, 110]"
},
"line_width": {
"value": "machine_nozzle_size"
},
"infill_before_walls": {
"value": "False"
},
"retraction_combing": {
"value": "'no_outer_surfaces'"
},
"skin_monotonic" : {
"value": true
},
"speed_equalize_flow_width_factor": {
"value": "110.0"
},
"meshfix_maximum_extrusion_area_deviation": {
"value": "50000"
},
"top_layers": {
"value": "math.ceil(round(top_thickness / resolveOrValue('layer_height'), 4))"
},
"bottom_layers": {
"value": "math.ceil(round(bottom_thickness / resolveOrValue('layer_height'), 4))"
}
}
}