File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -383,8 +383,10 @@ int main(int argc, char **argv) {
383383 fprintf (stderr, " Usage: %s <crosssection.png> <shape.png> <output.stl>\n\n "
384384 " Sweep (extrude) a cross-section shape along the edge of a shape to make a solid.\n "
385385 " Input: black = inside, white or transparent = outside, antialiasing recommended.\n "
386- " Left half of cross section goes inside, right half outside.\n\n "
387- " Copyright (c) 2013 Christian Walther <cwalther%cgmx.ch>\n "
386+ " Left half of cross section goes inside, right half outside.\n "
387+ " Output is scaled according to resolution of cross-section image.\n\n "
388+ " Version 1.1\n "
389+ " Copyright (c) 2013-2015 Christian Walther <cwalther%cgmx.ch>\n "
388390 " https://github.com/cwalther/cookie-cutter-sweeper\n " , argv[0 ], ' @' );
389391 return 2 ;
390392 }
You can’t perform that action at this time.
0 commit comments