Skip to content

Commit

Permalink
Recompiled everything with OpenSCAD 2013.06 and cleaned up with meshl…
Browse files Browse the repository at this point in the history
…abserver.
  • Loading branch information
jcrocholl committed Jun 25, 2013
1 parent 27fedc8 commit 6ed1344
Show file tree
Hide file tree
Showing 16 changed files with 13 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ all: frame_top.stl frame_motor.stl carriage.stl endstop.stl glass_tab.stl \
effector.stl retractable.stl power_supply.stl extruder.stl frame_extruder.stl \
m5_internal.stl plate_3x.stl plate_1x.stl

.SECONDARY:

# Explicit wildcard expansion suppresses errors when no files are found.
include $(wildcard *.deps)

%.stl: %.scad
%.stl: %.ascii.stl
meshlabserver -i $< -o $@ -s meshclean.mlx

%.ascii.stl: %.scad
openscad -m make -d $*.deps -o $@ $<

# Replace tabs with spaces.
Expand Down
Binary file modified carriage.stl
Binary file not shown.
Binary file modified effector.stl
Binary file not shown.
Binary file modified endstop.stl
Binary file not shown.
Binary file modified extruder.stl
Binary file not shown.
Binary file modified frame_extruder.stl
Binary file not shown.
Binary file modified frame_motor.stl
Binary file not shown.
Binary file modified frame_top.stl
Binary file not shown.
Binary file modified glass_tab.stl
Binary file not shown.
Binary file modified logotype.stl
Binary file not shown.
Binary file modified m5_internal.stl
Binary file not shown.
7 changes: 7 additions & 0 deletions meshclean.mlx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!DOCTYPE FilterScript>
<FilterScript>
<filter name="Remove Unreferenced Vertex"/>
<filter name="Remove Duplicated Vertex"/>
<filter name="Remove Duplicate Faces"/>
<filter name="Remove Zero Area Faces"/>
</FilterScript>
Binary file modified plate_1x.stl
Binary file not shown.
Binary file modified plate_3x.stl
Binary file not shown.
Binary file modified power_supply.stl
Binary file not shown.
Binary file modified retractable.stl
Binary file not shown.

0 comments on commit 6ed1344

Please sign in to comment.