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-22Check unsaved changes (#6991)Oleksandra Yushchenko
2021-09-22Fixed crash with zero support base spacing.Vojtech Bubnik
2021-09-21Added a missing include (GCC 11.1).Lukáš Hejl
2021-09-21Improvements for statistics information:YuSanka
2021-09-21Mesh statistics for imported STLs: Added backwards_edges to open_edges,Vojtech Bubnik
2021-09-21Fix float accuracy issue when thick_bridges is off (#6957)Justin Schuh
2021-09-21Fixed visualization of G-code lines in G-code viewer (3D view).Vojtech Bubnik
2021-09-21Fixed triangulation of meshes split by the cut tool.Vojtech Bubnik
2021-09-21Added a missing include (GCC 11.1).Lukáš Hejl
2021-09-20Eradicated admesh from TriangleMesh:Vojtech Bubnik
2021-09-20Fix of Print setting changes not applied to all copies if one copy rotated #6971Vojtech Bubnik
2021-09-17Tech ENABLE_RETRACT_ACCELERATION set as defaultenricoturri1966
2021-09-15LocalesUtils: fixed BSD and improved performance of decimal point formatting ...Lukas Matena
2021-09-15Fixed comparison of layer height profiles when printing with wipe tower:Lukas Matena
2021-09-15Fix several warningsLukas Matena
2021-09-14Tech ENABLE_SINKING_CONTOURS set as defaultenricoturri1966
2021-09-14Follow-up of d52ee52098a144a0a68a0721b6d2e7dce8d70a46 - Removed forgotten tec...enricoturri1966
2021-09-14Tech ENABLE_FIX_IMPORTING_COLOR_PRINT_VIEW_INTO_GCODEVIEWER set as defaultenricoturri1966
2021-09-14WIP: admesh eradicationVojtech Bubnik
2021-09-14Tech ENABLE_DELAYED_TRANSPARENT_VOLUMES_RENDERING set as defaultenricoturri1966
2021-09-14Fix of 58d8ab3deaaac1049439728d5a0f46c4b6a592f5Vojtech Bubnik
2021-09-14Removed the PRUS format parser. WIP: admesh eradication:Vojtech Bubnik
2021-09-14Replaced atof and atoi inside 3MF attribute parsing with fast_float::from_cha...Lukáš Hejl
2021-09-14Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_reloa...enricoturri1966
2021-09-13Fix of Can't convert polyline with more than two points to a line (#6933)Vojtech Bubnik
2021-09-13Some reduction of unnecessary conversions when calling ClipperUtils.Vojtech Bubnik
2021-09-13Follow-up to ae7d6db1d961f85b8e2788d707cef03de7e28fdbVojtech Bubnik
2021-09-13Follow-up to e7591e6aa60042c19a0aa20305af0f6e0d8439c0Vojtech Bubnik
2021-09-13GCodeWriter: published GCodeFormatter, made it more generic, soVojtech Bubnik
2021-09-13Parallelization of the G-code export.Vojtech Bubnik
2021-09-11Optimized export of floating-point value inside emit_axis.Lukáš Hejl
2021-09-11Added fast_float library as a replacement for std::from_chars and strtod.Lukáš Hejl
2021-09-10Pimping up SpiralVase code, fix of 03b60486840f32e32dc54103dc3051f94e79b35aVojtech Bubnik
2021-09-10Follow-up to beee18f22991e369b1722a43bbcb692fa0d68af0Vojtech Bubnik
2021-09-09Fixed conflicts after merge with masterenricoturri1966
2021-09-09Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_fix_o...enricoturri1966
2021-09-09ENABLE_GCODE_VIEWER_STATISTICS - Fixed calculation of time required by GCodeP...enricoturri1966
2021-09-08Fixed build on MACenricoturri1966
2021-09-08Follow-up to b5a007a683124ec3b01b61e892ed8eb39c034248Vojtech Bubnik
2021-09-08Fix after merge with masterenricoturri1966
2021-09-08Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_fix_o...enricoturri1966
2021-09-08Tech ENABLE_FIX_PREVIEW_OPTIONS_Z - Enable fixing the z position of seams (an...enricoturri1966
2021-09-08Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_seams...enricoturri1966
2021-09-07Fix of recent GCode / GCodeProcessor refactoring: Don't close a FILEVojtech Bubnik
2021-09-07Trying to fix the windows buildVojtech Bubnik
2021-09-07WIP to G-code export parallelization through pipelining:Vojtech Bubnik
2021-09-07GCodeProcessor collects positions of line ends for GCodeViewer,Vojtech Bubnik
2021-09-07GCodePostProcessor - use C files instead of C++ streams, C files are faster.Vojtech Bubnik
2021-09-07Merge branch 'master' of https://github.com/prusa3d/PrusaSlicerenricoturri1966
2021-09-07GCodeViewer - Fixed crash when importing gcode generated with Simplify3D and ...enricoturri1966