mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Update Clipper to 6.1.2
This commit is contained in:
parent
1a690589a8
commit
bd133d9434
6 changed files with 1064 additions and 1091 deletions
|
@ -932,7 +932,7 @@ sub write_gcode {
|
|||
# append full config
|
||||
print $fh "\n";
|
||||
foreach my $opt_key (sort @{$self->config->get_keys}) {
|
||||
next if @{$Slic3r::Config::Options->{$opt_key}{shortcut}};
|
||||
next if $Slic3r::Config::Options->{$opt_key}{shortcut};
|
||||
printf $fh "; %s = %s\n", $opt_key, $self->config->serialize($opt_key);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue