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-11Added most of the event handling codeDavid Crocker
2021-11-23Fixed heightmap.csv generation for Duet2_SBCChristian Hammacher
2021-11-07Bug fix for tool changingDavid Crocker
2021-11-05Fixes for G68David Crocker
2021-11-05We no longer restore position automatically after a tool changeDavid Crocker
2021-11-02Removed heightmap code for SBC modeChristian Hammacher
2021-10-31Tidied up for static analysisDavid Crocker
2021-10-28SBC improvements for 3.4-b6Christian Hammacher
2021-10-22M0/M1 no longer turns heaters off if stop.g/sleep.g is foundDavid Crocker
2021-10-04Addition to previous commitDavid Crocker
2021-09-24Fixed wonky delta prints, also added a new simulation modeDavid Crocker
2021-09-21Set correct Z coordinate before calling Kinematics::IsReachableDavid Crocker
2021-09-08Work on restartable macros + preparatory work for multiple streamsDavid Crocker
2021-08-09Bug fixes for SBC modeChristian Hammacher
2021-08-03Fixe pause followed by cancel in standalone mode; removed M0/1 H paramDavid Crocker
2021-07-29Simplified IsAccessibleProbePoint and IsReachableDavid Crocker
2021-07-27Merge branch '3.4-dev' into 3.4-input-shapingDavid Crocker
2021-07-24More fixes for new time unitsDavid Crocker
2021-07-21More work towards 3.4Christian Hammacher
2021-07-11Merge branch '3.4-dev' into 3.4-input-shapingDavid Crocker
2021-07-11Homing files should ignore workplace coordinate offsetsDavid Crocker
2021-06-07More work on input shapingDavid Crocker
2021-06-04Bug fix: when a macro was aborted the error message was lostDavid Crocker
2021-05-08Default PCF speed is now saved in a restore pointDavid Crocker
2021-05-08Allow empty K and F parameters in M409David Crocker
2021-05-01Fixed bugs with fast-then-slow G30 probing3.3RC1David Crocker
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