mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06:00
Fixed automatic tests.
This commit is contained in:
parent
e931f75010
commit
5063c15442
5 changed files with 22 additions and 6 deletions
|
@ -86,6 +86,8 @@ _constant()
|
|||
%};
|
||||
|
||||
void reset_layer_height_profile();
|
||||
|
||||
void slice();
|
||||
};
|
||||
|
||||
%name{Slic3r::Print} class Print {
|
||||
|
@ -166,6 +168,7 @@ _constant()
|
|||
|
||||
void set_callback_event(int evt) %code%{
|
||||
%};
|
||||
void set_status_silent();
|
||||
|
||||
void process() %code%{
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue