mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
time estimation shown in GUI after gcode export
This commit is contained in:
parent
a0a503e4a8
commit
bea9628be0
5 changed files with 23 additions and 55 deletions
|
@ -273,5 +273,15 @@ Print::total_cost(...)
|
|||
OUTPUT:
|
||||
RETVAL
|
||||
|
||||
double
|
||||
Print::estimated_print_time(...)
|
||||
CODE:
|
||||
if (items > 1) {
|
||||
THIS->estimated_print_time = (double)SvNV(ST(1));
|
||||
}
|
||||
RETVAL = THIS->estimated_print_time;
|
||||
OUTPUT:
|
||||
RETVAL
|
||||
|
||||
%}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue