supermerill 62708e5c70 Fix medial_axis bug 2 years ago
..
Fill fa49d3b06e continue some 2df72f entities pointer fix. 3 years ago
Format 211aaa3d32 fix NULL pointer dereference in AMF XML parser 3 years ago
GCode 2bd4d8bcc3 Fix seam sphere 2 years ago
Milling 86bcc1a015 New first layer height compute 3 years ago
Optimize 6a1c75e5ee Fix build with gcc11 3 years ago
SLA ca1a475e2a Update to use OneTBB 3 years ago
AABBTreeIndirect.hpp 997ee971b4 Bugfix: custom seam identification 4 years ago
AppConfig.cpp 68dd8a9efa FreeCAD python script code cleaning, adding the path automatically if found. 2 years ago
AppConfig.hpp 49c301e0c0 Add a GUI Preference option (Default: yes) to show the overwrite dialog for regular file output or not. 3 years ago
Arrange.cpp e1e4f34f0a remove some warnings change some scale/unscale for better types. 3 years ago
Arrange.hpp 4ed4ec0151 Fix sequential printing distance detection 3 years ago
BoundingBox.cpp e1e4f34f0a remove some warnings change some scale/unscale for better types. 3 years ago
BoundingBox.hpp e1e4f34f0a remove some warnings change some scale/unscale for better types. 3 years ago
BridgeDetector.cpp ec2d3e96e7 fix crash (in bridge detector) 3 years ago
BridgeDetector.hpp 65bb95cd81 Fix bridge detector 3 years ago
CMakeLists.txt f87b5fccde Merge remote-tracking branch 'remotes/prusa/stable' into dev 3 years ago
Channel.hpp 2d0dc6b050 Printhost: Cancelation, bugfixes 6 years ago
ClipperUtils.cpp 49e4e20a1b Fix too detailed gapfill 3 years ago
ClipperUtils.hpp a50b4cd544 Merge tag 'version_2.3.0' 3 years ago
Config.cpp 56723cc194 Same as 242316e8 for loading project file (when the config isn't correct, add a substitution) 2 years ago
Config.hpp 242316e89d To avoid a crash when the config isn't correct, add a substitution. 2 years ago
CustomGCode.cpp 1a19b023f0 Merge remote-tracking branch 'remotes/prusa/master' 4 years ago
CustomGCode.hpp 6fdd615b6e Merge remote-tracking branch 'remotes/prusa/master' into dev 4 years ago
EdgeGrid.cpp e1e4f34f0a remove some warnings change some scale/unscale for better types. 3 years ago
EdgeGrid.hpp e1e4f34f0a remove some warnings change some scale/unscale for better types. 3 years ago
ElephantFootCompensation.cpp e1e4f34f0a remove some warnings change some scale/unscale for better types. 3 years ago
ElephantFootCompensation.hpp 96d5c8c35d Add elephant foot compensation to SLA print 5 years ago
ExPolygon.cpp a166f37e4f fix infinite loop 3 years ago
ExPolygon.hpp e1e4f34f0a remove some warnings change some scale/unscale for better types. 3 years ago
ExPolygonCollection.cpp f8ff23638f Fixed regression due to ExPolygonCollection to ExPolygons refactoring. 5 years ago
ExPolygonCollection.hpp f8ff23638f Fixed regression due to ExPolygonCollection to ExPolygons refactoring. 5 years ago
Exception.hpp 306acbdfb4 Improvement of Improve error reporting with buggy custom G-code sections #1516 4 years ago
Extruder.cpp 994997ab90 Don't fake unretract after M600 but reset the retraction data properly. 3 years ago
Extruder.hpp 994997ab90 Don't fake unretract after M600 but reset the retraction data properly. 3 years ago
ExtrusionEntity.cpp 2df72fd324 Fix an "External Perimeter First" that extrude each perimeter in double if only one of the two selected. 3 years ago
ExtrusionEntity.hpp 4f5e801ecf fix some seam_gap issues: 3 years ago
ExtrusionEntityCollection.cpp 2df72fd324 Fix an "External Perimeter First" that extrude each perimeter in double if only one of the two selected. 3 years ago
ExtrusionEntityCollection.hpp 2df72fd324 Fix an "External Perimeter First" that extrude each perimeter in double if only one of the two selected. 3 years ago
ExtrusionSimulator.cpp cb916c4dda Fixed warnings in libslic3r 5 years ago
ExtrusionSimulator.hpp 0558b53493 WIP: Moved sources int src/, separated most of the source code from Perl. 6 years ago
FileParserError.hpp 067cde85f1 WIP Refactoring of exceptions: 4 years ago
Flow.cpp 0d25f9b266 bridge_overlap fix & redesign 3 years ago
Flow.hpp 0d25f9b266 bridge_overlap fix & redesign 3 years ago
GCode.cpp b0dc398367 correctly send error when nothing to print instead of crash 2 years ago
GCode.hpp d423e303e3 Don't merge an extrusion with the next if different nor contiguous 3 years ago
GCodeReader.cpp f1d10f3c90 ENABLE_GCODE_VIEWER set as default in libslic3r 4 years ago
GCodeReader.hpp da8cb11408 G2 & G3 gcode-viewer support 3 years ago
GCodeSender.cpp 7d751753bc Replaced __linux macro with __linux__ 4 years ago
GCodeSender.hpp 0558b53493 WIP: Moved sources int src/, separated most of the source code from Perl. 6 years ago
GCodeWriter.cpp 0c92076a14 Fix to_string_nozero formatter when rounded without any '.'. 3 years ago
GCodeWriter.hpp 0bf2bed2bc avoid unneeded unretract followed by a retract in mid-air for sparse wipe tower. 3 years ago
Geometry.cpp 2c8e531731 #949 Project is the current .3mf (or lack of) 3 years ago
Geometry.hpp 2c8e531731 #949 Project is the current .3mf (or lack of) 3 years ago
I18N.hpp 0558b53493 WIP: Moved sources int src/, separated most of the source code from Perl. 6 years ago
Int128.hpp d4fe7b5a96 Adding rotating calipers algorithm for minimum are bounding box rotation. 5 years ago
KDTreeIndirect.hpp dd59945098 Fix of a typo in KDTreeIndirect. 5 years ago
Layer.cpp 51d5b71509 Add 'only one perimeter on first layer' as doing it manually via modifier wreck solid bottom layer count 3 years ago
Layer.hpp 56b2f2b483 Fix dense_infill when infill/perimeter encroachment is 0 3 years ago
LayerRegion.cpp a535725e5d Fix some cases where "no perimeter on bridge" won't activate 3 years ago
Line.cpp 905deba7a7 Enhanced avoid_crossing_perimeter: now try to follow the second perimeter where possible 3 years ago
Line.hpp 49e4e20a1b Fix too detailed gapfill 3 years ago
Log.cpp dc4692e098 Avoid name collisions for log_t types 3 years ago
Log.hpp dc4692e098 Avoid name collisions for log_t types 3 years ago
MTUtils.hpp add3894e8c Add reserve_vector to libslic3r.h to be globally usable. 4 years ago
MarchingSquares.hpp 217477a9ff SLA archive import with miniz, marching square bugfixes 4 years ago
MedialAxis.cpp 62708e5c70 Fix medial_axis bug 2 years ago
MedialAxis.hpp 54b659343e Better handling of small gapfill/thinwall by merging them with a longer one at an intersection. 2 years ago
MeshBoolean.cpp 65a40ed58f Merge remote-tracking branch 'remotes/prusa/master' into dev 4 years ago
MeshBoolean.hpp eb4b24e136 Hollowing: randomize hole mesh translations before unification. 5 years ago
MinAreaBoundingBox.cpp 7d25d8c677 Can build with (original llvm) clang-cl on windows 5 years ago
MinAreaBoundingBox.hpp d4fe7b5a96 Adding rotating calipers algorithm for minimum are bounding box rotation. 5 years ago
Model.cpp 3b2b5a43d5 auto-center now ignore unprintable objects 3 years ago
Model.hpp de554d577b Fix wrong boundingbox (don't rotate the boudingbox, rotate the object!) 3 years ago
ModelArrange.cpp 62bdc192d8 Fix of [2.3.0-alpha4] Crash - several models cause crash when slicing #5208 4 years ago
ModelArrange.hpp 29d393ec9c update to arrange: a little bit more sane (but need more work) 4 years ago
MultiPoint.cpp e8ccb9e104 Better min_length 3 years ago
MultiPoint.hpp 1d405304b9 Fix firmware min_length 3 years ago
MutablePriorityQueue.hpp 2b17e81f13 If of the previous commit: Set the MutablePriorityQueue indices 5 years ago
ObjectID.cpp 94aac4cf97 What MSVC could process I always wonder. 4 years ago
ObjectID.hpp a8fda7d2f1 Fixed some more issues in copy / paste of objects and volumes 4 years ago
OpenVDBUtils.cpp 6fdd615b6e Merge remote-tracking branch 'remotes/prusa/master' into dev 4 years ago
OpenVDBUtils.hpp 6fdd615b6e Merge remote-tracking branch 'remotes/prusa/master' into dev 4 years ago
PNGReadWrite.cpp 2314a9e8c7 Fixing compilation issues on conforming compilers 4 years ago
PNGReadWrite.hpp aa6ddfec85 Added functions to export raw image data to PNG for debugging purposes. 4 years ago
PerimeterGenerator.cpp 54b659343e Better handling of small gapfill/thinwall by merging them with a longer one at an intersection. 2 years ago
PerimeterGenerator.hpp 650c13e900 Fix looping_perimeter bug 3 years ago
PlaceholderParser.cpp 858b605bd3 Allow custom variable names to contain numbers 2 years ago
PlaceholderParser.hpp f8180803da Fix custom var exists() function 3 years ago
Platform.cpp db324b2295 Ported ChromeOS support from master aka PrusaSlicer 2.4.0-alpha: 3 years ago
Platform.hpp db324b2295 Ported ChromeOS support from master aka PrusaSlicer 2.4.0-alpha: 3 years ago
Point.cpp 1a19b023f0 Merge remote-tracking branch 'remotes/prusa/master' 4 years ago
Point.hpp 91d3862ead Fix 'merge thin walls with perimeter' (unneeded travels) 3 years ago
Polygon.cpp 1a19b023f0 Merge remote-tracking branch 'remotes/prusa/master' 4 years ago
Polygon.hpp 8d5688a751 Merge remote-tracking branch 'remotes/prusa/master' : Opengl crash 4 years ago
PolygonTrimmer.cpp a72ac57fab adaptive elpehant foot compensation, fixing 5 years ago
PolygonTrimmer.hpp e928c0ac0b Added a missing include 5 years ago
Polyline.cpp 91d3862ead Fix 'merge thin walls with perimeter' (unneeded travels) 3 years ago
Polyline.hpp e1e4f34f0a remove some warnings change some scale/unscale for better types. 3 years ago
Preset.cpp fd3f95bb59 fix no "changed" flag in Printer Settings /Extruder 2 years ago
Preset.hpp be60a92063 don't reset gcode-preview when using the wizard 2 years ago
PresetBundle.cpp d981097cc3 Add a menu option to import prusa config. 3 years ago
PresetBundle.hpp d981097cc3 Add a menu option to import prusa config. 3 years ago
Print.cpp d5ea4b37d5 revert 4fbbfc 2 years ago
Print.hpp dd2e5aa449 Allow to access physical printer variables in custom gcode 2 years ago
PrintBase.cpp 54b7424bd4 use initial_extruder instead of 0 for filename script. 2 years ago
PrintBase.hpp b6e1f2b922 Fix refresh gcode preview if already on it when gcode is computed. 2 years ago
PrintConfig.cpp 6c03bb0071 Fix "first_layer_acceleration can't be computed" when saving a project with a % first_layer_acceleration 2 years ago
PrintConfig.hpp 9198f9e26e Fix 'avoid crossing perimeters' when wipe enabled. 3 years ago
PrintObject.cpp 35d334eb1c fix _shrink_contour_holes (xy_inner_size_compensation) when a hole collapse into hole & contours 3 years ago
PrintRegion.cpp f8180803da Fix custom var exists() function 3 years ago
SLAPrint.cpp b6e1f2b922 Fix refresh gcode preview if already on it when gcode is computed. 2 years ago
SLAPrint.hpp b6e1f2b922 Fix refresh gcode preview if already on it when gcode is computed. 2 years ago
SLAPrintSteps.cpp b6e1f2b922 Fix refresh gcode preview if already on it when gcode is computed. 2 years ago
SLAPrintSteps.hpp 247fca6d55 Initial version of sl1 import with sla::Raster refactor. 4 years ago
SVG.cpp 1a19b023f0 Merge remote-tracking branch 'remotes/prusa/master' 4 years ago
SVG.hpp 1a19b023f0 Merge remote-tracking branch 'remotes/prusa/master' 4 years ago
Semver.cpp 745182988d Refactor: Move Semver from slice3r to libslic3r 5 years ago
Semver.hpp 3a3627a2d9 convert version from string to real number for comparison 3 years ago
ShortestPath.cpp 2df72fd324 Fix an "External Perimeter First" that extrude each perimeter in double if only one of the two selected. 3 years ago
ShortestPath.hpp 6cdb19971f Fixed crash in Adaptive Cubic infill if just a single line was extracted. 4 years ago
SimplifyMesh.cpp f8a5796ca5 add mesh simplification. 5 years ago
SimplifyMesh.hpp f8a5796ca5 add mesh simplification. 5 years ago
SimplifyMeshImpl.hpp 7156ed9987 Remove redundant code 5 years ago
SlicesToTriangleMesh.cpp 217477a9ff SLA archive import with miniz, marching square bugfixes 4 years ago
SlicesToTriangleMesh.hpp 247fca6d55 Initial version of sl1 import with sla::Raster refactor. 4 years ago
Slicing.cpp 41c0fb19d7 max_layer_height & min_layer_height now can be percent. 3 years ago
Slicing.hpp 41c0fb19d7 max_layer_height & min_layer_height now can be percent. 3 years ago
SlicingAdaptive.cpp eb8a08dade Get most of software name from the define. 3 years ago
SlicingAdaptive.hpp 65772958b7 Improved adaptive layer height metrics: Using the area of a triangle 5 years ago
SupportMaterial.cpp ca1a475e2a Update to use OneTBB 3 years ago
SupportMaterial.hpp 29d2d80202 reforged support z distance: 6 years ago
Surface.cpp 2f042e030c Merge remote-tracking branch 'remotes/prusa/master' 5 years ago
Surface.hpp 878ea577c7 Fix phantom solid surfaces. 3 years ago
SurfaceCollection.cpp 81dc1e19d3 bugfix #93 5 years ago
SurfaceCollection.hpp 74e01b5759 Don't consider top surface as safe for 'only_retract_when_crossing_perimeters' 3 years ago
Technologies.hpp 81f78cc993 Merge remote-tracking branch 'remotes/prusa/version_2.3.1' into merill-merge 3 years ago
Tesselate.cpp d0553ece0e Extended tesselation wrapper for other 3d and 2d point types. 6 years ago
Tesselate.hpp e675a5d5c6 Reworked pad creation algorithm with new parameters: 5 years ago
Thread.cpp ca1a475e2a Update to use OneTBB 3 years ago
Thread.hpp ce020781d3 Refactored loading of Get/SetThreadDescription() on Windows: 4 years ago
Time.cpp fbc174ad06 Fix cmake with msvc generator. 5 years ago
Time.hpp f0d75eea0d Fix incorrect time format spec in iso_utc_timestamp. 5 years ago
TriangleMesh.cpp ca3d8239c4 Merge remote-tracking branch 'remotes/prusa/master' 4 years ago
TriangleMesh.hpp ca3d8239c4 Merge remote-tracking branch 'remotes/prusa/master' 4 years ago
TriangleSelector.cpp e733565031 Fix of #5632 (painter gizmos not working correctly with scaled objects) 4 years ago
TriangleSelector.hpp e733565031 Fix of #5632 (painter gizmos not working correctly with scaled objects) 4 years ago
TriangulateWall.cpp 6fdd615b6e Merge remote-tracking branch 'remotes/prusa/master' into dev 4 years ago
TriangulateWall.hpp 6fdd615b6e Merge remote-tracking branch 'remotes/prusa/master' into dev 4 years ago
Utils.hpp f87b5fccde Merge remote-tracking branch 'remotes/prusa/stable' into dev 3 years ago
VoronoiOffset.cpp 6fdd615b6e Merge remote-tracking branch 'remotes/prusa/master' into dev 4 years ago
VoronoiOffset.hpp 1ebdb2c040 fix arch linux build 4 years ago
VoronoiVisualUtils.hpp b101a8e266 Fixes of the offset curves from Voronoi diagram. 4 years ago
Zipper.cpp 3ca3a544a8 New Export Finished notification showing path and opening containing folder. Fix of #4917. Fixed wrongly grayed eject button in File menu. Hopefully fix of ctrl shortcut of tooltips at sidebar. 4 years ago
Zipper.hpp 217477a9ff SLA archive import with miniz, marching square bugfixes 4 years ago
clonable_ptr.hpp a61e833536 Implemented the "Support for support enforcers only" quick selection. 5 years ago
enum_bitmask.hpp 84b28a25e8 Support for forward compatibility of configurations, user and system 3 years ago
format.hpp b843a094f6 Slic3r::format(), Slic3r::GUI::format_wxstr(): 4 years ago
libslic3r.h a358fe2704 Fix medial axis creating points on top of each other. 3 years ago
libslic3r_version.h.in 8504793a7e fix more app name errors 3 years ago
miniz_extension.cpp 217477a9ff SLA archive import with miniz, marching square bugfixes 4 years ago
miniz_extension.hpp 217477a9ff SLA archive import with miniz, marching square bugfixes 4 years ago
pchheader.cpp 5377304b0c Precompiled headers on Visual Studio & GCC, with the highest hopes 6 years ago
pchheader.hpp ca1a475e2a Update to use OneTBB 3 years ago
utils.cpp 654f82e84a Fix gcode-viewer 2 years ago