mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Update cartesio_0.25.inst.cfg
This commit is contained in:
parent
3751117f8f
commit
61d4877825
1 changed files with 3 additions and 3 deletions
|
@ -10,6 +10,6 @@ type = variant
|
|||
[values]
|
||||
machine_nozzle_size = 0.25
|
||||
machine_nozzle_tip_outer_diameter = 1.05
|
||||
speed_wall = =round(speed_print / 1.25, 1)
|
||||
speed_wall_0 = =1 if speed_wall < 10 else (speed_wall - 10)
|
||||
speed_topbottom = =round(speed_print / 2.25, 1)
|
||||
speed_wall = =round(speed_print / 2, 1)
|
||||
speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 * 3)
|
||||
speed_topbottom = =round(speed_print / 5 * 3, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue