mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Set line widths equal to nozzle diameter
and remove line width lines from profiles (PP-13)
This commit is contained in:
parent
8be12106c9
commit
a698409a25
300 changed files with 352 additions and 811 deletions
|
@ -15,9 +15,7 @@ is_experimental = True
|
|||
[values]
|
||||
brim_width = 14
|
||||
cool_fan_full_at_height = =layer_height_0 + 7 * layer_height
|
||||
|
||||
layer_height = 0.4
|
||||
line_width = =machine_nozzle_size * 0.9375
|
||||
machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_heat_up_speed = 1.4
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
|
@ -34,6 +32,5 @@ speed_topbottom = =math.ceil(speed_print * 35 / 50)
|
|||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_line_width = =round(line_width * 0.6 / 0.7, 2)
|
||||
support_z_distance = =layer_height
|
||||
top_bottom_thickness = 1.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue