Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-10Fix some warnings.supermerill
2022-03-07fix bed grid drawn on top of objectssupermerill
2022-03-07Allow to switch between multiple settings layout via preference menusupermerill
2022-03-01update profiles & add "bed_with_grid" for printer_modelsupermerill
2022-02-12Add scripted widget.supermerill
2022-01-12Merge remote-tracking branch 'remotes/prusa/master' 2.4 into dev 2.3.58remi durand
2021-12-15missing includes for gentoo compilationsupermerill
2021-11-24Fix of missing update after changing the value of Max print height into Print...enricoturri1966
2021-11-22#7326 - Fixed crash when starting GCodeViewerenricoturri1966
2021-11-16New BuildVolume class was created, which detects build volume type (rectangular,Vojtech Bubnik
2021-10-27New code for minimum enclosing circle by randomized Welzl algorithm.Vojtech Bubnik
2021-10-22Bed3D::is_circle() - Use Geometry::circle_center_taubin_newton() to detect ca...enricoturri1966
2021-10-06Tech ENABLE_OUT_OF_BED_DETECTION_IMPROVEMENTS - Reworked detection of collisi...enricoturri1966
2021-09-21Tech ENABLE_OUT_OF_BED_DETECTION_IMPROVEMENTS - Out of bed detection for circ...enricoturri1966
2021-09-06G2 & G3 gcode-viewer supportsupermerill
2021-09-03Added logging when bed texture/model is not foundLukas Matena
2021-09-02Fix of #6873: Bed texture located in a directory that user has no permission ...Lukas Matena
2021-08-04Fixed calls set_uniform(emission_factor, xx) to use floatsenricoturri1966
2021-08-02Added a few missing glsafe()enricoturri1966
2021-07-21Revert of b140709fa8aa313278455995de30f88e9a442120 and new implementation of ...enricoturri1966
2021-07-20Tech ENABLE_SEQUENTIAL_LIMITS set as defaultenricoturri1966
2021-06-03color settings for gridremi durand
2021-06-01better default gridremi durand
2021-05-31Fixed conflicts after merge with master + fixed rendering of hovered gizmo gr...enricoturri1966
2021-05-28Added missing uniform calls for emission_factorenricoturri1966
2021-05-12Tech ENABLE_SEQUENTIAL_LIMITS -> Improved rendering of clearance regionsenricoturri1966
2021-05-11Tech ENABLE_SEQUENTIAL_LIMITS -> 1st installment of visualization of objects ...enricoturri1966
2021-04-30Clipper optimization:Vojtech Bubnik
2021-04-20Removed mutable members from class Bed3Denricoturri1966
2021-02-15Fix of 3DBed Regression #6029Vojtech Bubnik
2021-02-09Removal of not numerically robust libraries "poly2tree" and "polypartition".Vojtech Bubnik
2020-11-19Merge remote-tracking branch 'aegean-odyssey/ao_profile_resources_patch' into...David Kocik
2020-11-16ENABLE_GCODE_VIEWER set as default in 3DBed.hpp/.cppenricoturri1966
2020-08-21GCodeViewer -> Show printbed model and texture for system printers detected w...enricoturri1966
2020-08-19GCodeViewer -> Modified shape of printbed for the unknown size caseenricoturri1966
2020-08-10Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode...enricoturri1966
2020-08-07GCodeProcessor -> Fixed export of estimated time to gcode filenameenricoturri1966
2020-08-03Fixed conflicts after merge with masterenricoturri1966
2020-07-29Follow-up of 9d4344a78ce56ecf722e946f2c1796a9e1df96e8 -> ensure printbed alwa...enricoturri1966
2020-07-08Fixed build when ENABLE_GCODE_VIEWER is disabledenricoturri1966
2020-06-19ENABLE_GCODE_VIEWER_AS_STATE -> Removed tabs from gcode viewer stateenricoturri1966
2020-06-16Preset and PresetBundle are moved to the _libslic3r_ folderYuSanka
2020-05-27ENABLE_GCODE_VIEWER -> Completed implementation of new GLModel classenricoturri1966
2020-05-22ENABLE_SHADERS_MANAGER set as defaultenricoturri1966
2020-05-21ENABLE_SHADERS_MANAGER -> Unified client code of new GLShadersManager and GLS...enricoturri1966
2020-05-20Fixed build for all 4 cases of tech ENABLE_SHADERS_MANAGER and ENABLE_GCODE_V...enricoturri1966
2020-05-20First installment of tech ENABLE_SHADERS_MANAGER, using class GLShadersManage...enricoturri1966
2020-05-12Tech ENABLE_GCODE_VIEWER -> Bed axes rendered using the new OpenGL model classenricoturri1966
2020-05-06GLCanvas3DManager replaced by OpenGLManagerenricoturri1966
2020-04-25Also search vendor directory for printer profile resources.Aegean Odyssey