mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
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
This commit is contained in:
parent
f90be96bc6
commit
a1115649cf
8 changed files with 16 additions and 8 deletions
16
resources/variants/ultimaker2_extended_plus_0.6.inst.cfg
Normal file
16
resources/variants/ultimaker2_extended_plus_0.6.inst.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
[general]
|
||||
name = 0.6 mm
|
||||
version = 2
|
||||
definition = ultimaker2_extended_plus
|
||||
|
||||
[metadata]
|
||||
author = Ultimaker
|
||||
type = variant
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.6
|
||||
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)
|
Loading…
Add table
Add a link
Reference in a new issue