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-07-30Support reading array expressions for array-values command parametersDavid Crocker
2021-07-29Lock movement before executing M569.1; implement remote M569.2David Crocker
2021-07-12Allow an expression to be used as a driver IDDavid Crocker
2021-07-07Fixed M117 "string too long" issueDavid Crocker
2021-06-13VariousDavid Crocker
2021-05-06Pass unhomed axes to rehome.gDavid Crocker
2021-05-05Fix bug with parameters/local vars in macro parameter expressionsDavid Crocker
2021-05-04Reduce stack usage of EvaluateExpression (thanks Andy)David Crocker
2021-05-01Fix for G2/3 with K parameter after G18/19David Crocker
2021-04-14Fixed spurious error messages after some GCode meta commandsDavid Crocker
2021-04-09Fix for issues with queued M117 commandsDavid Crocker
2021-03-31Finished including global variables in object modelDavid Crocker
2021-03-31Include global variables in object model (incomplete)David Crocker
2021-03-10Merge remote-tracking branch 'origin/3.3-dev' into wil-extend-m111Manuel Coenen
2021-03-10Implemented variablesDavid Crocker
2021-03-09Extend M111 to take a Bitmap parameter to enable more detailedManuel Coenen
2021-03-07ObjectTracker now uses the string heap instead of a StringBufferDavid Crocker
2021-03-07Tided up SetParametersDavid Crocker
2021-03-06Started adding support for variables and parametersDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
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