mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Minor fixes to make_skirt and make_brim
This commit is contained in:
parent
4d76d05bbb
commit
08047c11eb
3 changed files with 20 additions and 14 deletions
|
@ -88,10 +88,7 @@ sub export_gcode {
|
|||
my ($self) = @_;
|
||||
|
||||
$self->_before_export;
|
||||
|
||||
$self->_print->process;
|
||||
$self->_print->export_gcode(output_file => $self->output_file);
|
||||
|
||||
$self->_after_export;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue