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:
Ghostkeeper 2017-09-25 12:31:23 +02:00
parent e427f0bc5f
commit 4ddfb81897
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75
2 changed files with 5 additions and 3 deletions

View File

@ -11,3 +11,4 @@ setting_version = 3
[values]
machine_nozzle_size = 0.25
machine_nozzle_tip_outer_diameter = 0.8
raft_airgap = 0.25

View File

@ -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)