mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -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"
|
||||
}
|
||||
}
|
|
@ -9,7 +9,7 @@
|
|||
"platform_texture": "Ultimaker2backplate.png",
|
||||
"file_formats": "text/x-gcode",
|
||||
|
||||
"inherits": "fdmprinter.json",
|
||||
"inherits": "ultimaker.json",
|
||||
|
||||
"pages": [
|
||||
"SelectUpgradedPartsUM2"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"icon": "icon_ultimaker.png",
|
||||
"platform": "ultimaker_platform.stl",
|
||||
"file_formats": "text/x-gcode",
|
||||
"inherits": "fdmprinter.json",
|
||||
"inherits": "ultimaker.json",
|
||||
|
||||
"pages": [
|
||||
"SelectUpgradedParts",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue