Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'resources/variants/ultimaker2_plus_connect_0.25.inst.cfg')
-rw-r--r--resources/variants/ultimaker2_plus_connect_0.25.inst.cfg19
1 files changed, 19 insertions, 0 deletions
diff --git a/resources/variants/ultimaker2_plus_connect_0.25.inst.cfg b/resources/variants/ultimaker2_plus_connect_0.25.inst.cfg
new file mode 100644
index 0000000000..c148d31829
--- /dev/null
+++ b/resources/variants/ultimaker2_plus_connect_0.25.inst.cfg
@@ -0,0 +1,19 @@
+[general]
+name = 0.25 mm
+version = 4
+definition = ultimaker2_plus_connect
+
+[metadata]
+setting_version = 16
+type = variant
+hardware_type = nozzle
+
+[values]
+coasting_min_volume = 0.17
+coasting_volume = 0.1
+machine_nozzle_size = 0.25
+machine_nozzle_tip_outer_diameter = 0.8
+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)