mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 02:39:14 +08:00
Inherit trex2 extruders from fdmextruder instead of the trex extruders, as that fails the checker, which appears to be a bug in the checker (from the Cura devs), but this works for now.
This commit is contained in:
parent
ce4809e25d
commit
84b7a20b7a
@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 2,
|
||||
"name": "Left Extruder",
|
||||
"inherits": "trex_extruder_0",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "vivedino_trex2plus",
|
||||
"position": "0"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 2,
|
||||
"name": "Right Extruder",
|
||||
"inherits": "trex_extruder_1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "vivedino_trex2plus",
|
||||
"position": "1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user