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-05-30Further fix to is_idle() and rethrow unhandled exception after finalizetamasmeszaros
2022-05-27Fix id_idle() for UIThreadWorkertamasmeszaros
2022-05-27Fix cancellation from UI for UIThreadWorkertamasmeszaros
2022-05-27Add UIThreadWorker for debugging and profiling purposestamasmeszaros
2022-05-12Fix crash when optimizing rotationtamasmeszaros
2022-04-28Fixed conflicts after stable->master mergeLukas Matena
2022-04-27Merge branch 'stable' (no conflicts fixed)Lukas Matena
2022-04-26Prohibit multiple formats with the same extension (zip)tamasmeszaros
2022-04-26Extend sla archive tests with read-backtamasmeszaros
2022-04-26Archive reader types are now registered in one placetamasmeszaros
2022-04-26Wip on svg archive importtamasmeszaros
2022-04-26Get rid of window size parameter from import interfacetamasmeszaros
2022-04-26Separate existing sla archive import codetamasmeszaros
2022-04-13Fix for SPE-1220:et_raycast_pickingYuSanka
2022-04-13Fix of #8175: crash with Import SL1 in some casesLukas Matena
2022-03-21Prevent hard crash in rare circumstancestamasmeszaros
2022-02-17SLAArchive framework refactortamasmeszaros
2022-02-01Sync to 2.4.1-beta1Lukas Matena
2022-02-01Merge branch 'master' into stable - no conflicts fixedLukas Matena
2022-01-11Clarify comments for thread safe queuetamasmeszaros
2022-01-11Add timeout for plater stopping the UI jobs.tamasmeszaros
2022-01-11Add possibility to wait for current job to stop.tamasmeszaros
2022-01-11Replace std::variant with boost::varianttamasmeszaros
2022-01-11Rename start_next() to pushtamasmeszaros
2022-01-11Fix issue with non atomic transition to running statetamasmeszaros
2022-01-11Basic tests for BoostThreadWorkertamasmeszaros
2022-01-11Avoid issue with invisible status indication.tamasmeszaros
2022-01-11Make a PlaterWorker to handle PlaterJobstamasmeszaros
2022-01-11Prevent accidental stopping of BoostThreadWorker before destructiontamasmeszaros
2022-01-11Clarify doc comment for replace_jobtamasmeszaros
2022-01-11Rework UI jobs to make them more understandable and flexible.tamasmeszaros
2021-12-01Localization: Updated CZ, DE, ES, FR, IT and PL dictionaries.YuSanka
2021-11-16New BuildVolume class was created, which detects build volume type (rectangular,Vojtech Bubnik
2021-11-11Fix hanging status indication if a UI job gets started over another..tamasmeszaros
2021-11-05Fix some mesh errors in sl1 archive reconstructiontamasmeszaros
2021-11-05Do not reset sl1 import dialog settings between importstamasmeszaros
2021-10-01Slightly reworded error messages forVojtech Bubnik
2021-09-27Switch to current SLA profile if an imported archive doesn't contain it.tamasmeszaros
2021-09-21Add dedicated subclass NotificationProgressIndicatortamasmeszaros
2021-09-10Removes bottom status bar.David Kocik
2021-08-25Fix UI glitches when "fill bed" fails to add any additional instancestamasmeszaros
2021-08-20Change UI job's process() method to be protected, as it should have beentamasmeszaros
2021-08-18Remove code duplication, clarify naming of orientation searchestamasmeszaros
2021-08-18Add min z height orientation searchtamasmeszaros
2021-08-17Add better defined names for orientation optimizer goalstamasmeszaros
2021-08-16Extend tooltip textstamasmeszaros
2021-08-16Add tooltips for combo items in rotation optimization dialogtamasmeszaros
2021-08-13Fixes after merging 2.3.2/2.3.3 changes from stable to master.Vojtech Bubnik
2021-08-13Ammended the previous commit (SL1 / SL1S in file picker)Vojtech Bubnik
2021-08-13Support for SL1S printer:Vojtech Bubnik