Commit Graph

5637 Commits

Author SHA1 Message Date
bubnikv
ce06535815 Compile Slic3r versions into slic3r binary 2018-09-24 13:07:50 +02:00
bubnikv
6a0b43f909 Added various manifests,
added auto generation of includes and manifests from version and build
variables,
resurrected SLIC3R_LOGLEVEL env var.
2018-09-24 11:53:05 +02:00
bubnikv
79ee7993fc Fix of a set method to make ConfigOptionEnum compatible with
ConfigOptionEnumGeneric.
2018-09-21 23:00:49 +02:00
bubnikv
5fa9e300f1 Removed duplicate definition of QHull debug printfs 2018-09-21 21:54:54 +02:00
bubnikv
ae3d5aa285 Simplified dependencies. 2018-09-21 21:16:09 +02:00
bubnikv
75de8e47be Moved the remaining Perl dependencies to xs/CMakeLists.txt 2018-09-21 19:37:35 +02:00
bubnikv
e844e3cbdc Yet another fix of platform specific paths to resources. 2018-09-21 17:16:44 +02:00
bubnikv
2f6ccb940d Modified resources directory in Linux installation. 2018-09-21 16:38:42 +02:00
bubnikv
48844e5d5d Fixed path to resources on OSX. 2018-09-21 16:10:16 +02:00
bubnikv
1a119cb0fb Another compilation fix 2018-09-21 15:59:39 +02:00
bubnikv
b424fadecc Fixed compilation on Linux / OSX. 2018-09-21 15:42:31 +02:00
bubnikv
2861034858 Fix of incorrect path separator in include. 2018-09-21 12:54:40 +02:00
bubnikv
9898062b2f Paths to resources / icons / images are set. 2018-09-21 11:40:32 +02:00
bubnikv
6ae18575d4 Merged Sasa's GUI WIP 2018-09-21 09:09:05 +02:00
YuSanka
5e78c95b54 Menu_bar and preset_tabs are in main window now 2018-09-21 01:35:25 +02:00
bubnikv
fd0047f081 Merge remote-tracking branch 'origin/dev2' into dev_native 2018-09-20 16:48:40 +02:00
bubnikv
4541afbbc8 Added C++ command line processing, thanks @alexrj and @loh 2018-09-20 16:48:13 +02:00
YuSanka
4bddb95ca9 Moved back open_model to GUI_App 2018-09-20 13:12:35 +02:00
YuSanka
834419d521 Merge remote-tracking branch 'origin/dev_native' into ys_dev_native 2018-09-20 08:41:57 +02:00
YuSanka
504069fd1d Added GUI_App and MainFrame 2018-09-20 08:40:22 +02:00
bubnikv
365d4e6427 Commented out wxPixelData.UseAlpha(), as it is missing from wxWidgets 3.1.1. 2018-09-19 18:54:23 +02:00
bubnikv
085adfce49 Fixed GUI build 2018-09-19 18:05:58 +02:00
bubnikv
12ad613166 Removed wrong dependency on wxWidgets from libslic3r.
Added cmake message for WXWIN environment variable.
2018-09-19 17:55:17 +02:00
bubnikv
a022b721f3 Removed dependency on wxWidgets from Alien.
Updated source code to wxWidgets 3.1.1
Moved invocation of perl unit / integration tests to the xs project.
2018-09-19 17:19:06 +02:00
bubnikv
e845f4f34f Another step to fix the build system. 2018-09-19 15:47:32 +02:00
bubnikv
d269a3ebe3 Yet another build system fix 2018-09-19 14:43:38 +02:00
bubnikv
20f70f5640 Fix of compilation on Linux & OSX: Cannot create a "slic3r" executable
next to a "slic3r" directory.
2018-09-19 14:22:48 +02:00
bubnikv
531bcd3f24 Yet another fix of build process 2018-09-19 13:16:20 +02:00
bubnikv
bc1ff442ff Fixed compilation on OSX & Linux 2018-09-19 13:12:57 +02:00
bubnikv
ca18e9997b Fixed GUI CMakeFile 2018-09-19 11:46:24 +02:00
bubnikv
c581a07f0f Moved the newly added GUI_Preview files. 2018-09-19 11:34:26 +02:00
bubnikv
7a36f9f3c0 Meged with dev2 2018-09-19 11:28:30 +02:00
bubnikv
8abfbc2322 Disabling calls from libslic3r to slic3r gui. 2018-09-19 11:27:04 +02:00
bubnikv
1260b8deb3 WIP: Moved sources int src/, separated most of the source code from Perl.
The XS was left only for the unit / integration tests, and it links
libslic3r only. No wxWidgets are allowed to be used from Perl starting
from now.
2018-09-19 11:02:24 +02:00
bubnikv
417b0f20eb Replaced CONFESS with throw std::exception in libslic3r, so now
libslic3r should be compilable without Perl.
2018-09-18 10:09:58 +02:00
tamasmeszaros
a7a23d6f6f Working curve approximation of the concave hull with clipper offset. 2018-08-16 17:47:05 +02:00
bubnikv
cb1bc0aaf8 CMake build system, initial placeholder for slic3r C binary. 2017-08-18 13:32:35 +02:00