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