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
path: root/src
AgeCommit message (Expand)Author
2022-02-03Renamed some constants and added Peltier cooling supportDavid Crocker
2022-02-03Minor refactoring of code to write thumbnail dataDavid Crocker
2022-02-03Merge pull request #556 from mfs12/fix-thumbnail-downloaddc42
2022-02-03RepRap: fixed thumbnail read data functionMichael Szafranek
2022-02-02Fixed issue with non-blocking M291 command followed by a blocking oneDavid Crocker
2022-02-02Fixed issue with pause/resume during segmented movesDavid Crocker
2022-02-02Removed duplicate #defineDavid Crocker
2022-02-02Removed duplicate #defineDavid Crocker
2022-02-01Fixes for Duet 3 Mini build without WiFi networkingDavid Crocker
2022-02-01Fix or Duet 3 Mini build with Ethernet disabledDavid Crocker
2022-02-01Fix for Duet 3 Mini with CAN expansion disabledDavid Crocker
2022-02-01Fix for expansion board mode (thanks Andy)David Crocker
2022-02-01Increased max drivers/axis to 6 on Duet 2David Crocker
2022-02-01RepRap: changed thumbnail read function to be more efficientMichael Szafranek
2022-01-30Fixes to TMC22xx driver for up to 4 TMC2209 with no multiplexerDavid Crocker
2022-01-29Brought into line with version of this file in DuetExpansionDavid Crocker
2022-01-29Fixed stall homing of individual multiple drives on an axisDavid Crocker
2022-01-29TMC22xx drivers no longer default to stealthchopDavid Crocker
2022-01-29M906/913/917 without parameters no longer wait for movement lockDavid Crocker
2022-01-28Implemented M915 in expansion board modeDavid Crocker
2022-01-28Expansion mode fixes from gloomyAndyDavid Crocker
2022-01-28Merge branch 'v3-chrishamm' into 3.4-devDavid Crocker
2022-01-28Fix for last changeChristian Hammacher
2022-01-28Merge branch 'v3-chrishamm' into 3.4-devDavid Crocker
2022-01-28Increased max number of bed and chamber heaters for Duet 3 MiniDavid Crocker
2022-01-28Added move.limitAxes and move.noMovesBeforeHomingChristian Hammacher
2022-01-24Fixes for MB6XDDavid Crocker
2022-01-24Added annotations for static analysisDavid Crocker
2022-01-22Fixes for MB6XDDavid Crocker
2022-01-22OM field state.thisInput is now flagged verboseDavid Crocker
2022-01-22Fix for building SBC-enabled configurationsDavid Crocker
2022-01-20Added OM field state.thisInputDavid Crocker
2022-01-19Bug fix for queued GCodes that were long or contained expressionsDavid Crocker
2022-01-19Merge remote-tracking branch 'origin/3.4-dev' into v3-chrishammChristian Hammacher
2022-01-19Added "Unknown" ESP reset reasonDavid Crocker
2022-01-19Added reset reason messages for new ESP reset codesDavid Crocker
2022-01-18Fix possible overflow when commands are queued for deferred processingDavid Crocker
2022-01-18Added inverted pin names for isolated I/OsDavid Crocker
2022-01-17More work on MB6XD step generationDavid Crocker
2022-01-17Partially implemented MB6XD driver stepping codeDavid Crocker
2022-01-14Increased version to 3.4b7+7David Crocker
2022-01-13Fixed 12864 active temperature live adjust not turning bed heater onDavid Crocker
2022-01-13Added correct pin table for MB6XD fixed some code for itDavid Crocker
2022-01-13Fix for M280 on remote portsDavid Crocker
2022-01-13Changed to use Succeeded(GCodeResult) functionDavid Crocker
2022-01-12Refactored active/standby tool and heater setting code to save spaceDavid Crocker
2022-01-12Refactored averagePwm + other minor changesDavid Crocker
2022-01-12Bug fix: heaters sometimes didn't turn on when they were below 25CDavid Crocker
2022-01-11Bug fix for DMA-driven RGB Neopixels with F1 in the M150 commandDavid Crocker
2022-01-11Merge remote-tracking branch 'origin/3.4-dev' into v3-chrishammChristian Hammacher