mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
WIP: Simplify machine creation
This commit is contained in:
parent
b1e4cb91de
commit
730cbb25bf
6 changed files with 129 additions and 97 deletions
|
@ -11,8 +11,9 @@
|
|||
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj;application/x3g",
|
||||
"visible": false,
|
||||
"has_materials": true,
|
||||
"preferred_material": "*generic_pla*",
|
||||
"preferred_material": "generic_pla",
|
||||
"preferred_quality": "*normal*",
|
||||
"preferred_quality_type": "normal",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "fdmextruder"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "Ultimaker2Plusbackplate.png",
|
||||
"preferred_variant": "*0.4*",
|
||||
"preferred_variant_name": "0.4 mm",
|
||||
"has_variants": true,
|
||||
"has_materials": true,
|
||||
"has_machine_materials": true,
|
||||
|
|
|
@ -16,8 +16,9 @@
|
|||
"has_variant_materials": true,
|
||||
"has_variants": true,
|
||||
"preferred_variant": "*aa04*",
|
||||
"preferred_variant_name": "AA 0.4",
|
||||
"preferred_quality": "*Normal*",
|
||||
"preferred_quality_type": "fine",
|
||||
"preferred_quality_type": "normal",
|
||||
"variants_name": "Print core",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue