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
2020-09-08Fixed crash when loading gcode files saved with older version of PrusaSlicer ...enricoturri1966
2020-09-07Follow-up of 573194e059836916b6f216dc068c27a89ea7b843 -> Fixed crash when ope...enricoturri1966
2020-09-07GCodeProcessor -> Use decorations to detect toolpaths height for gcode files ...enricoturri1966
2020-09-03GCodeProcessor -> Added cancel callbackenricoturri1966
2020-09-01Added two missing includes to fix build on gccLukas Matena
2020-08-21GCodeViewer -> Show printbed model and texture for system printers detected w...enricoturri1966
2020-08-18GCodeProcessor -> Calculate per layer time estimateenricoturri1966
2020-08-18Fixed build when ENABLE_GCODE_VIEWER is disabledenricoturri1966
2020-08-17Code cleanupenricoturri1966
2020-08-17GCodeProcessor -> Do not export width tags to gcodeenricoturri1966
2020-08-17GCodeViewer -> Use rounded values for toolpaths height, width and volumetric ...enricoturri1966
2020-08-17GCodeProcessor -> Extract toolpaths width from gcode movesenricoturri1966
2020-08-17GCodeProcessor -> Added debug code to check toolpaths data extracted from gco...enricoturri1966
2020-08-13GCodeProcessor -> Extract toolpaths height from gcode movesenricoturri1966
2020-08-11ENABLE_GCODE_VIEWER -> Drag and drop .gcode files into gcode viewerenricoturri1966
2020-08-11GCodeProcessor -> Fixed time estimate for stealth modeenricoturri1966
2020-08-10GCodeProcessor -> Export remaining time (lines M73) to gcodeenricoturri1966
2020-08-07GCodeProcessor -> Fixed export of estimated time to gcode filenameenricoturri1966
2020-08-03Tech ENABLE_GCODE_VIEWER_AS_STATE set as defaultenricoturri1966
2020-08-03ENABLE_GCODE_VIEWER -> Estimated print time statistics moved from PrintStatis...enricoturri1966
2020-08-03GCodeProcessor -> Extended import of config data from gcode saved by PrusaSlicerenricoturri1966
2020-07-30ENABLE_GCODE_VIEWER -> Export to gcode layer z and layer height at each layer...enricoturri1966
2020-07-29Follow-up of 9d4344a78ce56ecf722e946f2c1796a9e1df96e8 -> ensure printbed alwa...enricoturri1966
2020-07-29GCodeProcessor/GCodeViewer -> Extract bed shape from gcode files generated by...enricoturri1966
2020-07-29GCodeProcessor -> Load config data from gcode files generated by PrusaSlicerenricoturri1966
2020-07-29GCodeProcessor -> Calculate mm3 per mm on the flyenricoturri1966
2020-07-28GCodeProcessor -> Human readable extrusion roles in gcodeenricoturri1966
2020-07-27GCodeProcessor -> Added parsing of 3d part generated gcodesenricoturri1966
2020-07-22Code cleanup and small refactoringenricoturri1966
2020-07-17GCodeViewer -> Added estimated printing times for extrusion rolesenricoturri1966
2020-07-17GCodeViewer -> Added estimated printing times for move typesenricoturri1966
2020-07-16ENABLE_GCODE_VIEWER -> Integration of time estimator into GCodeProcessorenricoturri1966
2020-06-29GCodeViewer -> Pass vertex normal to shaders for toolpathsenricoturri1966
2020-06-12Fixed conflicts after merge with masterenricoturri1966
2020-06-12GCodeProcessor -> Added processing of gcode lines G0enricoturri1966
2020-06-08Added uncommitted changesYuSanka
2020-06-08ENABLE_GCODE_VIEWER_AS_STATE -> Load gcode from file and process itenricoturri1966
2020-06-05Added new tech ENABLE_GCODE_VIEWER_AS_STATE -> GCodeViewer as a new applicati...enricoturri1966
2020-06-04Fixed conflicts after merge with masterenricoturri1966
2020-06-03Fix of #3919 (extremely wide wipe tower with 0.35mm FAST profile)Lukas Matena
2020-06-03Revert "Workaround for the Prusa3D Fast (layer height 0.35mm) profile, which"Lukas Matena
2020-05-27Fixed conflicts after merge with masterenricoturri1966
2020-05-26Few more include chains brokenLukas Matena
2020-05-21Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode...enricoturri1966
2020-05-21Fix of #3965 (properly disable linear advance with RepRap firmware)Lukas Matena
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-07Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode...enricoturri1966
2020-05-07GCodeAnalyzer and GCodePreviewData removed from tech ENABLE_GCODE_VIEWERenricoturri1966
2020-05-06Changed the Ironing G-code preview color based on Jindra's feedback.bubnikv