.. |
Fill
|
Working arrange_objects with DJD selection heuristic and a bottom-left placement strategy.
|
2018-05-17 10:37:26 +02:00 |
Format
|
Added xml escape characters detection when exporting object and volumes names to 3mf files
|
2018-07-23 14:39:50 +02:00 |
GCode
|
New experimental parameter to adjust initial loading speed of the filament from the nozzle
|
2018-08-14 16:23:23 +02:00 |
BoundingBox.cpp
|
Faster gizmos update
|
2018-06-21 08:37:04 +02:00 |
BoundingBox.hpp
|
Fixed compile on Linux and Mac
|
2018-07-18 14:38:02 +02: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
|
Fix of extraneous infill over thin walls.
|
2018-05-18 09:52:09 +02:00 |
ClipperUtils.hpp
|
Fix of extraneous infill over thin walls.
|
2018-05-18 09:52:09 +02:00 |
Config.cpp
|
gcc / clang did not like backslashes inside comments
|
2018-06-28 21:46:23 +02:00 |
Config.hpp
|
Added machine evelope configuration parameters
|
2018-06-20 13:57:37 +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
|
Fix of extraneous infill over thin walls.
|
2018-05-18 09:52:09 +02:00 |
ExPolygon.hpp
|
Implemented volumetric flow rate hints,
|
2017-11-09 15:10:20 +01:00 |
ExPolygonCollection.cpp
|
Reworked the bridge detector to allow searching a single bridging
|
2016-11-08 09:59:25 +01:00 |
ExPolygonCollection.hpp
|
Ported from the playground branch. Various documentation and optimization.
|
2016-09-13 13:30:00 +02:00 |
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
|
Refactoring of perimeters/infills wiping (ToolOrdering::WipingExtrusions now takes care of the agenda)
|
2018-06-20 12:52:00 +02:00 |
ExtrusionEntityCollection.cpp
|
First steps in reorganizing infill order (to use infill instead of the wipe tower)
|
2018-05-24 14:05:51 +02:00 |
ExtrusionEntityCollection.hpp
|
Refactoring of perimeters/infills wiping (ToolOrdering::WipingExtrusions now takes care of the agenda)
|
2018-06-20 12:52:00 +02:00 |
ExtrusionSimulator.cpp
|
Moved some math macros (sqr, lerp, clamp) to libslic3r.h
|
2017-07-27 10:39:43 +02:00 |
ExtrusionSimulator.hpp
|
Fixes after the merge of changes by @alexrj.
|
2016-12-08 19:02:16 +01:00 |
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
|
Minor tweaks of UI texts,
|
2018-08-06 16:31:51 +02:00 |
GCode.hpp
|
Wipe tower postprocessing, wipe tower block on 3D plate improved.
|
2018-08-02 11:04:04 +02:00 |
GCodeReader.cpp
|
T1 and M702 C are now evaluated by the time estimator to add the new
|
2018-08-04 17:38:25 +02:00 |
GCodeReader.hpp
|
T1 and M702 C are now evaluated by the time estimator to add the new
|
2018-08-04 17:38:25 +02:00 |
GCodeSender.cpp
|
Utils: Serial port printer communication abstraction
|
2018-07-27 13:27:52 +02:00 |
GCodeSender.hpp
|
Fix: GCodeSender: Line number resynchronisation
|
2018-06-07 15:41:34 +02:00 |
GCodeTimeEstimator.cpp
|
Fixed inccorect (excessive) time estimates with the MMU 2.0
|
2018-08-07 14:15:37 +02:00 |
GCodeTimeEstimator.hpp
|
T1 and M702 C are now evaluated by the time estimator to add the new
|
2018-08-04 17:38:25 +02:00 |
GCodeWriter.cpp
|
Fixed a previous commit.
|
2018-07-18 12:04:56 +02:00 |
GCodeWriter.hpp
|
Implemented clamping of the acceleration when extruding for the Marlin
|
2018-07-18 11:58:02 +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 |
I18N.hpp
|
Provide a callback to libslic3r to translate texts.
|
2018-06-20 18:33:46 +02:00 |
Int128.hpp
|
Working arrange_objects with DJD selection heuristic and a bottom-left placement strategy.
|
2018-05-17 10:37:26 +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
|
Bumped up version number.
|
2018-08-06 18:09:52 +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
|
Merge remote-tracking branch 'origin/master' into feature_arrange_with_libnest2d
|
2018-08-02 13:16:11 +02:00 |
Model.hpp
|
Prepare integration for arbitrary shaped print beds.
|
2018-07-30 16:41:35 +02:00 |
ModelArrange.hpp
|
Added a spatial index to speed up alignment score calculation.
|
2018-08-03 12:37:27 +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 a regression issue, which was certainly in 1.34.0, probably
|
2018-06-11 10:59:02 +02:00 |
PerimeterGenerator.hpp
|
Fixed a typo in AppConfig
|
2018-05-18 08:46:33 +02:00 |
PlaceholderParser.cpp
|
Added layer_num, layer_z variables to the end_gcode, end_filament_gcode,
|
2018-05-15 14:04:29 +02:00 |
PlaceholderParser.hpp
|
Implemented <,>,<=,>=,or,and,||,&& operators.
|
2017-12-19 16:48:14 +01:00 |
Point.cpp
|
Working arrange_objects with DJD selection heuristic and a bottom-left placement strategy.
|
2018-05-17 10:37:26 +02:00 |
Point.hpp
|
Merge remote-tracking branch 'origin/master' into feature_arrange_with_libnest2d
|
2018-06-28 18:50:39 +02:00 |
Polygon.cpp
|
Fixed overflow in Polygon::area()
|
2018-06-05 16:07:09 +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
|
New experimental parameter to adjust initial loading speed of the filament from the nozzle
|
2018-08-14 16:23:23 +02:00 |
Print.hpp
|
Wipe tower postprocessing, wipe tower block on 3D plate improved.
|
2018-08-02 11:04:04 +02:00 |
PrintConfig.cpp
|
New experimental parameter to adjust initial loading speed of the filament from the nozzle
|
2018-08-14 16:23:23 +02:00 |
PrintConfig.hpp
|
New experimental parameter to adjust initial loading speed of the filament from the nozzle
|
2018-08-14 16:23:23 +02:00 |
PrintObject.cpp
|
Wipe tower postprocessing, wipe tower block on 3D plate improved.
|
2018-08-02 11:04:04 +02: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
|
Fix compilation on Linux.
|
2016-12-12 18:59:35 +01:00 |
SlicingAdaptive.hpp
|
Support for user definable variable layer thickness, the C++ backend.
|
2016-12-12 17:53:38 +01:00 |
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 / Surface Collection - optimization routines for filtering,
|
2016-09-26 12:42:44 +02:00 |
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
|
Added xml escape characters detection when exporting object and volumes names to 3mf files
|
2018-07-23 14:39:50 +02:00 |
Utils.hpp
|
Added xml escape characters detection when exporting object and volumes names to 3mf files
|
2018-07-23 14:39:50 +02:00 |