Root/sfy/solidify

Source at commit 77fdf5ab32b5dedf49359659cad80b71e7bf6f4a created 13 years 5 months ago.
By Werner Almesberger, ben-pcb-domes is done at 1 mm and 500 um.
1#!/bin/sh
2if [ ! -z "$SOLIDIFY_AGAIN" ]; then
3    echo "$0: found only myself" 2>&1
4    exit 1
5fi
6export SOLIDIFY_AGAIN=1
7PATH=../../cae-tools/solidify:$PATH
8exec solidify "$@"
9

Archive Download this file

Branches:
master



interactive