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
|
@ -14,7 +14,6 @@ cool_fan_speed = 7
|
|||
cool_fan_speed_max = 100
|
||||
cool_min_speed = 5
|
||||
default_material_print_temperature = 200
|
||||
infill_line_width = =round(line_width * 0.6 / 0.7, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = triangles
|
||||
infill_wipe_dist = 0
|
||||
|
@ -24,7 +23,6 @@ jerk_topbottom = =max(math.ceil(jerk_print * 25 / 25), 20)
|
|||
jerk_wall = =max(math.ceil(jerk_print * 25 / 25), 20)
|
||||
jerk_wall_0 = =max(math.ceil(jerk_wall * 25 / 25), 20)
|
||||
layer_height = 0.2
|
||||
line_width = =machine_nozzle_size
|
||||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_cool_down_speed = 0.85
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
|
@ -58,6 +56,4 @@ switch_extruder_prime_speed = 20
|
|||
switch_extruder_retraction_amount = 16.5
|
||||
top_bottom_thickness = 1.4
|
||||
wall_0_inset = 0
|
||||
wall_line_width_0 = =wall_line_width
|
||||
wall_line_width_x = =wall_line_width
|
||||
wall_thickness = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue