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
2022-08-19Added missing newline in warning messageDavid Crocker
2022-07-04Fixed memory leaks in expression parserDavid Crocker
2022-06-28Bug fixes for stack handlingChristian Hammacher
2022-03-15Fix for Fanuc mode3.4.0David Crocker
2022-02-25M409 messages are no longer exempted from requiring CRCsDavid Crocker
2022-02-17Added "CRC required" option to serial input channelsDavid Crocker
2021-12-11Added most of the event handling codeDavid Crocker
2021-10-28SBC improvements for 3.4-b6Christian Hammacher
2021-09-14Correction to previous fixDavid Crocker
2021-09-14Bug fix: GCode line was not discarded if the checksum was bad or missingDavid Crocker
2021-09-09Prepare to refector class VariableSetDavid Crocker
2021-08-24Got PCCB configuration building againDavid Crocker
2021-08-21Implemented redirection to file in echo commandDavid Crocker
2021-07-31Support reading array expressions for array-values command parametersDavid Crocker
2021-07-31Further improvementsChristian Hammacher
2021-07-31Lock 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