mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-10 04:26:34 +08:00
remember to add the prototype for make_thumbnail
This commit is contained in:
parent
90ddda9ce1
commit
ccb7333b82
@ -89,6 +89,9 @@ private:
|
|||||||
return Slic3r::Pointf();
|
return Slic3r::Pointf();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Build thumbnails for the models
|
||||||
|
void make_thumbnail(size_t idx);
|
||||||
|
|
||||||
/// Complete thumbnail transformation and refresh canvases
|
/// Complete thumbnail transformation and refresh canvases
|
||||||
void on_thumbnail_made(size_t idx);
|
void on_thumbnail_made(size_t idx);
|
||||||
void refresh_canvases();
|
void refresh_canvases();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user