Browse Source

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.

jedwards 3 years ago
parent
commit
84b7a20b7a

+ 1 - 1
resources/extruders/trex2_extruder_0.def.json

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

+ 1 - 1
resources/extruders/trex2_extruder_1.def.json

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