mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-04 05:40:35 -07:00
Add Alpha 2 to name as both Alpha 1 and 2 are supported by this profile
This commit is contained in:
parent
d980b5ae2e
commit
7ec0fa89ac
2 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Toybox Alpha One",
|
||||
"name": "Toybox Alpha One/Two",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata":
|
||||
{
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
"manufacturer": "Toybox",
|
||||
"file_formats": "text/x-gcode",
|
||||
"has_machine_quality": false,
|
||||
"machine_extruder_trains": { "0": "toybox_alpha_one_extruder_0" }
|
||||
"machine_extruder_trains": { "0": "toybox_alpha_one_two_extruder_0" }
|
||||
},
|
||||
"overrides":
|
||||
{
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
"machine_depth": { "default_value": 80 },
|
||||
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||
"machine_height": { "default_value": 90 },
|
||||
"machine_name": { "default_value": "Toybox Alpha One" },
|
||||
"machine_name": { "default_value": "Toybox Alpha One/Two" },
|
||||
"machine_start_gcode": { "default_value": "G90\nM82" },
|
||||
"machine_width": { "default_value": 70 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
"inherits": "fdmextruder",
|
||||
"metadata":
|
||||
{
|
||||
"machine": "toybox_alpha_one",
|
||||
"machine": "toybox_alpha_one_two",
|
||||
"position": "0"
|
||||
},
|
||||
"overrides":
|
||||
Loading…
Add table
Add a link
Reference in a new issue