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/src
AgeCommit message (Expand)Author
2021-04-13#6095 - Fixed toolpaths generationenricoturri1966
2021-04-13Fixed missing includes for LinuxVojtech Bubnik
2021-04-13Ported ChromeOS support from master aka PrusaSlicer 2.4.0-alpha:Vojtech Bubnik
2021-04-12OSX specific, related to the wxWidgets 3.1.4: Fixed wrong UI-scalingYuSanka
2021-04-12Fixed conflicts after cherry-picking 76a92e40befc9ce57d7436170786435041e56ab1enricoturri1966
2021-04-12Fixing GCC warnings 3Lukas Matena
2021-04-12Fix of #5202 - Fuzzy Search engine is too fuzzyYuSanka
2021-04-12Tech ENABLE_UNSIGNED_SHORT_INDEX_BUFFER merged into tech ENABLE_SPLITTED_VERT...enricoturri1966
2021-04-12Tech ENABLE_TOOLPATHS_ALTERNATE_SMOOTHING merge into tech ENABLE_SPLITTED_VER...enricoturri1966
2021-04-12ENABLE_GCODE_VIEWER_STATISTICS - GCodeViewer statistic dialog modified to not...enricoturri1966
2021-04-12ENABLE_SPLITTED_VERTEX_BUFFER - Re-enable tech ENABLE_TOOLPATHS_ALTERNATE_SMO...enricoturri1966
2021-04-12Fixed visualization of point toolpaths, broken with daa0bbdb0cfad984565bbd4a1...enricoturri1966
2021-04-12ENABLE_SPLITTED_VERTEX_BUFFER - Use unsigned short indices buffers to render ...enricoturri1966
2021-04-12ENABLE_SPLITTED_VERTEX_BUFFER - slightly faster indices buffers generation in...enricoturri1966
2021-04-12ENABLE_SPLITTED_VERTEX_BUFFER - small refactoring in GCodeViewer::load_toolpa...enricoturri1966
2021-04-12ENABLE_SPLITTED_VERTEX_BUFFER - fixed cracks in toolpaths when splitting vert...enricoturri1966
2021-04-12ENABLE_SPLITTED_VERTEX_BUFFER - fixed bugs in export of toolpaths to obj file...enricoturri1966
2021-04-12ENABLE_SPLITTED_VERTEX_BUFFER - fixed export of toolpaths to obj filesenricoturri1966
2021-04-12Code cleanupenricoturri1966
2021-04-12ENABLE_SPLITTED_VERTEX_BUFFER - fixed visualization of last segment for paths...enricoturri1966
2021-04-121st installment of tech ENABLE_SPLITTED_VERTEX_BUFFER - split vertex buffer w...enricoturri1966
2021-04-12Another refactoring in GCodeViewer::load_toolpaths()enricoturri1966
2021-04-12Small refactoring in GCodeViewer::load_toolpaths()enricoturri1966
2021-04-12Refactoring of GCodeViewer initializationenricoturri1966
2021-04-12Fixed merging error after merge with masterenricoturri1966
2021-04-12Fix after a merge.Vojtech Bubnik
2021-04-12Improved robustness of stl_fix_normal_directions(stl_file *stl)Vojtech Bubnik
2021-04-12Improving 3MF import: checking for invalid data.Vojtech Bubnik
2021-04-12Improved AMF/3MF security when parsing invalid meshes.Vojtech Bubnik
2021-04-12Replace avrdude conf generation from C to CMake codetamasmeszaros
2021-04-12Disable tests and encoding check when cross compilingtamasmeszaros
2021-01-11Replaced __linux macro with __linux__Vojtech Bubnik
2021-01-11Fix of #5720 - SL1 Printer Settings->Notes is not updated when switching tabYuSanka
2021-01-11Fix of a crash when slicing an object producing no layers andVojtech Bubnik
2021-01-11Finally fixing the single instance for AppImageVojtech Bubnik
2021-01-11Fix of previous commitVojtech Bubnik
2021-01-11Fixed "Single instance" locking issue on Linux with AppImage,Vojtech Bubnik
2021-01-11Fixed build regression in commit a5882a1a1c3f561233a22cc7663514b97e5fb3ba on ...Boleslaw Ciesielski
2021-01-08Increase tolerance for objects being outside print bed.tamasmeszaros
2021-01-08Removed obsolete method declaration in GLCanvas3Denricoturri1966
2021-01-07On OSX, we use boost::process::spawn() to launch new instances of PrusaSlicer...vb_osx_ejectVojtech Bubnik
2021-01-07boost::process::spawn() sets SIGINT to SIGIGN, which collides with boost::pro...Vojtech Bubnik
2021-01-07Fix of Ejecting of device has failed on Ubuntu Linux #3975Vojtech Bubnik
2021-01-07Merge remote-tracking branch 'remotes/origin/master' into vb_osx_ejectVojtech Bubnik
2021-01-07Merge remote-tracking branch 'remotes/origin/dk_refresh' into vb_osx_ejectVojtech Bubnik
2021-01-07Fix for incorrect text fitting on gtk comboboxes.tamasmeszaros
2021-01-07request frame with delay when new notification pushedDavid Kocik
2021-01-07success with text ellipsize for comboboxtamasmeszaros
2021-01-07update notification before erasing finished onesDavid Kocik
2021-01-07Fixed compilation on OSXVojtech Bubnik