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 (Expand)Author
2020-05-21Stopped using SafeStrtoulDavid Crocker
2020-05-15Added missing checks on array lengths in BinaryParser3.1.0David Crocker
2020-05-04Fixes for RRF 3.01 releaseDavid Crocker
2020-04-30Various changes for 3.01-RC11David Crocker
2020-04-27VariousDavid Crocker
2020-04-12Fix to make 'result' constant correct after failing G30 commandsDavid Crocker
2020-04-07Increment move.seq when speed or extrusion factor is changedDavid Crocker
2020-03-31Save spindle speed at the start of a pauseDavid Crocker
2020-03-27Fixed issues with parsing comments for object namesDavid Crocker
2020-03-27Added comment parsing to help with object trackingDavid Crocker
2020-03-17Fixes for builds without HAS_VOLTAGE_MONITOR and HAS_MASS_STORAGEDavid Crocker
2020-03-08Bug fixes and refactoringDavid Crocker
2020-03-07Moved ExpressionParser to a separate classDavid Crocker
2020-03-01Bug fixes to conditional GCodeDavid Crocker
2020-02-16Replaced HeaterProtection instances by HeaterMonitorsDavid Crocker
2020-02-12Refactored GP inputsDavid Crocker
2020-02-08Still 3.01RC1David Crocker
2020-02-08Various changes for 3.01-RC1David Crocker
2020-02-05VariousDavid Crocker
2020-01-30Bug fixesDavid Crocker
2020-01-27Bug fix to expressions using OM variablesDavid Crocker
2020-01-26Refactored MAC address codeDavid Crocker
2020-01-25Added featuresDavid Crocker
2020-01-25Bug fix to object model lookup within expressionsDavid Crocker
2020-01-23Added maximum depth option in JSON object model reportingDavid Crocker
2020-01-19Major refactoring, bug fixes in function evaluationDavid Crocker
2020-01-17Added more OM fieldsDavid Crocker
2020-01-15Bug fixesDavid Crocker
2020-01-13VariousDavid Crocker
2020-01-13VariousDavid Crocker
2020-01-13More work on object modelDavid Crocker
2020-01-13VariousDavid Crocker
2020-01-12Refactored ParseIdentifierExpression and GetObjectValueDavid Crocker
2020-01-12Bug fixes to conditional GCodeDavid Crocker
2020-01-11More work on object modelDavid Crocker
2020-01-11Reduced RAM usage on Duet 2 buildsDavid Crocker
2020-01-11Added Job members to object modelDavid Crocker
2020-01-08Added Move.Axes to object modelDavid Crocker
2020-01-08Refactored object model framework to support virtual arraysDavid Crocker
2020-01-08More work on conditional GCodeDavid Crocker
2020-01-06Added string-valued expressionsDavid Crocker
2020-01-06Major refactoring of object model frameworkDavid Crocker
2020-01-05Refactored object model to allow multiple tables per classDavid Crocker
2020-01-05VariousDavid Crocker
2020-01-04Conditional GCode fixes and exception specifiersDavid Crocker
2020-01-04Networking and conditional GCode changesDavid Crocker
2019-12-31More work on GCode meta commandsDavid Crocker
2019-12-30Fixed numeric parsingDavid Crocker
2019-12-30Refactored GCode command decoding for GCode meta command supportDavid Crocker
2019-12-29Bug fix to checksume parsingDavid Crocker