mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 23:35:07 -06:00
CURA-5342 formulafy speed settings so when changing the main speed, the sub speeds change accordingly
This commit is contained in:
parent
343c606df6
commit
9432252de4
199 changed files with 377 additions and 377 deletions
|
@ -29,7 +29,7 @@ raft_jerk = =jerk_layer_0
|
|||
raft_margin = 10
|
||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
||||
skin_overlap = 50
|
||||
speed_layer_0 = 20
|
||||
speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
||||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue