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
AgeCommit message (Collapse)Author
2020-08-28VariousDavid Crocker
Changed layout of User Page to accommodate ADC calibration as well as software reset data. Added new module NonVolatileMemory to manage this. Removed RADDS configuration so that we don't need to support SAM3XA flash memory. Increased number of stack words stored in software reset data. Moved exception handlers out of Tasks.cpp to separate module ExceptionHandlers. Changed number of decimal places reported in spindle RPMs from default (7) to 1. Moved some low-level functions from CanInterface to CanDriver and started preparing CanDriver to support bith CAN interfaces. Added L parameter (calibration factor) to laser filament monitor configuration Renamed GCodeChannel::USBchan back to USB for backwards compatibility
2020-05-28More changes to support 5LC build configurationDavid Crocker
2020-05-04Added aux2 GCode input channelDavid Crocker
2020-03-08Bug fixes and refactoringDavid Crocker
Tightened up JSON path parsing Used NamedEnum for GCodeChannel and Compatibility Added a check for bad channel numbers received from SBC Fixed bugs in M220 Increased max number of MDNS services form 1 to 4 Added noexcept specifiers to functions in DataTransfer class
2020-02-22Added daemon GCode source and daemon.g fileDavid Crocker
Also added a specific error message for [] applied to a non-array in an object model path
2019-07-05G-code buffering via DCS workingChristian Hammacher
Refactored G-Code buffer and introduced global code channel type G-code queue is always used when processing a file Allow nullptr items in a OutputStack Bug fix: Pausing via M25/filament didn't work with DCS during a macro file Bug fix: File position wasn't saved while processing a macro file Bug fix: Pausing state wasn't reported when M25 was issued during a macro Bug fix: Status response could be unterminated when running out of buffers