mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Merge branch 'libArachne_rebased'
Conflicts: plugins/SimulationView/SimulationPass.py -> Reverted layer view optimisation in Master while some whitespace changed in Arachne. resources/definitions -> Bunch of conflicts with profile updates. resources/quality -> Bunch of conflicts with profile updates. resources/texts/change_log.txt -> Removed the Arachne change log (as they are internal versions). It'll have to be re-added when we release this version as stable.
This commit is contained in:
commit
9140b71b19
594 changed files with 812 additions and 1608 deletions
|
@ -10,9 +10,8 @@ hardware_type = nozzle
|
|||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000)
|
||||
acceleration_print = 4000
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
|
||||
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
|
||||
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
|
||||
brim_width = 3
|
||||
|
@ -20,15 +19,14 @@ cool_fan_speed = 50
|
|||
cool_min_speed = 5
|
||||
gradual_support_infill_step_height = 1.6
|
||||
gradual_support_infill_steps = 2
|
||||
infill_line_width = =round(line_width * 0.8 / 0.7, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
jerk_print = 25
|
||||
jerk_support = =math.ceil(jerk_print * 15 / 25)
|
||||
jerk_support_interface = =math.ceil(jerk_support * 10 / 15)
|
||||
jerk_support_bottom = =math.ceil(jerk_support_interface * 1 / 10)
|
||||
jerk_support = =max(math.ceil(jerk_print * 15 / 25), 20)
|
||||
jerk_support_interface = =max(math.ceil(jerk_support * 10 / 15), 20)
|
||||
jerk_support_bottom = =max(math.ceil(jerk_support_interface * 1 / 10), 20)
|
||||
layer_height = 0.2
|
||||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
|
@ -76,7 +74,6 @@ support_interface_enable = True
|
|||
support_interface_height = 0.6
|
||||
support_interface_skip_height = =layer_height
|
||||
support_join_distance = 3
|
||||
support_line_width = =round(line_width * 0.4 / 0.35, 2)
|
||||
support_offset = 1.5
|
||||
support_pattern = triangles
|
||||
support_use_towers = False
|
||||
|
@ -87,6 +84,4 @@ switch_extruder_prime_speed = 15
|
|||
switch_extruder_retraction_amount = 12
|
||||
top_bottom_thickness = 1
|
||||
wall_0_inset = 0
|
||||
wall_line_width_0 = =wall_line_width
|
||||
wall_line_width_x = =wall_line_width
|
||||
wall_thickness = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue