mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:59:00 +08: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
@ -11,3 +11,4 @@ setting_version = 3
|
|||||||
[values]
|
[values]
|
||||||
machine_nozzle_size = 0.25
|
machine_nozzle_size = 0.25
|
||||||
machine_nozzle_tip_outer_diameter = 0.8
|
machine_nozzle_tip_outer_diameter = 0.8
|
||||||
|
raft_airgap = 0.25
|
@ -9,10 +9,11 @@ type = variant
|
|||||||
setting_version = 3
|
setting_version = 3
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
|
coasting_min_volume = 0.17
|
||||||
|
coasting_volume = 0.1
|
||||||
machine_nozzle_size = 0.25
|
machine_nozzle_size = 0.25
|
||||||
machine_nozzle_tip_outer_diameter = 0.8
|
machine_nozzle_tip_outer_diameter = 0.8
|
||||||
coasting_volume = 0.1
|
raft_airgap = 0.25
|
||||||
coasting_min_volume = 0.17
|
speed_topbottom = =round(speed_print / 1.5, 1)
|
||||||
speed_wall = =round(speed_print / 1.2, 1)
|
speed_wall = =round(speed_print / 1.2, 1)
|
||||||
speed_wall_0 = =1 if speed_wall < 5 else (speed_wall - 5)
|
speed_wall_0 = =1 if speed_wall < 5 else (speed_wall - 5)
|
||||||
speed_topbottom = =round(speed_print / 1.5, 1)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user