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:
jedwards 2022-01-30 08:43:12 -07:00
parent ce4809e25d
commit 84b7a20b7a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"version": 2,
"name": "Left Extruder",
"inherits": "trex_extruder_0",
"inherits": "fdmextruder",
"metadata": {
"machine": "vivedino_trex2plus",
"position": "0"

View File

@ -1,7 +1,7 @@
{
"version": 2,
"name": "Right Extruder",
"inherits": "trex_extruder_1",
"inherits": "fdmextruder",
"metadata": {
"machine": "vivedino_trex2plus",
"position": "1"