mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:16:02 +08:00
Move hardcoded preferences for Normal Quality, PLA & 0.4mm into machine config files
This commit is contained in:
parent
e4d44acefb
commit
1c88e35ed9
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",
|
"platform_texture": "Ultimaker2backplate.png",
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
|
|
||||||
"inherits": "fdmprinter.json",
|
"inherits": "ultimaker.json",
|
||||||
|
|
||||||
"pages": [
|
"pages": [
|
||||||
"SelectUpgradedPartsUM2"
|
"SelectUpgradedPartsUM2"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"icon": "icon_ultimaker.png",
|
"icon": "icon_ultimaker.png",
|
||||||
"platform": "ultimaker_platform.stl",
|
"platform": "ultimaker_platform.stl",
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
"inherits": "fdmprinter.json",
|
"inherits": "ultimaker.json",
|
||||||
|
|
||||||
"pages": [
|
"pages": [
|
||||||
"SelectUpgradedParts",
|
"SelectUpgradedParts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user