mirror of
https://github.com/DJSundog/NopSCADlib.git
synced 2024-11-23 07:13:51 -05:00
Added colorama.init() to plateup.py to handle new coloured changed messages.
This commit is contained in:
parent
ca153c971d
commit
da825b17ab
@ -28,11 +28,13 @@ from set_config import *
|
||||
from deps import *
|
||||
import shutil
|
||||
import re
|
||||
from colorama import init
|
||||
|
||||
source_dirs = { "stl" : "platters", "dxf" : "panels" }
|
||||
target_dirs = { "stl" : "printed", "dxf" : "routed" }
|
||||
|
||||
def plateup(target, part_type, usage = None):
|
||||
init()
|
||||
#
|
||||
# Make the target directory
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user