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 (Expand)Author
2022-01-12Tech ENABLE_ENHANCED_PRINT_VOLUME_FIT set as defaultenricoturri1966
2021-11-24Tech ENABLE_ENHANCED_PRINT_VOLUME_FIT - 1st installment, Scale to print volum...enricoturri1966
2021-11-16Tech ENABLE_OUT_OF_BED_DETECTION_IMPROVEMENTS set as defaultenricoturri1966
2021-10-04Tech ENABLE_OUT_OF_BED_DETECTION_IMPROVEMENTS - Faster update of object manip...enricoturri1966
2021-09-17Use std::optional to replace dirty flags for bounding boxes in Selectionenricoturri1966
2021-09-17Place on face improvement: respect different z-rotation of instancesLukas Matena
2021-08-24Do not allow objects to be placed fully below bedenricoturri1966
2021-07-22Techs DISABLE_ALLOW_NEGATIVE_Z_FOR_SLA and ENABLE_ALLOW_NEGATIVE_Z set as def...enricoturri1966
2021-07-20Keep non-sinking volumes on top of the printbed while scalingenricoturri1966
2021-05-28Removed last GLU call, removed libGLU from CMakeListsLukas Matena
2021-05-05Tech ENABLE_ALLOW_NEGATIVE_Z-> Synchronize sinking instancesenricoturri1966
2021-04-16Removed mutable members from class Selectionenricoturri1966
2021-03-24Added "Printable" menu item for multiple selectionYuSanka
2020-11-18ENABLE_GCODE_VIEWER set as default in:enricoturri1966
2020-05-27Fixed conflicts after merge with masterenricoturri1966
2020-05-27ENABLE_GCODE_VIEWER -> Completed implementation of new GLModel classenricoturri1966
2020-05-26Fixed unit tests after previous include manipulationsLukas Matena
2020-05-26Include cleanup: Selection.hppLukas Matena
2020-05-26Include cleanup: do not include Model.hpp from 3DScene.hppLukas Matena
2020-05-22ENABLE_SHADERS_MANAGER set as defaultenricoturri1966
2020-05-21ENABLE_SHADERS_MANAGER -> Small refactoringenricoturri1966
2020-05-20Fixed build for all 4 cases of tech ENABLE_SHADERS_MANAGER and ENABLE_GCODE_V...enricoturri1966
2020-05-20First installment of tech ENABLE_SHADERS_MANAGER, using class GLShadersManage...enricoturri1966
2020-05-13Tech ENABLE_GCODE_VIEWER -> Selection straight arrows rendered using the new ...enricoturri1966
2020-05-12Tech ENABLE_GCODE_VIEWER -> Selection curved arrows rendered using the new Op...enricoturri1966
2019-07-31Code cleanupEnrico Turri
2019-07-31Render non printable instances with a darker colorEnrico Turri
2019-07-26Code cleanupEnrico Turri
2019-07-231st installment for selection's undo/redo snapshotsEnrico Turri
2019-07-15Merge remote-tracking branch 'remotes/origin/vb_undo_redo'bubnikv
2019-07-08Fixed conflicts after merge with masterEnrico Turri
2019-07-04Merge remote-tracking branch 'origin/master' into vb_undo_redobubnikv
2019-07-04Update object list after undo/redoYuSanka
2019-07-04WIP Undo / Redo : serialization / deserialization of object selection.bubnikv
2019-07-02WIP UndoRedo: Added Undo/Redo stack, added Platter::take_snapshot(),bubnikv
2019-07-01Removed GLVolume non-VBO renderingEnrico Turri
2019-06-27Added visual hints in 3D scene for layers editingEnrico Turri
2019-06-27WIP Undo / Redo: ModelID / ModelBase renamed to ObjectID / ObjectBasebubnikv
2019-06-24Do not allow to copy/paste volumes when using sla printerEnrico Turri
2019-06-14Reset buttons: synchronization of instances/volumesLukas Matena
2019-05-24Code cleanupEnrico Turri
2019-05-24Fixed conflicts after cherry-picking 844e99f84e4ac640cd9ad0c905efc6068a35cdbbEnrico Turri
2019-05-20Fixed debug technology ENABLE_RENDER_SELECTION_CENTEREnrico Turri
2019-05-07World / local coordinates: Fixed wrong scaling of a group selection,bubnikv
2019-05-03Changed the "non-uniform scaling is not possible" message.bubnikv
2019-04-26WIP: Transformation of instances in world coordinate space:bubnikv
2019-04-24WIP: Transformations of an instance in world coordinate systembubnikv
2019-04-15Fixed selection when right-clicking in the 3D scene to show the context menuEnrico Turri
2019-04-11Copy and paste -> Disabled paste of volumes when nothing is selected and fixe...Enrico Turri
2019-04-10Copy and paste -> prototype of copy and paste for objectsEnrico Turri