PrusaSlicer-NonPlainar/xs/src/libslic3r
bubnikv 19977edae2 Removed the "Broken croak" support, which was useful on broken
64bit Strawberry perl only. We don't use Strawberry perl anymore,
so this has been removed for clarity.

Added a PerlCallback wrapper to call a Perl subroutine from a C++ code.
2018-05-03 21:45:43 +02:00
..
Fill Merge remote-tracking branch 'remotes/origin/wipe_tower_improvements' 2018-04-13 16:43:35 +02:00
Format Added versioning to 3mf file 2018-04-30 15:27:01 +02:00
GCode Removed the "Broken croak" support, which was useful on broken 2018-05-03 21:45:43 +02:00
BoundingBox.cpp GCode Preview - Code cleanup 2018-01-17 10:39:05 +01:00
BoundingBox.hpp Extended Print::validate() to check, whether the objects 2018-03-14 16:11:57 +01:00
BridgeDetector.cpp New feature: Bridging angle override through a bridge_angle config 2017-07-31 16:23:52 +02:00
BridgeDetector.hpp New feature: Bridging angle override through a bridge_angle config 2017-07-31 16:23:52 +02:00
ClipperUtils.cpp Ported PrintObject::prepare_infill & combine_infill from Perl to C++. 2017-08-02 14:24:32 +02:00
ClipperUtils.hpp Ported PrintObject::prepare_infill & combine_infill from Perl to C++. 2017-08-02 14:24:32 +02:00
Config.cpp Added some performance changes 2018-04-18 13:32:21 +02:00
Config.hpp Merge branch 'profile_changes_reset' into updating 2018-04-24 18:15:23 +02:00
EdgeGrid.cpp Initial implementation of a CMake build system for the Slic3r XS module. 2017-08-16 19:05:08 +02:00
EdgeGrid.hpp Use Vertex Buffer Objects for rendering of 3D volumes if possible. 2017-03-16 14:02:28 +01:00
ExPolygon.cpp Adapted BoundingBox get_extents(const ExPolygons &expolygons) 2017-04-05 09:52:06 +02:00
ExPolygon.hpp Implemented volumetric flow rate hints, 2017-11-09 15:10:20 +01:00
ExPolygonCollection.cpp
ExPolygonCollection.hpp
Extruder.cpp Include the wipe tower print time into the cooling time. 2017-06-22 15:18:37 +02:00
Extruder.hpp Include the wipe tower print time into the cooling time. 2017-06-22 15:18:37 +02:00
ExtrusionEntity.cpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
ExtrusionEntity.hpp GCode Preview - Added Custom extrusion role + extended layers range for GCode preview 2018-02-22 08:59:47 +01:00
ExtrusionEntityCollection.cpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
ExtrusionEntityCollection.hpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
ExtrusionSimulator.cpp Moved some math macros (sqr, lerp, clamp) to libslic3r.h 2017-07-27 10:39:43 +02:00
ExtrusionSimulator.hpp
FileParserError.hpp Ported the AboutDialog to C++, thanks @alexrj for the work. 2018-04-09 17:03:37 +02:00
Flow.cpp Implemented volumetric flow rate hints, 2017-11-09 15:10:20 +01:00
Flow.hpp Initial definition of PresetHints C++ class and Perl binding, ported the cooling logic hints to C++. 2017-11-09 10:48:06 +01:00
GCode.cpp Fixed crash while exporting to .amf and .gcode files (#753) - (improves previous fix: d4f1ed0036) 2018-03-05 10:53:18 +01:00
GCode.hpp Merge remote-tracking branch 'remotes/origin/3mf_io' 2018-02-15 17:02:47 +01:00
GCodeReader.cpp Fix of the Spiral Vase after the GCodeReader rework. 2018-01-03 21:55:32 +01:00
GCodeReader.hpp Fix of the Spiral Vase after the GCodeReader rework. 2018-01-03 21:55:32 +01:00
GCodeSender.cpp Synchronized the GCodeSender with the upstream Slic3r, thanks @alexrj. 2018-02-12 20:44:06 +01:00
GCodeSender.hpp CMake build process - fixes of the previous check-ins to build 2017-08-18 21:09:53 +02:00
GCodeTimeEstimator.cpp Time Estimator and GCode Analyzer - Fixed handling of commands G90, G91, M82 and M83 - Fixes #812 2018-03-29 14:46:11 +02:00
GCodeTimeEstimator.hpp Time Estimator and GCode Analyzer - Fixed handling of commands G90, G91, M82 and M83 - Fixes #812 2018-03-29 14:46:11 +02:00
GCodeWriter.cpp Separated the Marlin G-code flavor from the RepRap G-code flavor 2018-01-06 18:49:28 +01:00
GCodeWriter.hpp Refactored the cooling buffer: Removed ElapsedTime. 2017-06-30 20:01:32 +02:00
Geometry.cpp Fixed tool ordering for sequential prints. 2017-05-17 19:25:36 +02:00
Geometry.hpp Many warnings fixed (#510) 2017-09-11 09:49:59 +02:00
Int128.hpp Merges https://github.com/prusa3d/Slic3r/pull/509 2017-09-11 09:58:41 +02:00
Layer.cpp Fixed a regression bug, which was made during the porting of 2017-09-14 13:15:32 +02:00
Layer.hpp Fix of 2017-12-11 17:19:55 +01:00
LayerRegion.cpp Optimization of the configuration layer: 2017-10-17 16:01:18 +02:00
libslic3r.h Updating: Detect legacy datadir, remove conflicting presets 2018-04-16 16:55:24 +02:00
Line.cpp GCode Preview - Code cleanup 2018-01-17 10:39:05 +01:00
Line.hpp GCode Preview - Code cleanup 2018-01-17 10:39:05 +01:00
Model.cpp Fixed crash when pressing 'A' with empty print bed 2018-05-02 14:55:17 +02:00
Model.hpp Auto assignement of extruder, after object's splitting to parts 2018-04-10 12:17:55 +02:00
MotionPlanner.cpp Fixed the "avoid crossing perimeters" bug introduced in Slic3r 1.34.1.24 2017-06-02 13:33:19 +02:00
MotionPlanner.hpp Fixed the "avoid crossing perimeters" bug introduced in Slic3r 1.34.1.24 2017-06-02 13:33:19 +02:00
MultiPoint.cpp GCode Preview - Code cleanup 2018-01-17 10:39:05 +01:00
MultiPoint.hpp GCode Preview - Code cleanup 2018-01-17 10:39:05 +01:00
MutablePriorityQueue.hpp Performance improvements of the MotionPlanner 2017-05-05 09:59:56 +02:00
PerimeterGenerator.cpp Fix of Negative Feedrates: G1 F-3.84007e+006 stops smoothie 2018-02-02 19:48:16 +01:00
PerimeterGenerator.hpp PerimeterGenerator - a bit of refactoring for readability. 2017-07-19 15:42:49 +02:00
PlaceholderParser.cpp Error messages in parsing variables (#722) 2018-02-16 17:27:50 +01:00
PlaceholderParser.hpp Implemented <,>,<=,>=,or,and,||,&& operators. 2017-12-19 16:48:14 +01:00
Point.cpp Moved some math macros (sqr, lerp, clamp) to libslic3r.h 2017-07-27 10:39:43 +02:00
Point.hpp Merge branch 'master' into gcode_preview 2018-02-13 14:55:54 +01:00
Polygon.cpp Limit the object movement to the vincinity of the print bed. 2017-06-08 11:02:29 +02:00
Polygon.hpp Merge with bibnikv. 2018-01-25 13:46:04 +01:00
Polyline.cpp GCode Preview - Code cleanup 2018-01-17 10:39:05 +01:00
Polyline.hpp Merged the C++ port of the GUI Tabs / OptionGroup / Option classes 2018-02-15 18:13:37 +01:00
PolylineCollection.cpp Moved some math macros (sqr, lerp, clamp) to libslic3r.h 2017-07-27 10:39:43 +02:00
PolylineCollection.hpp Moved some math macros (sqr, lerp, clamp) to libslic3r.h 2017-07-27 10:39:43 +02:00
Print.cpp Yet another attempt to fix the layer height profile validation 2018-05-02 10:56:06 +02:00
Print.hpp Removed the GCodePreviewData from the Print class, it does not belong here, 2018-02-14 20:35:59 +01:00
PrintConfig.cpp Merge branch 'master' into updating 2018-04-24 18:11:34 +02:00
PrintConfig.hpp Removed parameter filament_cooling_time (fixed value of 14s for now) 2018-04-17 08:18:12 +02:00
PrintObject.cpp Improvement of region classification numerical stability. 2017-12-14 13:26:44 +01:00
PrintRegion.cpp Some beautification and C++11 adaptation. 2017-03-28 13:25:10 +02:00
Slicing.cpp Moved some math macros (sqr, lerp, clamp) to libslic3r.h 2017-07-27 10:39:43 +02:00
Slicing.hpp Fixed regression bugs regarding print validation, 2017-12-01 18:55:57 +01:00
SlicingAdaptive.cpp
SlicingAdaptive.hpp
SupportMaterial.cpp Removed the unsupported "pillars" support pattern. 2018-03-14 20:08:34 +01:00
SupportMaterial.hpp Finalized the experimental "synchronize support layers with object layers" 2017-04-10 12:00:07 +02:00
Surface.cpp
Surface.hpp C++ compiler suppressed default constructor and assignment operator 2017-03-08 14:22:49 +01:00
SurfaceCollection.cpp Inlined Surface::any_internal_contains / any_bottom_contains 2017-07-10 13:15:36 +02:00
SurfaceCollection.hpp Ported PrintObject::prepare_infill & combine_infill from Perl to C++. 2017-08-02 14:24:32 +02:00
SVG.cpp Unicode handling: 2017-08-03 17:31:31 +02:00
SVG.hpp Utility function SVG::export_expolygons() to paint a set of possibly 2017-03-02 16:32:43 +01:00
TriangleMesh.cpp Fixed normals on wipe tower box 2018-05-03 11:09:13 +02:00
TriangleMesh.hpp Reworked the fix of #784 for efficiency and robustness: 2018-03-15 17:14:13 +01:00
utils.cpp Removed the "Broken croak" support, which was useful on broken 2018-05-03 21:45:43 +02:00
Utils.hpp Removed the "Broken croak" support, which was useful on broken 2018-05-03 21:45:43 +02:00