Browse Source

Rename all variant profiles to .inst.cfg and correctly mark them as type variant

Still some issues with formulas causing errors, but it is getting closer
Arjen Hiemstra 8 years ago
parent
commit
a1115649cf

+ 2 - 1
resources/variants/ultimaker2_extended_plus_0.25.cfg → resources/variants/ultimaker2_extended_plus_0.25.inst.cfg

@@ -5,6 +5,7 @@ definition = ultimaker2_extended_plus
 
 [metadata]
 author = Ultimaker
+type = variant
 
 [values]
 machine_nozzle_size = 0.25
@@ -13,4 +14,4 @@ coasting_volume = 0.1
 coasting_min_volume = 0.17
 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)
+speed_topbottom = round(speed_print / 1.5, 1)

+ 2 - 1
resources/variants/ultimaker2_extended_plus_0.4.cfg → resources/variants/ultimaker2_extended_plus_0.4.inst.cfg

@@ -5,10 +5,11 @@ definition = ultimaker2_extended_plus
 
 [metadata]
 author = Ultimaker
+type = variant
 
 [values]
 machine_nozzle_size = 0.4
 machine_nozzle_tip_outer_diameter = 1.05
 speed_wall = round(speed_print / 1.25, 1)
 speed_wall_0 = 1 if speed_wall < 10 else (speed_wall - 10)
-speed_topbottom = round(speed_print / 2.25, 1)
+speed_topbottom = round(speed_print / 2.25, 1)

+ 2 - 1
resources/variants/ultimaker2_extended_plus_0.6.cfg → resources/variants/ultimaker2_extended_plus_0.6.inst.cfg

@@ -5,6 +5,7 @@ definition = ultimaker2_extended_plus
 
 [metadata]
 author = Ultimaker
+type = variant
 
 [values]
 machine_nozzle_size = 0.6
@@ -12,4 +13,4 @@ machine_nozzle_tip_outer_diameter = 1.25
 coasting_volume = 1.36
 speed_wall = round(speed_print * 4 / 3, 1)
 speed_wall_0 = 1 if speed_wall < 10 else (speed_wall - 10)
-speed_topbottom = round(speed_print / 2, 1)
+speed_topbottom = round(speed_print / 2, 1)

+ 2 - 1
resources/variants/ultimaker2_extended_plus_0.8.cfg → resources/variants/ultimaker2_extended_plus_0.8.inst.cfg

@@ -5,6 +5,7 @@ definition = ultimaker2_extended_plus
 
 [metadata]
 author = Ultimaker
+type = variant
 
 [values]
 machine_nozzle_size = 0.8
@@ -12,4 +13,4 @@ machine_nozzle_tip_outer_diameter = 1.35
 coasting_volume = 3.22
 speed_wall = round(speed_print * 4 / 3, 1)
 speed_wall_0 = 1 if speed_wall < 10 else (speed_wall - 10)
-speed_topbottom = round(speed_print / 2, 1)
+speed_topbottom = round(speed_print / 2, 1)

+ 2 - 1
resources/variants/ultimaker2_plus_0.25.cfg → resources/variants/ultimaker2_plus_0.25.inst.cfg

@@ -5,6 +5,7 @@ definition = ultimaker2_plus
 
 [metadata]
 author = Ultimaker
+type = variant
 
 [values]
 machine_nozzle_size = 0.25
@@ -13,4 +14,4 @@ coasting_volume = 0.1
 coasting_min_volume = 0.17
 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)
+speed_topbottom = round(speed_print / 1.5, 1)

+ 2 - 1
resources/variants/ultimaker2_plus_0.4.cfg → resources/variants/ultimaker2_plus_0.4.inst.cfg

@@ -5,10 +5,11 @@ definition = ultimaker2_plus
 
 [metadata]
 author = Ultimaker
+type = variant
 
 [values]
 machine_nozzle_size = 0.4
 machine_nozzle_tip_outer_diameter = 1.05
 speed_wall = round(speed_print / 1.25, 1)
 speed_wall_0 = 1 if speed_wall < 10 else (speed_wall - 10)
-speed_topbottom = round(speed_print / 2.25, 1)
+speed_topbottom = round(speed_print / 2.25, 1)

+ 2 - 1
resources/variants/ultimaker2_plus_0.6.cfg → resources/variants/ultimaker2_plus_0.6.inst.cfg

@@ -5,6 +5,7 @@ definition = ultimaker2_plus
 
 [metadata]
 author = Ultimaker
+type = variant
 
 [values]
 machine_nozzle_size = 0.6
@@ -12,4 +13,4 @@ machine_nozzle_tip_outer_diameter = 1.25
 coasting_volume = 1.36
 speed_wall = round(speed_print * 4 / 3, 1)
 speed_wall_0 = 1 if speed_wall < 10 else (speed_wall - 10)
-speed_topbottom = round(speed_print / 2, 1)
+speed_topbottom = round(speed_print / 2, 1)

+ 2 - 1
resources/variants/ultimaker2_plus_0.8.cfg → resources/variants/ultimaker2_plus_0.8.inst.cfg

@@ -5,6 +5,7 @@ definition = ultimaker2_plus
 
 [metadata]
 author = Ultimaker
+type = variant
 
 [values]
 machine_nozzle_size = 0.8
@@ -12,4 +13,4 @@ machine_nozzle_tip_outer_diameter = 1.35
 coasting_volume = 3.22
 speed_wall = round(speed_print * 4 / 3, 1)
 speed_wall_0 = 1 if speed_wall < 10 else (speed_wall - 10)
-speed_topbottom = round(speed_print / 2, 1)
+speed_topbottom = round(speed_print / 2, 1)