From 4ddfb818970a0c2b176071c48f6cbf1c048e4342 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 25 Sep 2017 12:31:23 +0200 Subject: [PATCH] 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. --- resources/variants/ultimaker2_0.25.inst.cfg | 1 + resources/variants/ultimaker2_plus_0.25.inst.cfg | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/variants/ultimaker2_0.25.inst.cfg b/resources/variants/ultimaker2_0.25.inst.cfg index b0e860cd57..1637f0ceaa 100644 --- a/resources/variants/ultimaker2_0.25.inst.cfg +++ b/resources/variants/ultimaker2_0.25.inst.cfg @@ -11,3 +11,4 @@ setting_version = 3 [values] machine_nozzle_size = 0.25 machine_nozzle_tip_outer_diameter = 0.8 +raft_airgap = 0.25 \ No newline at end of file diff --git a/resources/variants/ultimaker2_plus_0.25.inst.cfg b/resources/variants/ultimaker2_plus_0.25.inst.cfg index 9aea2e8700..4394090fa4 100644 --- a/resources/variants/ultimaker2_plus_0.25.inst.cfg +++ b/resources/variants/ultimaker2_plus_0.25.inst.cfg @@ -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)