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-31More work on embedded readonly file supportDavid Crocker
2021-07-31Implemented comparisons between DateTime expressions valuesDavid Crocker
2021-07-31More improvements for SBC modeChristian Hammacher
2021-07-31Tidied up ExpressionParser array parsingDavid Crocker
2021-07-31Reverted ExpressionParser filesDavid 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-31Implemented comparisons between DateTime expressions valuesDavid Crocker
2021-07-30Merge remote-tracking branch 'origin/3.4-input-shaping' into v3-chrishammChristian Hammacher
2021-07-30More improvements for SBC modeChristian Hammacher
2021-07-30Tidied up ExpressionParser array parsingDavid Crocker
2021-07-30Reverted ExpressionParser filesDavid Crocker
2021-07-30Merge branch 'v3-chrishamm' into 3.4-input-shapingDavid Crocker
2021-07-30Support reading array expressions for array-values command parametersDavid Crocker
2021-07-29Further improvementsChristian Hammacher
2021-07-29Lock movement before executing M569.1; implement remote M569.2David Crocker
2021-07-24More fixes for new time unitsDavid Crocker
2021-07-24Finished converting time units to step clocks, pending testingDavid Crocker
2021-07-23Part way through changing units of stored speeds and accelerationsDavid Crocker
2021-07-12Allow an expression to be used as a driver IDDavid Crocker
2021-07-12Allow an expression to be used as a driver IDDavid Crocker
2021-07-10Added FS calls for SBC modeChristian Hammacher
2021-07-07Fixed M117 "string too long" issueDavid Crocker
2021-06-13VariousDavid Crocker
2021-06-07Fixed issue with doing maths on unsigned values e.g. job.filePositionDavid Crocker
2021-06-04Bug fix: when a macro was aborted the error message was lostDavid Crocker
2021-05-08Allow empty K and F parameters in M409David Crocker
2021-05-06Pass unhomed axes to rehome.gDavid Crocker
2021-05-05Removed debug from the stack checkDavid Crocker
2021-05-05Added stack check to some recursive functionsDavid Crocker
2021-05-05Fix bug with parameters/local vars in macro parameter expressionsDavid Crocker
2021-05-05Fixed bug in function evaluationDavid Crocker
2021-05-04Further reduced stack usage of ExpressionParserDavid Crocker
2021-05-04Reduce stack usage of EvaluateExpression (thanks Andy)David Crocker
2021-05-01Fixed crash when attempting to pass macro parameters from DCSDavid Crocker
2021-05-01Fix for G2/3 with K parameter after G18/19David Crocker
2021-04-21Removed unused function declarationsDavid Crocker
2021-04-21Work towards v3.3-b3Christian Hammacher
2021-04-14Fixed spurious error messages after some GCode meta commandsDavid Crocker
2021-04-09Fix for issues with queued M117 commandsDavid Crocker
2021-03-31Implemented 'exists(object_model_path)' in expression evaluaterDavid Crocker
2021-03-31Finished including global variables in object modelDavid Crocker
2021-03-31Include global variables in object model (incomplete)David Crocker
2021-03-19RefactoringDavid Crocker
2021-03-12Rewrote M675 to fix numerous issuesDavid 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