1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-08-11 15:54:00 +02:00

Now combines some STLs into single files and puts all the ones that need printing the the plates directory.

Added hash bangs for Linux users.
This commit is contained in:
Chris Palmer
2012-03-16 00:31:47 +00:00
parent df12df0354
commit 77b4add099
68 changed files with 385459 additions and 4500 deletions

View File

@@ -1,13 +1,16 @@
import sys
#!/usr/bin/env python
import sys
from bom import boms
from sheets import sheets
from stls import stls
from plates import plates
def make_machine(machine):
boms(machine)
sheets(machine)
stls(machine)
plates(machine)
if __name__ == '__main__':
if len(sys.argv) > 1: