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

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ArcWelderInverseProcessor/repetier.h')
-rw-r--r--ArcWelderInverseProcessor/repetier.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ArcWelderInverseProcessor/repetier.h b/ArcWelderInverseProcessor/repetier.h
index 6b4bcb3..0c381c5 100644
--- a/ArcWelderInverseProcessor/repetier.h
+++ b/ArcWelderInverseProcessor/repetier.h
@@ -33,7 +33,6 @@ private:
// Note that trailing underscore are sometimes dropped to keep the ported function as close as possible to the original
float feedrate;
// Repetier Function Defs
- float min(float x, float y);
void moveToReal(float x, float y, float z, float e);
};