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-06-02Follow-up of a47446574eb3f831907248dc841eb6f7684bbdb3 - Disable tbb::task_sch...lh_localesLukáš Hejl
2022-06-01Sets locales before any thread start participating in the GCode processing pi...Lukáš Hejl
2022-05-04Ported "avoid crossing perimeters" and bridging unit tests from PerlVojtech Bubnik
2022-04-25GCode export: Replaced std::strings in G-code comments with string_views.Vojtech Bubnik
2022-04-25Removed various Point::ccw() and Point::ccw_angle() methods, they wereVojtech Bubnik
2022-04-25finalize integration into GCode.cpp export functions, remove unusedPavelMikus
2022-04-25alignment from best candidatePavelMikus
2022-04-25Raft layers cause SeamPlacer crash - fixPavelMikus
2022-04-25integration of enforcers and blockersPavelMikus
2022-04-25refactoring raycaster, gathering only hitpoints and their normals.PavelMikus
2022-03-30Remove repeated spaces from the wipe tower gcode (#7503)Lukas Matena
2022-03-30Enforce first layer on experimental wipe tower (#7090)Lukas Matena
2022-03-29FFF background slicing for a single object only:Vojtech Bubnik
2022-03-10Merge branch 'stable'Lukas Matena
2022-02-25Follow-up to 8aefe3fc90687aaa96a0f0fce59d073ad334eb75Vojtech Bubnik
2022-02-24Merge branch 'stable'Lukas Matena
2022-02-23Placeholder parser fixesLukas Matena
2022-02-21Fix of gcode_substitutions will cause errors in prusaslicer_config dump at th...Vojtech Bubnik
2022-02-09Follow-up to 199dc121a55c0aa0723e5f58417bb2fad1dfc690Vojtech Bubnik
2022-02-07Quantization of G-code export to achieve more precise extrusionversion_2.5.0-alpha0Vojtech Bubnik
2022-02-07G-code thumbnails in other than PNG format: Fixing Perl unit tests.Vojtech Bubnik
2022-02-02WIP: Implemented support for QOI G-code thumbnail format as requestedVojtech Bubnik
2022-02-01Sync to 2.4.1-beta1Lukas Matena
2022-02-01Merge branch 'master' into stable - no conflicts fixedLukas Matena
2022-01-24Fix of a possible locales mismatch during GCode exportLukas Matena
2022-01-17WIP: G-code find & replace: Support for non-regular expression,Vojtech Bubnik
2022-01-17WIP G-code Find-Replace: Optimize regexps, process complete G-code,Vojtech Bubnik
2022-01-17WIP: G-code find / replace using a new gcode_substitutions PrintConfigVojtech Bubnik
2022-01-12Fixing perl tests.Vojtech Bubnik
2022-01-10Implemented new placeholders for output file name:Vojtech Bubnik
2022-01-10Some more beautificationsLukas Matena
2022-01-10Minor tweaks in machine limits handling:Lukas Matena
2022-01-10Add compatibility for Machine Limits and RRF (PR #7347)n8bot
2021-12-20Fixed crash when exporting G-code with no extrusions generatedVojtech Bubnik
2021-12-12Follow-up to c772d28070dec458d73488c52c2ae8b6d2755fb6theofficialgman-TBB-Fix2Vojtech Bubnik
2021-12-12Support for oneTBB from oneAPI, where Intel reworked and deprecatedVojtech Bubnik
2021-12-02Fix of fan control for raft layers.Vojtech Bubnik
2021-11-30New config value "gcode_resolution" replaces the hard coded RESOLUTIONVojtech Bubnik
2021-11-29Follow-up to aed00034763a2baf5b7774283783160c29e143c5Vojtech Bubnik
2021-11-26Fix of SPE-1109 / #7285 (spiral vase+sequential printing)Lukas Matena
2021-11-22Fixed the empty layer warning (again),Lukas Matena
2021-11-16New BuildVolume class was created, which detects build volume type (rectangular,Vojtech Bubnik
2021-11-12Empty layer warning is now generated once per objectLukas Matena
2021-11-12Localization fixes + new POTYuSanka
2021-10-22Make sure that we have the lower_layer_edge_grid when placing seamsLukas Matena
2021-10-22SeamPlacer: one more heuristic to get rid of long travelsLukas Matena
2021-10-22Seam placement improvementsLukas Matena
2021-10-20Disable acceleration control if default_acceleration is zeroJustin Schuh
2021-09-27Fix of "About" screen still shows 2020 at the copyright notice (#7018)Vojtech Bubnik
2021-09-14Tech ENABLE_FIX_IMPORTING_COLOR_PRINT_VIEW_INTO_GCODEVIEWER set as defaultenricoturri1966