.. |
Fill
|
Modified the Triangles / Stars / Cubic infill types to lessen overfill
|
2018-03-19 16:51:43 +01:00 |
Format
|
AMF I/O - Forces .zip.amf extension on export
|
2018-03-26 08:58:44 +02:00 |
GCode
|
Merge branch 'master' into wipe_tower_improvements
|
2018-04-04 13:06:46 +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
|
|
|
BridgeDetector.hpp
|
|
|
ClipperUtils.cpp
|
|
|
ClipperUtils.hpp
|
|
|
Config.cpp
|
3mf import/export of config data
|
2018-02-13 15:19:55 +01:00 |
Config.hpp
|
Merge remote-tracking branch 'remotes/origin/3mf_io'
|
2018-02-15 17:02:47 +01: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
|
|
|
ExPolygon.cpp
|
|
|
ExPolygon.hpp
|
Implemented volumetric flow rate hints,
|
2017-11-09 15:10:20 +01:00 |
ExPolygonCollection.cpp
|
|
|
ExPolygonCollection.hpp
|
|
|
Extruder.cpp
|
|
|
Extruder.hpp
|
|
|
ExtrusionEntity.cpp
|
|
|
ExtrusionEntity.hpp
|
GCode Preview - Added Custom extrusion role + extended layers range for GCode preview
|
2018-02-22 08:59:47 +01:00 |
ExtrusionEntityCollection.cpp
|
|
|
ExtrusionEntityCollection.hpp
|
|
|
ExtrusionSimulator.cpp
|
|
|
ExtrusionSimulator.hpp
|
|
|
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
|
|
|
Geometry.cpp
|
|
|
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
|
Merge branch 'master' into gcode_preview
|
2018-02-13 14:55:54 +01: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
|
Out of bed detection - Fixed false detection due to float precision
|
2018-03-20 09:31:42 +01:00 |
Model.hpp
|
Merge branch 'scene_manipulators'
|
2018-03-14 16:15:26 +01:00 |
MotionPlanner.cpp
|
|
|
MotionPlanner.hpp
|
|
|
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
|
|
|
PerimeterGenerator.cpp
|
Fix of Negative Feedrates: G1 F-3.84007e+006 stops smoothie
|
2018-02-02 19:48:16 +01:00 |
PerimeterGenerator.hpp
|
|
|
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
|
|
|
Point.hpp
|
Merge branch 'master' into gcode_preview
|
2018-02-13 14:55:54 +01:00 |
Polygon.cpp
|
|
|
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
|
|
|
PolylineCollection.hpp
|
|
|
Print.cpp
|
The layer height check for multiple objects is now only enabled when variable layer height is enabled
|
2018-04-04 09:59:41 +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
|
Connected filament_ramming_parameters to respective dialog, other minor changes
|
2018-03-28 15:37:10 +02:00 |
PrintConfig.hpp
|
Connected filament_ramming_parameters to respective dialog, other minor changes
|
2018-03-28 15:37:10 +02:00 |
PrintObject.cpp
|
Improvement of region classification numerical stability.
|
2017-12-14 13:26:44 +01:00 |
PrintRegion.cpp
|
|
|
Slicing.cpp
|
|
|
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
|
|
|
Surface.cpp
|
|
|
Surface.hpp
|
|
|
SurfaceCollection.cpp
|
|
|
SurfaceCollection.hpp
|
|
|
SVG.cpp
|
|
|
SVG.hpp
|
|
|
TriangleMesh.cpp
|
Fixing compilation errors: A non-const reference does not accept
|
2018-03-16 10:04:42 +01:00 |
TriangleMesh.hpp
|
Reworked the fix of #784 for efficiency and robustness:
|
2018-03-15 17:14:13 +01:00 |
utils.cpp
|
Save language preset.
|
2018-02-12 08:57:32 +01:00 |
Utils.hpp
|
Save language preset.
|
2018-02-12 08:57:32 +01:00 |