mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Move hardcoded preferences for Normal Quality, PLA & 0.4mm into machine config files
This commit is contained in:
parent
e4d44acefb
commit
1c88e35ed9
3 changed files with 17 additions and 2 deletions
15
resources/machines/ultimaker.json
Normal file
15
resources/machines/ultimaker.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"id": "ultimaker_base",
|
||||
"version": 1,
|
||||
"visible": false,
|
||||
"name": "Ultimaker",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"inherits": "fdmprinter.json",
|
||||
|
||||
"machine_preferences": {
|
||||
"prefered_profile": "Normal Quality",
|
||||
"prefered_variant": "0.4 mm",
|
||||
"prefered_material": "PLA"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue