mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Set raft air gap to 0.25mm for 0.25mm nozzles
We haven't tested this (neither did we test 0.3mm what it was originally) but we estimate that this will work a bit better. At least it won't give a warning.
This commit is contained in:
parent
e427f0bc5f
commit
4ddfb81897
2 changed files with 5 additions and 3 deletions
|
|
@ -11,3 +11,4 @@ setting_version = 3
|
|||
[values]
|
||||
machine_nozzle_size = 0.25
|
||||
machine_nozzle_tip_outer_diameter = 0.8
|
||||
raft_airgap = 0.25
|
||||
|
|
@ -9,10 +9,11 @@ type = variant
|
|||
setting_version = 3
|
||||
|
||||
[values]
|
||||
coasting_min_volume = 0.17
|
||||
coasting_volume = 0.1
|
||||
machine_nozzle_size = 0.25
|
||||
machine_nozzle_tip_outer_diameter = 0.8
|
||||
coasting_volume = 0.1
|
||||
coasting_min_volume = 0.17
|
||||
raft_airgap = 0.25
|
||||
speed_topbottom = =round(speed_print / 1.5, 1)
|
||||
speed_wall = =round(speed_print / 1.2, 1)
|
||||
speed_wall_0 = =1 if speed_wall < 5 else (speed_wall - 5)
|
||||
speed_topbottom = =round(speed_print / 1.5, 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue