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
2021-02-25Allow pin names to be expressionsDavid Crocker
2021-02-15If a number is expected in a command but not found, report an errorDavid Crocker
2021-01-03VariousDavid Crocker
2021-01-03VariousDavid Crocker
2020-12-29Increased maximum axes to 15, reduced default extruders to 0David Crocker
2020-11-26Avoid reporting very large file positions when the print file has justDavid Crocker
2020-11-26File missed from previous commitDavid Crocker
2020-11-25In Marlin mode reply with "ok" once per line not once per commandDavid Crocker
2020-11-19Use debugPrintf(...) in preference to MessageF*(DebugMessage, ...)David Crocker
2020-10-29Improved speed of commands received over USBDavid Crocker
2020-10-21Various fixesDavid Crocker
2020-08-28Added M584 R parameter; support T{expression}David Crocker
2020-07-24VariousDavid Crocker
2020-07-15Refactored 12864 display code in preparation for ST7567 supportDavid Crocker
2020-07-06Two fixesDavid Crocker
2020-06-03Bug fix for G29 S1 on Duet 3 with attached SBCDavid Crocker
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