Skip to content

Commit

Permalink
Releasing 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed Apr 16, 2012
1 parent 285caff commit c1d9753
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Slic3r.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use strict;
use warnings;
require v5.10;

our $VERSION = "0.7.2-dev";
our $VERSION = "0.7.2";

our $debug = 0;
sub debugf {
Expand Down
1 change: 1 addition & 0 deletions lib/Slic3r/GUI/OptionsGroup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ sub update_duplicate_controls {
$_->Enable($value ne 'no') for @{$fields{duplicate_distance}};
Slic3r::Config->set('duplicate', 1) if $value ne 'autoarrange';
Slic3r::Config->set('duplicate_grid', [1,1]) if $value ne 'grid';
$fields{duplicate}[0]->GetParent->Refresh;
$_->() for @reload_callbacks; # apply new values
}

Expand Down
Binary file added var/Slic3r.icns
Binary file not shown.

0 comments on commit c1d9753

Please sign in to comment.