mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-28 16:31:59 +08:00

Implements workaround for #4407 * Added support for pillar size configuration. * Pillars UI fix * Pillar configuration fix * Fixed misspelled variable name. * Strings are not numbers. * Fixed pillar spacing label.
5 lines
105 B
Bash
Executable File
5 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR=$(dirname "$0")
|
|
exec "$DIR/perl-local" -I"$DIR/local-lib/lib/perl5" "$DIR/slic3r.pl" $@
|