PrusaSlicer-NonPlainar/xs/src/libslic3r
bubnikv 2f4ff6577a With single_extruder_multi_material enabled,
don't append a tool selection (Txx) to the extruder temperature
settings (M104 and M109).
2017-05-25 22:52:28 +02:00
..
Fill Fixed some instance of simplify_polygons() invocation. 2017-03-22 15:35:09 +01:00
Format Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
GCode Implemented wipe tower print path preview. 2017-05-25 22:27:53 +02:00
BoundingBox.cpp
BoundingBox.hpp
BridgeDetector.cpp Some beautification and C++11 adaptation. 2017-03-28 13:25:10 +02:00
BridgeDetector.hpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
ClipperUtils.cpp Fix of https://github.com/prusa3d/Slic3r/issues/214 2017-04-04 11:17:25 +02:00
ClipperUtils.hpp Bugfix: when the Voronoi diagram contained very large coordinates we need to check whether they are greater than our allowed range and consider the Voronoi edges infinite in those cases, in order to prevent overflows. 2017-03-24 09:32:30 +01:00
Config.cpp Improved retract handling on bowden extruders: 2017-05-19 19:24:21 +02:00
Config.hpp Improved retract handling on bowden extruders: 2017-05-19 19:24:21 +02:00
EdgeGrid.cpp
EdgeGrid.hpp
ExPolygon.cpp Adapted BoundingBox get_extents(const ExPolygons &expolygons) 2017-04-05 09:52:06 +02:00
ExPolygon.hpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
ExPolygonCollection.cpp
ExPolygonCollection.hpp
Extruder.cpp Improved retract handling on bowden extruders: 2017-05-19 19:24:21 +02:00
Extruder.hpp Improved retract handling on bowden extruders: 2017-05-19 19:24:21 +02:00
ExtrusionEntity.cpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
ExtrusionEntity.hpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02: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
ExtrusionSimulator.hpp
Flow.cpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
Flow.hpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
GCode.cpp With single_extruder_multi_material enabled, 2017-05-25 22:52:28 +02:00
GCode.hpp Implemented wipe tower print path preview. 2017-05-25 22:27:53 +02:00
GCodeReader.cpp Removed a broken Arc Fitting feature. 2017-04-26 14:24:31 +02:00
GCodeReader.hpp Prusa Multi Material: Improved path planning when jumping to the wipe tower. 2017-05-18 16:53:19 +02:00
GCodeSender.cpp
GCodeSender.hpp
GCodeTimeEstimator.cpp Removed a broken Arc Fitting feature. 2017-04-26 14:24:31 +02:00
GCodeTimeEstimator.hpp Removed a broken Arc Fitting feature. 2017-04-26 14:24:31 +02:00
GCodeWriter.cpp With single_extruder_multi_material enabled, 2017-05-25 22:52:28 +02:00
GCodeWriter.hpp With single_extruder_multi_material enabled, 2017-05-25 22:52:28 +02:00
Geometry.cpp Fixed tool ordering for sequential prints. 2017-05-17 19:25:36 +02:00
Geometry.hpp Fixed some instance of simplify_polygons() invocation. 2017-03-22 15:35:09 +01:00
Layer.cpp C++11 beautification of loops. 2017-04-05 08:59:03 +02:00
Layer.hpp Implemented wipe tower print path preview. 2017-05-25 22:27:53 +02:00
LayerRegion.cpp
libslic3r.h Prusa Multi Material: Improved path planning when jumping to the wipe tower. 2017-05-18 16:53:19 +02:00
Line.cpp
Line.hpp
Model.cpp
Model.hpp
MotionPlanner.cpp Performance improvements of the MotionPlanner 2017-05-05 09:59:56 +02:00
MotionPlanner.hpp Performance improvements of the MotionPlanner 2017-05-05 09:59:56 +02:00
MultiPoint.cpp
MultiPoint.hpp
MutablePriorityQueue.hpp Performance improvements of the MotionPlanner 2017-05-05 09:59:56 +02:00
PerimeterGenerator.cpp Merged support_fills with support_interface_fills. 2017-04-07 17:37:30 +02:00
PerimeterGenerator.hpp
PlaceholderParser.cpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
PlaceholderParser.hpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
Point.cpp Performance improvements of the MotionPlanner 2017-05-05 09:59:56 +02:00
Point.hpp Improved G-code generator for multi-material prints 2017-05-10 11:25:57 +02:00
Polygon.cpp
Polygon.hpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
Polyline.cpp
Polyline.hpp
PolylineCollection.cpp
PolylineCollection.hpp
Print.cpp Implemented wipe tower print path preview. 2017-05-25 22:27:53 +02:00
Print.hpp Implemented wipe tower print path preview. 2017-05-25 22:27:53 +02:00
PrintConfig.cpp New config field extruder_color for preview of extruder assignment. 2017-05-24 15:20:20 +02:00
PrintConfig.hpp New config field extruder_color for preview of extruder assignment. 2017-05-24 15:20:20 +02:00
PrintObject.cpp Implemented wipe tower print path preview. 2017-05-25 22:27:53 +02:00
PrintRegion.cpp Some beautification and C++11 adaptation. 2017-03-28 13:25:10 +02:00
Slicing.cpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
Slicing.hpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
SlicingAdaptive.cpp
SlicingAdaptive.hpp
SupportMaterial.cpp Updated MANIFEST, 2017-05-17 20:06:33 +02:00
SupportMaterial.hpp Finalized the experimental "synchronize support layers with object layers" 2017-04-10 12:00:07 +02:00
Surface.cpp
Surface.hpp
SurfaceCollection.cpp
SurfaceCollection.hpp Ported the G-code generator from Perl to C++. 2017-05-03 18:28:22 +02:00
SVG.cpp
SVG.hpp
TriangleMesh.cpp Debugging output and asserts for TriangleMeshSlicer::slice(). 2017-04-05 08:57:37 +02:00
TriangleMesh.hpp
utils.cpp
Utils.hpp Rewrote next_highest_power_of_2 as a template as OSX had issues with 2017-03-28 18:02:26 +02:00