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
path: root/lib
AgeCommit message (Collapse)Author
2019-06-20Reworked the Perl unit / integration tests to use the same Printbubnikv
interface that the application is using. Old interface used just for the integration tests was removed.
2019-05-22Fixed unit tests when run with range checks on std::vectorLukas Matena
There was a bug in unit tests that led to generating the wipe tower with non-normalized preset. This caused out-of-bounds access into max_layer_height vector in fill_wipe_tower_partitions. The problem surfaced in https://github.com/prusa3d/PrusaSlicer/issues/2288. I quickly patched additional normalization of the preset to prevent this from happening. Also, an assert in the same function turned out to trip on one of the tests. This one was commented out for now and will (hopefully) be looked into later. Function Print::apply_config was renamed to apply_config_perl_tests_only so everyone sees its current purpose and does not mistake it for the more important Print::apply.
2019-02-22Removed the Perl GUI modules.bubnikv
2018-12-07Plater: single object STL export and reloadingVojtech Kral
Based on Plater.pm`export_object_stl() and reload_from_disk()
2018-10-11Plater: increase, decrease, set_number_of_copies, arrangeVojtech Kral
2018-10-09Plater: Add missing skeletons (un-typed for now)Vojtech Kral
2018-10-08WIP: Plater: Event handling boilerplate / skeletonsVojtech Kral
2018-10-08WIP: Plater, tracking in Plater.pmVojtech Kral
2018-10-01WIP: PlaterVojtech Kral
2018-09-25Test.pm modified to use ModelInstance full 3D transformEnrico Turri
2018-09-241st installment of ModelInstance 3D scale componentsEnrico Turri
2018-09-24Fixed arrange for objects with 3D rotationsEnrico Turri
2018-09-201st installment of ModelInstance 3D rotation componentsEnrico Turri
2018-09-19Code cleanupEnrico Turri
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-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-14Removed "Slice to SVG" and "Quick Slice"bubnikv
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-12Removed Strings.hpp, replaced with wxStringbubnikv
Fixed UTF8 rendering of status messages.
2018-09-12Merged with devbubnikv
2018-09-10Added perl callback for gizmo flattenEnrico Turri
2018-09-10Merge branch 'master' of https://github.com/prusa3d/Slic3r into devEnrico Turri
2018-09-10Fixed #1211Enrico Turri
2018-09-07Merge branch 'master' of https://github.com/prusa3d/Slic3r into devEnrico Turri
2018-09-07Fixed #1204YuSanka
2018-09-07Fixed wipe tower selectionEnrico Turri
2018-09-06Added select by part tool to toolbarEnrico Turri
2018-09-05Object's properties updated while manipulating gizmosEnrico Turri
2018-09-04Added ModelInstance::world_matrix() method and stl_transform using eigen ↵Enrico Turri
transform
2018-08-30Merge remote-tracking branch 'origin/cpp_progress_status_bar' into devtamasmeszaros
# Conflicts: # lib/Slic3r/GUI/MainFrame.pm # xs/src/slic3r/AppController.cpp # xs/src/slic3r/AppControllerWx.cpp # xs/src/slic3r/GUI/GUI.hpp
2018-08-30working C++ status bar.tamasmeszaros
Signed-off-by: tamasmeszaros <meszaros.q@gmail.com>
2018-08-30Almost working c++ status bartamasmeszaros
Signed-off-by: tamasmeszaros <meszaros.q@gmail.com>
2018-08-29Deleted "scale" column from object listYuSanka
2018-08-28Reorganized object settings paneYuSanka
+ Added new control - PrusaLockButton
2018-08-27fix centroid error for two points and merge with dev.tamasmeszaros
2018-08-27Fixed undefined axis in rotate method of plater.pmEnrico Turri
2018-08-27Merge branch 'dev' of https://github.com/prusa3d/Slic3r into devEnrico Turri
2018-08-27Fixed conflicts after merging with masterEnrico Turri
2018-08-27Merge remote-tracking branch 'origin/dev' into sla_base_pooltamasmeszaros
2018-08-24Merge branch 'master' of https://github.com/prusa3d/Slic3rbubnikv
2018-08-24Bugfix - dialog that changes number of copies deleted the object when cancelledLukas Matena
2018-08-24Merge branch 'dev' of https://github.com/prusa3d/Slic3r into devYuSanka
2018-08-24Fixed post-commit compilation problemsYuSanka
2018-08-24Removed scale and rotate actions from toolbarEnrico Turri
2018-08-24Merge remote-tracking branch 'origin/new_main_page_ui' into devYuSanka