1
0
mirror of git://projects.qi-hardware.com/cae-tools.git synced 2025-04-21 12:27:27 +03:00

ptrude/: many major math fixes, especially in stretch_path

This commit is contained in:
Werner Almesberger
2011-07-31 19:17:05 -03:00
parent ee634458dc
commit 26a0f4cf2b
6 changed files with 161 additions and 25 deletions

View File

@@ -44,6 +44,9 @@ $(MAIN): $(OBJS)
try: $(MAIN)
./$(MAIN) -d try 1 0.1 | tee out
t2: $(MAIN)
./$(MAIN) tp ts 25 0.1 >out.stl
clean:
rm -f $(OBJS) $(OBJS:.o=.d)