Move hardcoded preferences for Normal Quality, PLA & 0.4mm into machine config files

This commit is contained in:
fieldOfView 2016-02-19 21:30:24 +01:00
parent e4d44acefb
commit 1c88e35ed9
3 changed files with 17 additions and 2 deletions

View 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"
}
}

View file

@ -9,7 +9,7 @@
"platform_texture": "Ultimaker2backplate.png",
"file_formats": "text/x-gcode",
"inherits": "fdmprinter.json",
"inherits": "ultimaker.json",
"pages": [
"SelectUpgradedPartsUM2"

View file

@ -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",