1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-08-16 18:23:59 +02:00

Fixed missing default in sheets.py.

This commit is contained in:
Chris Palmer
2016-02-20 12:23:06 +00:00
parent 47941ce4b1
commit 35df490d6e

View File

@@ -11,7 +11,7 @@ from time import *
source_dir = "scad"
def sheets(machine, parts):
def sheets(machine, parts = None):
#
# Make the target directory
#