mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Cleaning up support settings in the variant files.
Relates to PP-108
This commit is contained in:
parent
6e7e0b5f77
commit
e4b6c93c4c
7 changed files with 0 additions and 83 deletions
|
@ -14,7 +14,6 @@ acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
|
|||
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
gradual_support_infill_steps = 2
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_id = BB 0.4
|
||||
machine_nozzle_tip_outer_diameter = 1.0
|
||||
|
@ -30,15 +29,5 @@ speed_support_interface = =math.ceil(speed_support * 20 / 25)
|
|||
speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||
support_bottom_height = =layer_height * 2
|
||||
support_bottom_pattern = zigzag
|
||||
support_bottom_stair_step_height = 0
|
||||
support_infill_rate = 50
|
||||
support_infill_sparse_thickness = 0.2
|
||||
support_interface_enable = True
|
||||
support_interface_height = 0.6
|
||||
support_interface_skip_height = =layer_height
|
||||
support_join_distance = 3
|
||||
support_offset = 3
|
||||
support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
|
||||
support_xy_distance_overhang = =wall_line_width_0 / 2
|
||||
switch_extruder_retraction_amount = 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue