Skip to content

Commit

Permalink
New 0.15mm mode for the factor 4 for PVA and BAM.
Browse files Browse the repository at this point in the history
Needed by 0.15mm 3rd party material profiles that require support.

PP-485
  • Loading branch information
pkuiper-ultimaker committed May 24, 2024
1 parent 8390505 commit 8815f52
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[general]
definition = ultimaker_factor4
name = Normal
version = 4

[metadata]
material = generic_bam
quality_type = fast
setting_version = 23
type = quality
variant = AA 0.4
weight = -1

[values]
_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.1
_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True
_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1
brim_replaces_support = False
machine_nozzle_heat_up_speed = 1.56
material_print_temperature = =default_material_print_temperature - 5
prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100
skin_material_flow = =material_flow * 0.965
speed_print = 60
support_angle = 45
support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height
support_interface_density = =min(extruderValues('material_surface_energy'))
support_interface_enable = True
support_join_distance = 5
support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height

Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[general]
definition = ultimaker_factor4
name = Normal
version = 4

[metadata]
material = generic_pva
quality_type = fast
setting_version = 23
type = quality
variant = BB 0.4
weight = -1

[values]
_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.1
_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True
_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1
acceleration_support_bottom = 100
acceleration_support_interface = 1500
brim_replaces_support = False
prime_tower_min_volume = 15
skin_material_flow = =material_flow * 0.93
speed_print = 50
support_infill_sparse_thickness = =min(layer_height * 2, machine_nozzle_size * 3 / 4) if layer_height <= 0.15 / 0.4 * machine_nozzle_size else layer_height
support_interface_offset = 1
support_offset = 3
support_z_distance = 0

0 comments on commit 8815f52

Please sign in to comment.