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-08-25Fall back to /sys if wifi firmware not found in /firmwareDavid Crocker
2021-08-23Closed loop control (#538)Louis Irwin
2021-08-21Added driver brake supportDavid Crocker
2021-08-16Merge branch '3.4-input-shaping' into 3.4-devDavid Crocker
2021-08-16Merge branch '3.4-dev' into 3.4-nosdcard3.4-nosdcard3.4-dev-no-input-shapingDavid Crocker
2021-08-09More work on embedded file supportDavid Crocker
2021-08-03Allow P0 in G10 L2 and G10 L20 commands (LinuxCNC extension)David Crocker
2021-08-01Allow P0 in G10 L2 and G10 L20 commands (LinuxCNC extension)David Crocker
2021-07-31Further improvementsChristian Hammacher
2021-07-31Lock movement before executing M569.1; implement remote M569.2David Crocker
2021-07-30Merge branch 'v3-chrishamm' into 3.4-input-shapingDavid Crocker
2021-07-29Further improvementsChristian Hammacher
2021-07-29Lock movement before executing M569.1; implement remote M569.2David Crocker
2021-07-27Merge branch '3.4-dev' into 3.4-input-shapingDavid Crocker
2021-07-24Finished converting time units to step clocks, pending testingDavid Crocker
2021-07-21More work towards 3.4Christian Hammacher
2021-06-13VariousDavid Crocker
2021-05-19G38.2 now allows K parameter to specify the probe numberDavid Crocker
2021-05-08Default PCF speed is now saved in a restore pointDavid Crocker
2021-04-15Added M569.2David Crocker
2021-04-08Support Ideamaker PRINTING and REMAINING_TIME comment metadataDavid Crocker
2021-03-24Fix issue with probing one point less than the user intendedDavid Crocker
2021-03-19RefactoringDavid Crocker
2021-03-19Added accelerometer support, over CAN only at presentDavid Crocker
2021-03-16Fixed issue with G92 changing un-mentioned axes to be within limitsDavid 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-03Got rid of "near endstop" statusDavid Crocker
2021-02-27Use fastSqrtf instead of sqrtf throughoutDavid Crocker
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-10Use CAN time stamps to reduce clock sync jitterDavid Crocker
2020-12-28Partially implemented M954David Crocker
2020-12-08Save some memory by making serialChannelForPanelDueFlashing staticManuel Coenen
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-25Reduced max length of M569 messages to avoid reply overflowDavid Crocker
2020-11-11Improvements to heater tuningDavid Crocker
2020-11-06Added memcpyf and memcpyi32, renamed memcpy32 to memcpyu32David Crocker
2020-11-01Motion system fixes for CNC and OpenPnPDavid Crocker
2020-10-29Extended logging (#446)Manuel
2020-10-27Fixed recently introduced G92 bugDavid Crocker
2020-10-26move.axis[].homed is no longer flagged live in the object modelDavid Crocker