From aeca5def00f14e5ae2dc12264e57ab04965d83d9 Mon Sep 17 00:00:00 2001 From: Enrico Turri Date: Mon, 8 Jan 2018 12:27:18 +0100 Subject: [PATCH] GCodeTimeEstimator - Added credits for CuraEngine --- xs/src/libslic3r/GCodeTimeEstimator.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xs/src/libslic3r/GCodeTimeEstimator.hpp b/xs/src/libslic3r/GCodeTimeEstimator.hpp index 9e429462e8..63dd0a6c6f 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: