mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Use correct spelling for G-code.
This commit is contained in:
parent
2aa786c95f
commit
d538382669
5 changed files with 12 additions and 12 deletions
|
@ -133,9 +133,9 @@ sub go {
|
|||
$self->status_cb->(88, "Generating skirt");
|
||||
$print->extrude_skirt;
|
||||
|
||||
# output everything to a GCODE file
|
||||
# output everything to a G-code file
|
||||
my $output_file = $self->expanded_output_filepath;
|
||||
$self->status_cb->(90, "Exporting GCODE to $output_file");
|
||||
$self->status_cb->(90, "Exporting G-code to $output_file");
|
||||
$print->export_gcode($output_file);
|
||||
|
||||
# run post-processing scripts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue