diff --git a/Duplicate.py b/Duplicate.py index 1d705ce..a5f982c 100644 --- a/Duplicate.py +++ b/Duplicate.py @@ -64,6 +64,10 @@ def CopyExtrud(self,ExtruderNb) -> None: self._doTree(Refer,Extrud,"travel") self._doTree(Refer,Extrud,"cooling") self._doTree(Refer,Extrud,"dual") + + self._doTree(Refer,Extrud,"experimental") + self._doTree(Refer,Extrud,"blackmagic") + self._doTree(Refer,Extrud,"meshfix") def _doTree(self,ref,stack,key): diff --git a/README.md b/README.md index bcc7c77..9197493 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,8 @@ Duplicate exturder settings for Cura in case of multi-extruder machine. Copy par - travel - cooling - dual +- experimental +- blackmagic" +- meshfix + From one extruder to the others. diff --git a/plugin.json b/plugin.json index a2b6513..df88d8b 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "Duplicate", "author": "lalliard", - "version": "0.1.2", + "version": "0.1.3", "description": "Duplicate Extruder data", "api": 7, "supported_sdk_versions": ["5.0.0", "6.0.0", "7.0.0"]