Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2018-01-08 14:27:18 +0300
committerEnrico Turri <enricoturri@seznam.cz>2018-01-08 14:27:18 +0300
commitaeca5def00f14e5ae2dc12264e57ab04965d83d9 (patch)
tree9bd6be24e5fad001923899f7b318a6387ba7d9cc /xs/src/libslic3r
parentdfcb502ef46df5f18aa64c7e3ca6a06fb0ca1e05 (diff)
GCodeTimeEstimator - Added credits for CuraEngine
Diffstat (limited to 'xs/src/libslic3r')
-rw-r--r--xs/src/libslic3r/GCodeTimeEstimator.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/xs/src/libslic3r/GCodeTimeEstimator.hpp b/xs/src/libslic3r/GCodeTimeEstimator.hpp
index 9e429462e..63dd0a6c6 100644
--- a/xs/src/libslic3r/GCodeTimeEstimator.hpp
+++ b/xs/src/libslic3r/GCodeTimeEstimator.hpp
@@ -7,6 +7,11 @@
namespace Slic3r {
+ //
+ // Some of the algorithms used by class GCodeTimeEstimator were inpired by
+ // Cura Engine's class TimeEstimateCalculator
+ // https://github.com/Ultimaker/CuraEngine/blob/master/src/timeEstimate.h
+ //
class GCodeTimeEstimator
{
public: