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

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2018-01-14 13:50:40 +0300
committerDavid Crocker <dcrocker@eschertech.com>2018-01-22 23:11:10 +0300
commitcc8de620887759dbb6ade8b5b0bffc6e9194222e (patch)
tree81ffec739da90acfd0d4eddfaf4e1d0abf95b7b1 /src/Platform.h
parente2f506e855785d0f0d9786f1285deebf1d51bad8 (diff)
Version 1.21RC0
Fix stepper driver warning/error messages Reduce SPI speed on Duet Ethernet M350 Enn with just one E value given is now applied to all extruders Corrected nonlinear extrusion steps calculation Refactored the filament monitor support Added laser filament monitor support Added pulse-type filament monitor support Corrected display of M574 endstop type when the type is active low Added support for extruder "endstops" using motor load detection M305 Pn with no other parameters no longer allocates a thermistor to the heater
Diffstat (limited to 'src/Platform.h')
-rw-r--r--src/Platform.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Platform.h b/src/Platform.h
index 7eb03ff0..e52abb9c 100644
--- a/src/Platform.h
+++ b/src/Platform.h
@@ -613,10 +613,11 @@ private:
float AdcReadingToCpuTemperature(uint32_t reading) const;
#if HAS_SMART_DRIVERS
- void ReportDrivers(DriversBitmap whichDrivers, const char* text, bool& reported);
+ void ReportDrivers(MessageType mt, DriversBitmap whichDrivers, const char* text, bool& reported);
#endif
#if HAS_STALL_DETECT
- bool AnyMotorStalled(size_t drive) const pre(drive < DRIVES);
+ bool AnyAxisMotorStalled(size_t drive) const pre(drive < DRIVES);
+ bool ExtruderMotorStalled(size_t extruder) const pre(extruder < MaxExtruders);
#endif
#if SAM4E || SAM4S || SAME70