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-12-06Correction to previous commit for handling grace period changesDavid Crocker
2021-12-06Increment seqs.move when movement queue length is updatedDavid Crocker
2021-10-31Added explicit constructor callsDavid Crocker
2021-10-28Fixed issue with small extruder moves and filament monitorsDavid Crocker
2021-10-26Changed how we update extrusion accumulators, fixed poss. race conditionDavid Crocker
2021-10-21Implemented most filament monitor support in expansion modeDavid Crocker
2021-09-24Fixed wonky delta prints, also added a new simulation modeDavid Crocker
2021-09-14Implemented extrusion feedforwardDavid Crocker
2021-08-25Shortened some text in the M122 reportDavid Crocker
2021-08-20Attempted fix for movement stalled issueDavid Crocker
2021-07-31Got simulation mode working againDavid Crocker
2021-07-26Attempt fix for prepare underruns with sequences of short segmentsDavid Crocker
2021-07-24Finished converting time units to step clocks, pending testingDavid Crocker
2021-07-07Fixes for input shaping + CANDavid Crocker
2021-06-13Merge branch '3.4-dev' into 3.4-input-shapingDavid Crocker
2021-06-13VariousDavid Crocker
2021-06-07More work on input shapingDavid Crocker
2021-05-14Some functions were incorrectly declared noexceptDavid Crocker
2021-05-14Some functions were incorrectly declared noexceptDavid Crocker
2021-04-19Added a separate Move taskDavid Crocker
2021-04-19Minor improvements to step generationDavid Crocker
2021-04-02Use new interrupt enable/disable functions in CoreN2GDavid Crocker
2021-04-01Fixes issue with G92 <axis> resetting extruder positionsDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-02-22Added move.queue to object modelDavid Crocker
2021-02-05DDARing::GetGracePeriod is now an inline functionDavid Crocker
2021-02-05Feature / Configurable Grace Period for Starting into Moves (#471)markmaker
2021-01-23Initial implementation of G17/G18/G19 (not tested)David Crocker
2021-01-03VariousDavid Crocker
2021-01-02Use CanMovementLinear message instead of CanMovement message for 3 MiniDavid Crocker
2020-12-27Added SUPPORT_REMOTE_COMMANDSDavid Crocker
2020-12-27Implemented movement and timekeeping in CAN slave modeDavid Crocker
2020-12-07Implemented M595David Crocker
2020-11-29Improved Move debug and diagnosticsDavid Crocker
2020-11-06Fix compile error for PCCB build (still 3.2beta3)David Crocker
2020-11-06Added memcpyf and memcpyi32, renamed memcpy32 to memcpyu32David Crocker
2020-10-28Fixed reporting of underrunsDavid Crocker
2020-10-25Improved hiccup algorithm to solve issue reported by AndyDavid Crocker
2020-10-24Got rid of some code analysis and compiler warningsDavid Crocker
2020-08-09Movement fixesDavid Crocker
2020-04-12Various fixesDavid Crocker
2020-04-09Implemented hiccup fix from expansion board firmwareDavid Crocker
2020-02-29Still 3.01-RC3 provisionalDavid Crocker
2020-01-22Bug fix and more Object Model fieldsDavid Crocker
2020-01-20Removed unused functionsDavid Crocker
2020-01-20Improved StepTimer to increase maximum step rateDavid Crocker
2020-01-19Improved speed of step generation a littleDavid Crocker
2020-01-17Added more OM fieldsDavid Crocker
2019-12-163.0RC1 final(?)David Crocker
2019-12-10Started adding noexcept specifiersDavid Crocker