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
2013-12-28Add Module::Build::WithXSpp to prerequisites. #1640Alessandro Ranellucci
2013-12-28Fix random crashes on 32-bit. Thank you ValgrindAlessandro Ranellucci
2013-12-25Backport the GLUquadricObjPtr declaration to prevent errors during Quick Slic...Alessandro Ranellucci
2013-12-24Fixed regression causing incomplete gap fill when all configured perimeters w...Alessandro Ranellucci
2013-12-23Fix regression causing thin walls to come out as zigzag paths. #1573 #1575Alessandro Ranellucci
2013-12-23Fix regression preventing raft from being generated for the entire object foo...Alessandro Ranellucci
2013-12-23Bugfix: fan wasn't turned on for bridges when vibration limit or another inte...Alessandro Ranellucci
2013-12-22Rewrite avoid_crossing_perimeters() to fix a regression and get better perfor...Alessandro Ranellucci
2013-12-18Fixed wrong commit f495136. Thanks pdbogen for the report. #1623Alessandro Ranellucci
2013-12-17Fixed fatal error about missing method thin_walls(). #1607 #1615Alessandro Ranellucci
2013-12-17Handle read_from_file() exceptions in GUI. #1619Alessandro Ranellucci
2013-12-08Fixed regression in object placement in STL export. #1552Alessandro Ranellucci
2013-12-07Fix regression causing complete_objects to skip Z moves after first object is...Alessandro Ranellucci
2013-12-07Don't return the cached bounding box but clone itAlessandro Ranellucci
2013-11-24Split objects could not be repositioned in plater. 3D preview and stats were ...Alessandro Ranellucci
2013-11-24Removed recursion warning in brimAlessandro Ranellucci
2013-11-24Fix regression causing toolchange_gcode to crash Slic3r. Includes regression ...Alessandro Ranellucci
2013-11-24Fix regression causing retraction restarts to ignore extrusion_axis. Includes...Alessandro Ranellucci
2013-11-24Do perimeters one island at time instead of doing all holes before all contoursAlessandro Ranellucci
2013-11-19Find Expat on Windows 32-bit tooAlessandro Ranellucci
2013-11-18Version number was not correctly savedAlessandro Ranellucci
2013-11-18Update version number. Releasing 1.0.0RC1!1.0.0RC1Alessandro Ranellucci
2013-11-18Fix regression in Avoid Crossing Perimeters. #1531Alessandro Ranellucci
2013-11-18Cleaner logic for perimeters, thin walls and gaps. More correct results and f...Alessandro Ranellucci
2013-11-16Put standby_temperature into options cemetery. #1523Alessandro Ranellucci
2013-11-16Update READMEAlessandro Ranellucci
2013-11-15Rename standby_temperature to ooze_prevention. #1523Alessandro Ranellucci
2013-11-15Make sure all extruders are outside skirt at toolchange when standby_temperat...Alessandro Ranellucci
2013-11-15Handle non-thread-safe Math::Geometry::Voronoi. #1527Alessandro Ranellucci
2013-11-14No support when --support-material-interface-layers was set to 1. #1515Alessandro Ranellucci
2013-11-13Added missing encoding in STL repairAlessandro Ranellucci
2013-11-13Free memory after closing the preview and the setting windowsAlessandro Ranellucci
2013-11-12Reduce width of text/spin controls because they're too large on WindowsAlessandro Ranellucci
2013-11-12Bugfix: some binary STL files were not correctly parsed on Windows. #1370 1467Alessandro Ranellucci
2013-11-12Use fread() to read facet numberAlessandro Ranellucci
2013-11-12Use fread() to read binary STL filesAlessandro Ranellucci
2013-11-12Fix a minor visualization glitch on WindowsAlessandro Ranellucci
2013-11-12Share the thumbnail object instead of returning it from threadAlessandro Ranellucci
2013-11-12Add path to expat on Windows to benefit from faster AMF parsingAlessandro Ranellucci
2013-11-12Workaround "Attempt to free unreferenced scalar..." on Linux 32-bitAlessandro Ranellucci
2013-11-12Save the last used Slic3r version and display a notice to encourage legacy us...Alessandro Ranellucci
2013-11-12Automatically copy Simple Mode settings into a 'Simple Mode' preset in Expert...Alessandro Ranellucci
2013-11-12Automatically save presets after running the wizardAlessandro Ranellucci
2013-11-11Ported regular_points() to XS and renamed it to equally_spaced_points()Alessandro Ranellucci
2013-11-11Minor fix about raft and support after previous commitAlessandro Ranellucci
2013-11-11Some work to reduce recursive dependencies between classesAlessandro Ranellucci
2013-11-11Complain loudly if XS cannot be compiledAlessandro Ranellucci
2013-11-11Fix a valgrind warning about mismatched free()Alessandro Ranellucci
2013-11-11Round Perl coordinates instead of truncating them to integers. #1486 #1445 #1464Alessandro
2013-11-11Missing line in Build.PLAlessandro Ranellucci