mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 21:14:01 -06:00
New option to customize infill angle
This commit is contained in:
parent
742f646372
commit
b0433097d4
6 changed files with 48 additions and 14 deletions
|
@ -156,6 +156,8 @@ sub export_gcode {
|
|||
my $self = shift;
|
||||
my ($file) = @_;
|
||||
|
||||
printf "Exporting GCODE file...\n";
|
||||
|
||||
# open output gcode file
|
||||
open my $fh, ">", $file
|
||||
or die "Failed to open $file for writing\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue