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

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaid <daid303@gmail.com>2016-03-22 18:29:32 +0300
committerdaid <daid303@gmail.com>2016-03-22 18:29:32 +0300
commitaca2c17ebaf5722137568bc8aeadd2be001a7a34 (patch)
tree0042fa69d633798200fda134d7203f69d7e5ad63 /src/gcodeExport.h
parent22b0d0fe6a65bb445f8ff2cf3f62a87c7db58e74 (diff)
Allow the engine to use dynamic acceleration settings to get better time estimates.15.04.6-RC215.04.6-RC115.04.6
Diffstat (limited to 'src/gcodeExport.h')
-rw-r--r--src/gcodeExport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gcodeExport.h b/src/gcodeExport.h
index c0a6ee6375..f9e334b5a5 100644
--- a/src/gcodeExport.h
+++ b/src/gcodeExport.h
@@ -64,6 +64,8 @@ public:
void setRetractionSettings(int retractionAmount, int retractionSpeed, int extruderSwitchRetraction, int minimalExtrusionBeforeRetraction, int zHop, int retractionAmountPrime);
+ void applyAccelerationSettings(ConfigSettings& config);
+
void setZ(int z);
Point getPositionXY();