mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Add missing extruder def for Creality Ender 3
CURA-5806
This commit is contained in:
parent
d24437e60c
commit
18821b6527
2 changed files with 21 additions and 1 deletions
|
@ -8,7 +8,11 @@
|
|||
"manufacturer": "Creality3D",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "creality_ender3_platform.stl",
|
||||
"preferred_quality_type": "draft"
|
||||
"preferred_quality_type": "draft",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "creality_ender3_extruder_0"
|
||||
}
|
||||
},
|
||||
"overrides": {
|
||||
"machine_name": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue