New script to generate vertical section cuts from any given G-code file
This commit is contained in:
parent
dde3e6e870
commit
855ba90332
4 changed files with 143 additions and 8 deletions
|
@ -9,7 +9,7 @@ use constant Y => 1;
|
|||
|
||||
our $filltype = 'evenodd';
|
||||
|
||||
sub factor {
|
||||
sub factor {return 30;
|
||||
return &Slic3r::SCALING_FACTOR * 10;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue