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-11-30Call reprap.MoveUpdated after changing extruder pressure advanceDavid Crocker
2021-11-02Removed heightmap code for SBC modeChristian Hammacher
2021-11-01In laser mode, turn laser off immediately when the move endsDavid Crocker
2021-10-31Tidied up for static analysisDavid Crocker
2021-10-28Merge remote-tracking branch 'origin/3.4-dev' into v3-chrishammChristian Hammacher
2021-10-28SBC improvements for 3.4-b6Christian Hammacher
2021-10-25Inlined a functionDavid Crocker
2021-10-21Completed implementing filament monitors in expansion modeDavid Crocker
2021-10-21Implemented most filament monitor support in expansion modeDavid Crocker
2021-10-18Initial implementation of G68/69David Crocker
2021-09-24Fixed wonky delta prints, also added a new simulation modeDavid Crocker
2021-09-03Bug fix: leadscrew adjustment moves were delayed until next moveDavid Crocker
2021-08-25Fixed driver idle timeoutDavid Crocker
2021-08-20Attempted fix for movement stalled issueDavid Crocker
2021-07-31Got simulation mode working againDavid Crocker
2021-07-29Simplified IsAccessibleProbePoint and IsReachableDavid Crocker
2021-07-27Merge branch '3.4-dev' into 3.4-input-shapingDavid Crocker
2021-07-26Attempt fix for prepare underruns with sequences of short segmentsDavid Crocker
2021-07-24Fixed compile errors for CAN-enabled builds3.4-input-shaping-new-unitsDavid Crocker
2021-07-24Corrected pressure advance for new time unitsDavid Crocker
2021-07-24Fixes for change to time unitsDavid Crocker
2021-07-24Fixes for change in 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-21More work towards 3.4Christian Hammacher
2021-06-26Merge branch '3.4-dev' into 3.4-input-shapingDavid Crocker
2021-06-26Reverted probeGrid in OM to return defaultGrid, added liveGridDavid Crocker
2021-05-19Merge branch '3.4-dev' into 3.4-input-shapingDavid Crocker
2021-05-18Fixed issue calused by Move task using same CAN buffer as Main taskDavid Crocker
2021-05-17Fixed some compile errors in Duet 2 buildDavid Crocker
2021-05-15RefactoringDavid Crocker
2021-05-14Some functions were incorrectly declared noexceptDavid Crocker
2021-05-05Merge branch '3.4-dev' into 3.4-input-shapingDavid Crocker
2021-05-04Moved common code into a new function to save code spaceDavid Crocker
2021-04-29Merge remote-tracking branch 'origin/3.4-dev' into 3.3-input-shapingDavid Crocker
2021-04-28Added M595 Q parameterDavid Crocker
2021-04-28Bug fixesDavid Crocker
2021-04-28Fix stack size issuesDavid Crocker
2021-04-25Increased some task stack sizesDavid Crocker
2021-04-21Merge branch '3.3-dev' into 3.3-input-shapingDavid Crocker
2021-04-21Added more movement debug, currently disabledDavid Crocker
2021-04-19Added a separate Move taskDavid Crocker
2021-04-05Fixes to input shapingDavid Crocker
2021-04-01Fixes issue with G92 <axis> resetting extruder positionsDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-02-25Fixed bug in new Cartesian movement codeDavid Crocker
2021-02-22Merge branch '3.3-input-shaping' into 3.3-devDavid Crocker
2021-02-22Added move.queue to object modelDavid Crocker
2021-02-22Work towards v3.3Christian Hammacher
2021-02-20Moved input shaper into a separate classDavid Crocker