1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-16 08:54:26 +00:00

reload_scene method of 3D class moved to c++

This commit is contained in:
Enrico Turri
2018-06-08 09:40:00 +02:00
parent f4a687703c
commit bf2fd54578
11 changed files with 355 additions and 137 deletions
+5
View File
@@ -282,6 +282,11 @@ void PerlCallback::call(double x, double y) const
FREETMPS;
LEAVE;
}
void PerlCallback::call(bool b) const
{
call(b ? 1 : 0);
}
//##############################################################################################################
#ifdef WIN32