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/marlin_1.h')
-rw-r--r--ArcWelderInverseProcessor/marlin_1.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/ArcWelderInverseProcessor/marlin_1.h b/ArcWelderInverseProcessor/marlin_1.h
index 9579bfb..0fc11c4 100644
--- a/ArcWelderInverseProcessor/marlin_1.h
+++ b/ArcWelderInverseProcessor/marlin_1.h
@@ -86,13 +86,7 @@ private:
plan_arc_func plan_arc_;
// Marlin Function Defs
- float HYPOT(float x, float y);
- float ATAN2(float x, float y);
- float RADIANS(float x);
- float ABS(float x);
- float FLOOR(float x);
- float NOLESS(uint16_t x, uint16_t y);
- float sq(float x);
+ void NOLESS(uint16_t& x, uint16_t y);
float MMS_SCALED(float x);
void COPY(float target[MARLIN_XYZE], const float (&source)[MARLIN_XYZE]);
bool buffer_line_kinematic(const float (&cart)[MARLIN_XYZE], double fr_mm_s, int active_extruder);