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-14Fixed M585David Crocker
2021-03-12Rewrote M675 to fix numerous issuesDavid Crocker
2021-03-10Fix for DSFDavid Crocker
2021-03-10Implemented variablesDavid Crocker
2021-03-06Started adding support for variables and parametersDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-03-04Implemented fast-then-slow G30 probingDavid Crocker
2021-03-03Got rid of "near endstop" statusDavid Crocker
2021-02-24Fixed issue with printing being aborted during simulationDavid Crocker
2021-02-22Work towards v3.3Christian Hammacher
2021-02-18Refactored movedBufferDavid Crocker
2021-02-16Wil mesh any two axes (#476)dc42
2021-02-15Use stack for filename instead of allocting it permanentlyManuel Coenen
2021-02-15Add M997 P parameter to specify firmware binary to useManuel Coenen
2021-01-23Initial implementation of G17/G18/G19 (not tested)David Crocker
2020-12-07Minor improvements to new HTTP CORS codeDavid Crocker
2020-12-07Fix PanelDue not resetting at the end of flashingManuel Coenen
2020-11-30Implement flashing PanelDue v3 from Duet mainboards (#451)Manuel
2020-11-06Abort tool change and possibly running job if applying tool Z offset would ex...Manuel
2020-11-06Added memcpyf and memcpyi32, renamed memcpy32 to memcpyu32David Crocker
2020-11-05Inlined some trivial functions in GCodeBufferDavid Crocker
2020-11-04Fixed issues with incorrect reporting of pausing/resuming statesDavid Crocker
2020-10-29Extended logging (#446)Manuel
2020-10-26Implemented filament-error macro filesDavid Crocker
2020-10-25Merge branch 'v3-chrishamm' into v3.02-devDavid Crocker
2020-10-25Efficiency improvements to CheckReportDueDavid Crocker
2020-10-24Improvements for SBC modeChristian Hammacher
2020-10-14Add active status report push to most situationsManuel Coenen
2020-10-01Merge remote-tracking branch 'origin/v3.02-dev' into v3-chrishammChristian Hammacher
2020-10-01Fixed double calling of deployprobe/retractprobe when using BLTouchDavid Crocker
2020-09-30Merge remote-tracking branch 'origin/v3.02-dev' into v3-chrishammChristian Hammacher
2020-09-29Added files missing from previous commitDavid Crocker
2020-09-26More improvements for SBC modeChristian Hammacher
2020-09-25Added synchronisation to heightmap callsChristian Hammacher
2020-09-25Moved Linux subsystem to its own taskChristian Hammacher
2020-09-15Bug fixes for PanelDue in SBC modeChristian Hammacher
2020-09-13Z probe and trigger improvementsDavid Crocker
2020-09-10Abandon Z probing if the probe is remote and cannot be contactedDavid Crocker
2020-08-15Improvements to SBC interface for Duet 3 MiniDavid Crocker
2020-06-23M122 P104 now times SD card reads as well as writesDavid Crocker
2020-05-19Bug fix for M291 in SBC modeChristian Hammacher
2020-05-18Fixed message boxes in SBC modeChristian Hammacher
2020-05-16More work towards v3.1.1Christian Hammacher
2020-04-30Various changes for 3.01-RC11David Crocker
2020-04-28Bug fixes, and restore correct heigt after a tool changeDavid Crocker
2020-04-16Bug fixesDavid Crocker
2020-04-12Merge branch 'v3.01-dev' of https://github.com/dc42/RepRapFirmware.git into v...David Crocker
2020-04-12Fix to make 'result' constant correct after failing G30 commandsDavid Crocker
2020-04-10Revert "Fixed unwanted reply when msgboxes are shown"David Crocker
2020-04-09Fixed unwanted reply when msgboxes are shownChristian Hammacher