Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
5axes committed Sep 30, 2020
1 parent bff1f45 commit b7c7f6e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Duplicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit b7c7f6e

Please sign in to comment.