mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 14:34:04 -06:00
Minor fixes to time computation and right-hand rule
This commit is contained in:
parent
478047fad3
commit
742f646372
2 changed files with 3 additions and 3 deletions
|
@ -119,7 +119,7 @@ if ($action eq 'skein') {
|
|||
|
||||
my $processing_time = tv_interval($t0);
|
||||
printf "Done. Process took %d minutes and %.3f seconds\n",
|
||||
int($processing_time/60), $processing_time - int($processing_time/60);
|
||||
int($processing_time/60), $processing_time - int($processing_time/60)*60;
|
||||
}
|
||||
|
||||
sub usage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue