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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs/src
AgeCommit message (Collapse)Author
2018-09-19Sla support points can be deleted, tooltip texture was addedLukas Matena
2018-09-19Refactoring member variable names for my classes to match our coding style.tamasmeszaros
2018-09-19png export recovered with the new print object interface.tamasmeszaros
2018-09-19Fixed colors of extrusion pathsEnrico Turri
2018-09-19Zipper concept clarified.tamasmeszaros
2018-09-19Moved the newly added GUI_Preview files.bubnikv
2018-09-19Meged with dev2bubnikv
2018-09-19Zipper implementation in gui level for png export.tamasmeszaros
2018-09-19WIP: Moved sources int src/, separated most of the source code from Perl.mass_renamebubnikv
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-19Build fixes, conversion of wxString into utf-8 std::stringVojtech Kral
2018-09-19Merge branch 'gui_preview_to_cpp' of https://github.com/prusa3d/Slic3r into dev2Enrico Turri
2018-09-19Code cleanupEnrico Turri
2018-09-18Removed explicit dependency of wxWidgets from PrintExport.hpptamasmeszaros
2018-09-18Perl version of preview removed from Slic3rEnrico Turri
2018-09-18Method Preview::load_print() ported to c++Enrico Turri
2018-09-181st installment of preview ported in c++Enrico Turri
2018-09-18Replaced CONFESS with throw std::exception in libslic3r, so nowbubnikv
libslic3r should be compilable without Perl.
2018-09-17Fix of compilation on Linux, disabled -WreorderVojtech Bubnik
2018-09-17WIP fix of PostProcessor on Linuxbubnikv
2018-09-17Merged with devbubnikv
2018-09-17Removed Print.pm,bubnikv
ported execution of post processing scripts into C++ (WIP, waits for update of boost::system module on our build server) Removed other mention of the "Controller".
2018-09-17Merge branch 'dev' into lm_sla_supports_uiLukas Matena
2018-09-17Merged with masterbubnikv
2018-09-17Merge branch 'dev' into lm_sla_supports_uiLukas Matena
2018-09-14Merge remote-tracking branch 'origin/support_improvements'bubnikv
2018-09-14FirmwareDialog: Add appropriate set of wildcards to the file pickerVojtech Kral
2018-09-14Fix window size persistenceVojtech Kral
Fixes #1116 Fixes #1175
2018-09-14Firmware updater: Fix MMU2 lookup wrt. other Prusa devices being connectedVojtech Kral
2018-09-14ConfigWizard: Properly apply gcode_flavorVojtech Kral
Fixes #1138
2018-09-14Merge remote-tracking branch 'origin/vb_slicing_fix'bubnikv
2018-09-14Merge remote-tracking branch 'origin/parallel_arrange'bubnikv
2018-09-14Merge remote-tracking branch 'origin/lm_temperature_fix'bubnikv
2018-09-14Merge remote-tracking branch 'origin/lm_wipe_tower_consumption'bubnikv
2018-09-14Merge branch 'dev' of https://github.com/prusa3d/Slic3r into devEnrico Turri
2018-09-14Fixed gizmo move 3d axis ZEnrico Turri
2018-09-14Fixed settings list for objectsYuSanka
+ fixed showing of an info_manifold_warning_icon
2018-09-14Merge branch 'dev' into lm_sla_supports_uiLukas Matena
2018-09-14Finished porting of the status bar to C++.bubnikv
2018-09-14Removed the Controller, Layer View, System Info, ObjectCutDialog,bubnikv
removed unused Perl modules.
2018-09-14WIP: Background processing.bubnikv
2018-09-14Merge branch 'dev' of https://github.com/prusa3d/Slic3r into full_transformEnrico Turri
2018-09-13Merge remote-tracking branch 'origin/dev' into new_main_page_uiYuSanka
2018-09-13Merge branch 'dev' of https://github.com/prusa3d/Slic3r into full_transformEnrico Turri
2018-09-13Object selection (from object list to 3DScene)YuSanka
2018-09-13Added method int GLCanvas3D::get_in_object_volume_id(int scene_vol_idx) constEnrico Turri
2018-09-13Code cleanupEnrico Turri
2018-09-131st installment of 3d offset for ModelInstanceEnrico Turri
2018-09-13Merge remote-tracking branch 'origin/dev' into feature_arrange_with_libnest2dtamasmeszaros
2018-09-13GLCanvas3D child classes/structures set as privateEnrico Turri
2018-09-12Fixed bug with PrusaDataViewBitmapText ctor on LinuxYuSanka
+ Cleaned code from unusable comments