Use correct spelling for G-code.

This commit is contained in:
Henrik Brix Andersen 2012-03-26 22:33:43 +02:00
parent 2aa786c95f
commit d538382669
5 changed files with 12 additions and 12 deletions

View file

@ -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