fix: Atom 3 reference extruder to machine

The "machine" value in the atom3_extruder_0 file is set to the file name of the Atom 3 machine definition file.
This commit is contained in:
Daniel Kurth 2021-03-15 11:05:59 +01:00
parent cb3205c382
commit f9a82ffdd8

View File

@ -3,7 +3,7 @@
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "Atom 3",
"machine": "atom3",
"position": "0"
},