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-07Optimization of GCodeProcessor for speed.Vojtech Bubnik
2021-09-07Replace OpenProcess with GetCurrentProcess where appropriate (#6914)Justin Schuh
2021-09-07Revert of 7b4c98d72704a86acc99eb57837fd3bcb941f981, clamp toolpaths widths in...enricoturri1966
2021-09-07Fixed build on Linux and macOS that was failing because of using std::to_char...Lukáš Hejl
2021-09-06Pimped up GCodeProcessor::TimeProcessor::post_process():Vojtech Bubnik
2021-09-06#6828 - Clamping of toolpaths width performed only for gcodes files produced ...enricoturri1966
2021-09-03G-code processor tiny change: In place initializationVojtech Bubnik
2021-09-03G-code writer optimization: Don't use std::strstream, it is slow!Vojtech Bubnik
2021-09-03Optimization of GCodeReader:Vojtech Bubnik
2021-09-03Commenting out untested and unused Polyline::simplify_by_visibility()Vojtech Bubnik
2021-09-03Rendering seams (and other options) in preview using batched models on system...enricoturri1966
2021-09-03Added logging when bed texture/model is not foundLukas Matena
2021-09-03Fix of "Support on build plate only" no longer overridden by support painting...Vojtech Bubnik
2021-09-03Added SS2OSD.dll to blacklist. Raises warning dialog for issue #6864David Kocik
2021-09-02Fix of "Support on build plate only" no longer overridden by support painting...Vojtech Bubnik
2021-09-02Fix painted seam on vertical surfaces (broken since 8dfc042)Lukas Matena
2021-09-02fixFilip Sykala
2021-09-02Fix @(Lukas Matena) note about using NDEBUGFilip Sykala
2021-09-01Fix Crash when delete model during simplificationFilip Sykala
2021-09-01FIX Creation of non volume place in mode during simplificationFilip Sykala
2021-09-01Follow-up to #6817Vojtech Bubnik
2021-09-01Check unsaved changes before opening of the ConfigWizardYuSanka
2021-09-01Fixed conflicts after merge with masterenricoturri1966
2021-08-31Implemented configurable speed and acceleration settings for the firstVojtech Bubnik
2021-08-31Added versioning of the structure of stored data for all three painting gizmo...Lukáš Hejl
2021-08-31Fixed a bug that the skirt was generated too far from the brim for some objects.Lukáš Hejl
2021-08-31Allow to replace files found as missing during reload from disk commandenricoturri1966
2021-08-31Brim separation from object, follow up to 82373334bcdaaaf10ed860fd2887b635f81...Vojtech Bubnik
2021-08-31Fixed undo/redo issue when clear method of FacetsAnnotation and ModelConfigLukas Matena
2021-08-30Fixed parsing of Config from AMF / 3MF if it started with an empty line.Vojtech Bubnik
2021-08-30Fixed conflicts after merge with masterenricoturri1966
2021-08-30Fixed volume name when loading a 3mf, saved with 3rd part software, as projectenricoturri1966
2021-08-30Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_3mf_m...enricoturri1966
2021-08-30Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_seams...enricoturri1966
2021-08-27Fix of paint on supports don't work for object that has been scaled up #6718Vojtech Bubnik
2021-08-27Faster and hopefully more reliable projection of paint-on supportVojtech Bubnik
2021-08-27Fixed leakage of paint-on supports through thin objects. This is a bugVojtech Bubnik
2021-08-27Added missing include (gcc 8.4)Lukas Matena
2021-08-27Slightly reworded the 'Empty layers detected' warning,Lukas Matena
2021-08-27Tech ENABLE_SEAMS_USING_INSTANCED_MODELS merged into tech ENABLE_SEAMS_USING_...enricoturri1966
2021-08-27debugging function debug_output_path() moved to utils.cpp/hppVojtech Bubnik
2021-08-26Fixed conflicts after merge with masterenricoturri1966
2021-08-26Fixed conflicts after merge with masterenricoturri1966
2021-08-26ENABLE_SEAMS_USING_INSTANCED_MODELS -> WIP: Render models using glDrawElement...enricoturri1966
2021-08-26Tech ENABLE_SAVE_COMMANDS_ALWAYS_ENABLED -> 1st installment: Allow to save/lo...enricoturri1966
2021-08-26Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_retra...enricoturri1966
2021-08-26Fixed sinking object popping up on bed when adding a modifierenricoturri1966
2021-08-25Merge branch 'master' into fs_QuadricEdgeCollapseFilip Sykala
2021-08-25Fixed manipulation of sinking multipart objects resulting in wrong object/par...enricoturri1966
2021-08-25Merge branch 'master' into fs_QuadricEdgeCollapseFilip Sykala