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-03-07Tided up SetParametersDavid Crocker
2021-03-07More work on variables and parametersDavid Crocker
2021-03-07Fixes to StringHandle and string expressionsDavid Crocker
2021-03-07Fixes to HeapString handling in expressionsDavid Crocker
2021-03-06Started adding support for variables and parametersDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-02-27Use fastSqrtf instead of sqrtf throughoutDavid Crocker
2021-02-25Allow pin names to be expressionsDavid Crocker
2021-02-22Work towards v3.3Christian Hammacher
2021-02-22Merge remote-tracking branch 'origin/3.3-dev' into v3-chrishammChristian Hammacher
2021-02-20Extended M593 to configure input shapingDavid Crocker
2021-02-19Merge remote-tracking branch 'origin/3.3-dev' into v3-chrishammChristian Hammacher
2021-02-15If a number is expected in a command but not found, report an errorDavid Crocker
2021-02-06Support a single DriverId expression where an array is expectedDavid Crocker
2021-02-05Ported fix from 3.3-dev: single-element expressions in BinaryParserDavid Crocker
2021-02-05Fix ported from v3.3: character type has no literalsDavid Crocker
2021-01-29'Char' is an expression type with no literalsDavid Crocker
2021-01-09In BinaryParser allow a single expression where an array is requestedDavid Crocker
2021-01-03VariousDavid Crocker
2021-01-03VariousDavid Crocker
2020-12-29Increased maximum axes to 15, reduced default extruders to 0David Crocker
2020-12-07Added allowEmpty parameter to GCodeBuffer::GetQuotedStringDavid Crocker
2020-11-30Reworked use of optimisation attributesDavid Crocker
2020-11-29Fixed expansion board updates via CAN in SBC modeChristian Hammacher
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-26Fixed missing acknowledgement to DWC when a command invoked a macroDavid Crocker
2020-11-25Merge branch 'v3-chrishamm' into v3.02-devDavid Crocker
2020-11-25In Marlin mode reply with "ok" once per line not once per commandDavid Crocker
2020-11-24Work towards 3.2.0-b4Christian Hammacher
2020-11-19Use debugPrintf(...) in preference to MessageF*(DebugMessage, ...)David Crocker
2020-11-15Various changes for ATEDavid Crocker
2020-11-12More SBC improvementsChristian Hammacher
2020-11-10More additions to latest bug fixesChristian Hammacher
2020-11-10Fixed macro issues in SBC modeChristian Hammacher
2020-11-06Merge remote-tracking branch 'origin/v3.02-dev' into v3-chrishammChristian Hammacher
2020-11-06Final (I hope) changes for 3.2beta3David Crocker
2020-11-06Use optimised memcpy calls in SBC modeChristian Hammacher
2020-11-06Improvements for SBC modeChristian Hammacher
2020-11-05Fixed crash when debugging GCodes in SBC modeChristian Hammacher
2020-11-05Inlined some trivial functions in GCodeBufferDavid Crocker
2020-11-04Fixed issues with incorrect reporting of pausing/resuming statesDavid Crocker
2020-10-29Improved speed of commands received over USBDavid Crocker
2020-10-26Implemented filament-error macro filesDavid Crocker
2020-10-24Improvements for SBC modeChristian Hammacher
2020-10-24Got rid of some code analysis and compiler warningsDavid Crocker
2020-10-22Make report-timer non-staticManuel Coenen
2020-10-22Merge branch 'v3.02-dev' into v3-wilrikerManuel Coenen
2020-10-21Various fixesDavid Crocker
2020-10-14Add active status report push to most situationsManuel Coenen