mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
Fix normal profile and add a very basic High Quality profile
This commit is contained in:
parent
e6e563cf09
commit
712ec6acdf
2 changed files with 9 additions and 2 deletions
6
resources/profiles/High+Quality.cfg
Normal file
6
resources/profiles/High+Quality.cfg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[general]
|
||||||
|
version = 1
|
||||||
|
name = High Quality
|
||||||
|
|
||||||
|
[settings]
|
||||||
|
layer_height = 0.06
|
|
@ -1,5 +1,6 @@
|
||||||
[General]
|
[general]
|
||||||
version = 1
|
version = 1
|
||||||
name = Normal Quality
|
name = Normal Quality
|
||||||
|
|
||||||
[Settings]
|
[settings]
|
||||||
|
layer_height = 0.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue