mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Create cartesio_0.8.inst.cfg
This commit is contained in:
parent
713cd5341d
commit
0b879a5e94
1 changed files with 15 additions and 0 deletions
15
resources/variants/cartesio_0.8.inst.cfg
Normal file
15
resources/variants/cartesio_0.8.inst.cfg
Normal file
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
name = 0.8 mm
|
||||
version = 2
|
||||
definition = cartesio
|
||||
|
||||
[metadata]
|
||||
author = Cartesio
|
||||
type = variant
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.8
|
||||
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)
|
Loading…
Add table
Add a link
Reference in a new issue