mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 06:45:53 +08:00
Merge branch 'master' of https://github.com/alexrj/slic3r
This commit is contained in:
commit
084a7da3e1
@ -248,7 +248,7 @@ sub new {
|
||||
changescale arrow_out.png
|
||||
split shape_ungroup.png
|
||||
cut package.png
|
||||
layers cog.png
|
||||
layers variable_layer_height.png
|
||||
settings cog.png
|
||||
);
|
||||
for (grep $self->{"btn_$_"}, keys %icons) {
|
||||
@ -2967,7 +2967,7 @@ sub object_menu {
|
||||
}, undef, 'package.png');
|
||||
wxTheApp->append_menu_item($menu, "Layer heights…", 'Open the dynamic layer height control', sub {
|
||||
$self->object_layers_dialog;
|
||||
}, undef, 'cog.png');
|
||||
}, undef, 'variable_layer_height.png');
|
||||
$menu->AppendSeparator();
|
||||
wxTheApp->append_menu_item($menu, "Settings…", 'Open the object editor dialog', sub {
|
||||
$self->object_settings_dialog;
|
||||
|
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR=$(dirname "$0")
|
||||
export LD_LIBRARY_PATH=./bin
|
||||
BIN=$(readlink "$0")
|
||||
DIR=$(dirname "$BIN")
|
||||
export LD_LIBRARY_PATH="$DIR/bin"
|
||||
exec "$DIR/perl-local" -I"$DIR/local-lib/lib/perl5" "$DIR/slic3r.pl" $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user