New script to generate vertical section cuts from any given G-code file

This commit is contained in:
Alessandro Ranellucci 2013-05-02 11:42:51 +02:00
parent dde3e6e870
commit 855ba90332
4 changed files with 143 additions and 8 deletions

View file

@ -9,7 +9,7 @@ use constant Y => 1;
our $filltype = 'evenodd';
sub factor {
sub factor {return 30;
return &Slic3r::SCALING_FACTOR * 10;
}