mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -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,8 +15,6 @@ is_experimental = True
|
|||
[values]
|
||||
brim_width = 14
|
||||
cool_fan_full_at_height = =layer_height_0 + 14 * layer_height
|
||||
|
||||
line_width = =machine_nozzle_size * 0.875
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_standby_temperature = 100
|
||||
|
@ -29,4 +27,3 @@ speed_slowdown_layers = 15
|
|||
speed_topbottom = =math.ceil(speed_print * 25 / 50)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
||||
support_line_width = =round(line_width * 0.6 / 0.7, 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue