From 6e457735157a8cb452cc244f866fb1c083c7b48b Mon Sep 17 00:00:00 2001 From: David Crocker Date: Wed, 28 Nov 2018 12:32:07 +0000 Subject: [PATCH] Version 2.02RC5 Shortened M591 filament monitor reports Added filament detection state to M591 report for simple filament sensor Tool offsets are no longer applied when G54 is in effect M500 saves workplace coordinates Implemented M851 for Marlin compatibility Added check for NaNs when computing derivatives during auto calibration Scara printers can now xo XY moves before Z has been homed Don't allow M291 to create messatge popups that can never time out or be dismissed --- .cproject | 1 + src/BugList.txt | 41 ++++++------ src/Duet/Pins_Duet.h | 15 ++--- src/FilamentMonitors/FilamentMonitor.cpp | 2 +- src/FilamentMonitors/LaserFilamentMonitor.cpp | 8 +-- .../RotatingMagnetFilamentMonitor.cpp | 8 +-- .../SimpleFilamentMonitor.cpp | 7 +- src/GCodes/GCodeMachineState.h | 3 + src/GCodes/GCodes.cpp | 65 ++++++++++--------- src/GCodes/GCodes.h | 3 +- src/GCodes/GCodes2.cpp | 31 +++++++-- src/GCodes/GCodes3.cpp | 43 +++++++++--- .../Kinematics/LinearDeltaKinematics.cpp | 8 ++- src/Movement/Kinematics/ScaraKinematics.cpp | 6 +- src/RADDS/Pins_RADDS.h | 60 ++++++++--------- src/Version.h | 2 +- 16 files changed, 185 insertions(+), 118 deletions(-) diff --git a/.cproject b/.cproject index 2e255be2b8..ddebf3120e 100644 --- a/.cproject +++ b/.cproject @@ -99,6 +99,7 @@ +