Skip to content

Commit 72dcef0

Browse files
committed
rebuild everything with sorted vertices
(and fix Makefile tabs...)
1 parent 45207c1 commit 72dcef0

29 files changed

Lines changed: 1526775 additions & 540067 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ define logo-part-rule
5757
export/logo/$(1)/$(shell basename $(2))-$(4)-$(3).stl: src/$(2).scad logo/$(1)/$(shell basename $(2)).svg export/$(2).stl
5858
@mkdir -p $$(shell dirname $$@)
5959
$$(OPENSCAD) $$(OPENSCAD_OPTIONS) -D orient_for_printing=true -D logo_enabled=true -D logo_use_prebuild=true -D 'logo_mode="$(4)"' -D 'logo_part="$(3)"' -D 'logo_name="$(1)"' -o $$@ $$<
60-
$$(STL_SORTER) $$@
60+
$$(STL_SORTER) $$@
6161
logo-$1-$4: export/logo/$(1)/$(shell basename $(2))-$(4)-$(3).stl
6262
logo-$1: export/logo/$(1)/$(shell basename $(2))-$(4)-$(3).stl
6363
logos: logo-$1

0 commit comments

Comments
 (0)