Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-23Parse hints.ini for translatable text as part of gettext_make_potDavid Kocik
2021-07-26Fix messed up wx find proceduretamasmeszaros
2021-07-26Fix wx linkage to tiff and jpegtamasmeszaros
2021-06-01Remove unused include_directory in cmakedk_injectionDavid Kocik
2021-03-30Extend wx png and expat fixes for all of its built-in librariestamasmeszaros
That means adding tiff and jpeg
2021-02-09Removal of not numerically robust libraries "poly2tree" and "polypartition".Vojtech Bubnik
Adjustment of GUI/3DBed.cpp,hpp to use the more stable triangulation algoritm derived from SGI glut. Fix of an extremely slow bridging calculation, caused by an extremely slow bridged area detection function, of which the results were never used. Fixes "slicing fails or takes too long #5974"
2021-01-27Check loading of blacklisted dlls and show warning dialog at startup. Also ↵David Kocik
show these dlls in sysinfo dialog.
2020-11-23Fix for gcode-viewer symlinktamasmeszaros
fixes #5238
2020-10-19Add installing of the desktop file to cmaketamasmeszaros
2020-10-19install symlink for gcodeviewertamasmeszaros
2020-10-05Changed cmake minimal version to 3.13 (#4720)Lukas Matena
2020-09-08WIP Standalone G-code viewerVojtech Bubnik
2020-09-01WIP: prusa-gcodeviewer command line wrapper to start the PrusaSlicerbubnikv
in standalone G-code viewer mode. Linux and OSX stuff will follow.
2020-04-29Fix build on OSX with new wxWidgets in depstamasmeszaros
2020-04-28Fix librt linking for wxWidgetstamasmeszaros
2020-04-28Try to fix build with old wxwidgets builtin png and expattamasmeszaros
2020-04-28Add PNG and wxWidgets 3.1.3 uniformly to all platforms with cmake build.tamasmeszaros
wx is built with png as a dependency, wxpng is disabled.
2020-03-06Link libcurl and wxWidgets to libslic3r_guitamasmeszaros
Also enhance and remove duplicate CURL search in cmake
2020-01-21OSX handler for 3dconnexion drivers David Kocik
2019-12-11Merge branch 'tm_opencsg'tamasmeszaros
2019-12-11Finding GLEW work in release and debug. tamasmeszaros
Make building in release and debug in one cmake run on msvc with the prusaslicer_add_cmake_project function.
2019-12-10Add dll copy after targets for gmp and mpfrtamasmeszaros
2019-10-17Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵Enrico Turri
et_3dconnexion
2019-10-14Fix cmake with msvc generator.tamasmeszaros
* Remove unused libnest2d files. Make it use the global build script targets. * Modify FindTBB to address multi-config builds and take care of __TBB_NO_IMPLICIT_LINKAGE * Move FindNLopt to project common cmake module dir * Rename libnest.hpp to nester.hpp and libnest.h to libnest.hpp * Clean up common test suite build scripts
2019-09-30hidapi: Fix include pathVojtech Kral
2019-09-303D connexion support on Linux:Vojtech Kral
- Replace hidapi/linux/hid.c with the hidraw variant (link to udev) - Add CMakeLists.txt for hidapi, refactor - Add udev rules file (no installation so far)
2019-08-19build: Add source file encoding checkVojtech Kral
Source files are checked using a small utility in src/build-utils This is done to prevent bugs in build and localization caused by weird non-UTF-8 encodings interpreted by MSVC in terms of local codepages rather than UTF-8.
2019-08-16more clang warnings enabled, performance measuringtamasmeszaros
Succesfull build on mingw-w64 fix sandboxes Mingw fixes and full parallel support tree gen.
2019-07-04Trying to make all C++ of the platforms happy.bubnikv
2019-06-19Building igl statically and moving to the dep scriptstamasmeszaros
Fixing dep build script on Windows and removing some warnings. Use bundled igl by default. Not building with the dependency scripts if not explicitly stated. This way, it will stay in Fix the libigl patch to include C source files in header only mode.
2019-06-13Build fix when boost is not in prefix/boosttamasmeszaros
2019-06-05Future-proof qhull dependency handlingtamasmeszaros
2019-05-30Build system tweaks to get rid of cmake and boost warnings.tamasmeszaros
2019-05-13Generate debug symbols for Windows builds even in Release mode.bubnikv
2019-05-13Updated Help menu items to open localized web pages.bubnikv
Updated links to PrusaSlicer-settings.
2019-05-13Yet some renaming to PrusaSlicerbubnikv
2019-05-13Further renaming to PrusaSlicerbubnikv
2019-04-23Build: Don't add imgui dir when SLIC3R_GUI is offVojtech Kral
2019-04-23Build: Don't add slic3r dir when SLIC3R_GUI is off #1050Vojtech Kral
2019-04-23Added explicit linkage of pthreads library (needed on raspberry PI)Vojtech Bubnik
2019-03-28Removed dependency on libz on Windows.bubnikv
2019-03-28Merge remote-tracking branch 'remotes/origin/tm_sla_png_minz'bubnikv
2019-03-26Visual Studio specific. Fixed a clash in the name of a symbol filebubnikv
for the slic3r.exe wrapper and slic3r.dll
2019-03-25Build: Add an option to choose GTK version on Linux, fix #1937Vojtech Kral
2019-03-25Build: Fix libz dependency required by libcurlVojtech Kral
2019-03-19Trying to fix build on linuxtamasmeszaros
2019-03-18Exporting png images with minz deflate implementation.tamasmeszaros
Getting rid of zlib and libpng dependencies
2019-03-13removed the --gui parameter from the slic3r wrapper.bubnikv
Fixed the perl bindings
2019-03-13added missing slic3r.hppbubnikv
removed slic3r-noconsole.exe from the windows builds
2019-02-07Revert "WIP: SVG import & rasterization"bubnikv
This reverts commit 9b15908a47af12658d6563cddac334505e27b60a.