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
2021-09-20Eradicated admesh from TriangleMesh:Vojtech Bubnik
2021-08-04Follow-up of bc81c22e (renamed the new CLI option --dont-ensure-on-bed to avo...Lukas Matena
2021-08-04CLI: Ensure that objects are on bed by default, new CLI config option:Lukas Matena
2021-07-30WIN32 specific Blacklisted libraries check:Vojtech Bubnik
2021-07-14GalleryDialog: Changes the paths to the system and custom galleriesYuSanka
2021-07-12Modifiers Gallery (#6703)Oleksandra Yushchenko
2021-06-27As an example of using the enum_bitmask infrastructure for type safeVojtech Bubnik
2021-06-27Support for forward compatibility of configurations, user and systemVojtech Bubnik
2021-03-15call detect_platform() after SLIC3R_LOGLEVEL env variable is readVojtech Bubnik
2021-03-15Worked around some quirky Linux file system issues. NamelyVojtech Bubnik
2021-02-10Fixes issue #5979 - NULL pointer crash in ModelObject::split()Boleslaw Ciesielski
2021-01-27Check loading of blacklisted dlls and show warning dialog at startup. Also sh...David Kocik
2021-01-19Follow-up to 2bc6679a6214d7fd24aafb3f456f309ff93247aeVojtech Bubnik
2021-01-19Partial revert of 1bffc2b99bedb0d0d76baeec52523dc1fef737e1Vojtech Bubnik
2021-01-19Bugfix: CLI slicer should slice in FDM mode when no printer_technology is pro...Lukas Matena
2021-01-13Fix of Invoking prusa-slicer from $PATH environment variable crashes #5542Vojtech Bubnik
2021-01-05Fix of G-code Viewer not loading .gco files #5536Vojtech Bubnik
2020-12-07Fix of Command line slicing bad gcode #5029Vojtech Bubnik
2020-12-07Fix of [BUG]Post-Processing Scripts not called while slicing from command lin...Vojtech Bubnik
2020-11-12ENABLE_GCODE_VIEWER set as default in fff_print test and PrusaSlicer.cppenricoturri1966
2020-10-22GUI initialization extracted from PrusaSlicer.cpp to GUI_Init.cpp/hpp.Vojtech Bubnik
2020-10-22Merge branch 'master' of https://github.com/prusa3d/PrusaSlicerenricoturri1966
2020-10-22Fixed crash on Windows when dragging and dropping a non gcode file into gcode...enricoturri1966
2020-10-22Support for naming slicer own threads for debugging.Vojtech Bubnik
2020-10-17Fix of the "dock" menu on OSX to start a new instance of PrusaSlicerVojtech Bubnik
2020-10-16Fixed build when tech ENABLE_GCODE_VIEWER is disabledenricoturri1966
2020-10-15Fix of Cmd line output does not always show correct output file name #4872Vojtech Bubnik
2020-10-14wxEVT_CREATE and wxEVT_ACTIVATE is not being called on the main frameVojtech Bubnik
2020-10-14switching from slicer to gcode viewer - unlocking lock fileDavid Kocik
2020-10-12Tech ENABLE_GCODE_DRAG_AND_DROP_GCODE_FILES set as defaultenricoturri1966
2020-10-07Fix of previous commitVojtech Bubnik
2020-10-07Support symlinks to prusaslicer binary on OSX and Linux.Vojtech Bubnik
2020-10-05instance check: do not perform for gcode viewerDavid Kocik
2020-10-03Merge remote-tracking branch 'origin/ys_splashscreen_on_mac'YuSanka
2020-10-02A part of code related to loads after App::OnInit() call is moved from PrusaS...YuSanka
2020-10-02Start PrusaSlicer in gcode viewer mode when dragging and dropping a .gcode fi...enricoturri1966
2020-09-24DynamicPrintConfig::normalize() renamed to normalize_fdm(),Vojtech Bubnik
2020-09-14fix build on arch linuxcharlie
2020-09-10Tech ENABLE_GCODE_VIEWER_AS_STANDALONE_APPLICATION set as defaultenricoturri1966
2020-09-09Completed implementation of 'File->GCode preview...' commandenricoturri1966
2020-09-08Fixed conflicts after merge with masterenricoturri1966
2020-09-08WIP Standalone G-code viewerVojtech Bubnik
2020-09-08GCode viewer using the proper layout when started as a standalone applicationenricoturri1966
2020-09-01WIP: prusa-gcodeviewer command line wrapper to start the PrusaSlicerbubnikv
2020-08-10Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode...enricoturri1966
2020-08-08Code refactoring: AppConfig.cpp(hpp) are removed from the GUI to libslic3rYuSanka
2020-05-27Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode...enricoturri1966
2020-05-27Includes cleanup:Lukas Matena
2020-05-15Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode...enricoturri1966
2020-05-15single instance check David Kocik