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
2022-08-31Merge branch '3.4-dev' into 3.4-extruder-only-movement-fix3.4-extruder-only-movement-fixDavid Crocker
2022-08-30Support M917 on MB6XDDavid Crocker
2022-08-16Attempted fix for extruder-only moves after M400 with tapered bed compDavid Crocker
2022-08-15Replaced Gb by GB etc.David Crocker
2022-07-04Don't raise driver error events on 6XD when in test modeDavid Crocker
2022-06-28Bug fixes for stack handlingChristian Hammacher
2022-05-23Simplified code to save flash memory in Duet 2 buildDavid Crocker
2022-04-21Removed possible virus attack warning from http serverDavid Crocker
2022-03-09Minor correction to GCodes2.cppDavid Crocker
2022-03-08Increased allowed length of GCode commands to 256 charactersDavid Crocker
2022-02-24Fix for M291 in homing fileDavid Crocker
2022-02-17Added "CRC required" option to serial input channelsDavid Crocker
2022-02-17Reduced code size for Duet 2 buildDavid Crocker
2022-02-14Added SD card partition size to M39 response and object modelDavid Crocker
2022-02-07Various changes for 3.4.rc1David Crocker
2022-02-06Fixed inconsistency with err code of rr_thumbnailChristian Hammacher
2022-02-03Renamed some constants and added Peltier cooling supportDavid Crocker
2022-01-29M906/913/917 without parameters no longer wait for movement lockDavid Crocker
2022-01-28Fix for last changeChristian Hammacher
2022-01-20Added OM field state.thisInputDavid Crocker
2022-01-12Refactored active/standby tool and heater setting code to save spaceDavid Crocker
2022-01-08Implemented M36.1 and rr_thumbnailDavid Crocker
2022-01-04Support variable servo refresh frequencyDavid Crocker
2021-12-27Replaced < NEARLY_ABS_ZERO by <= NEARLY_ABS_ZERODavid Crocker
2021-12-21Recognise DueX v0.11 boards and adjust default thermistor series RDavid Crocker
2021-12-13Added support for M957David Crocker
2021-12-13Finished first cut of new event handling. No heater fault timers yet.David Crocker
2021-11-11Fixed issue with extruder stopping after a tiny moveDavid Crocker
2021-11-05Fixes for G68David Crocker
2021-11-05Introduced reduced accelerations and M201.1David Crocker
2021-11-02Removed heightmap code for SBC modeChristian Hammacher
2021-10-28SBC improvements for 3.4-b6Christian Hammacher
2021-10-25Work towards v3.4-b6Christian Hammacher
2021-10-22M0/M1 no longer turns heaters off if stop.g/sleep.g is foundDavid Crocker
2021-10-19Removed unused Platform::configuredHeaters variable and associated funcDavid Crocker
2021-10-18Initial implementation of G68/69David Crocker
2021-10-09M17 now enables drivers even when RRF thinks they are already enabledDavid Crocker
2021-10-04Work towards v3.4-b5Christian Hammacher
2021-10-04Allow absolute M290 babystepping when axes not homedDavid Crocker
2021-09-30Proposed fix to allow M290 resets in homing filesChristian Hammacher
2021-09-24Fixed wonky delta prints, also added a new simulation modeDavid Crocker
2021-09-22Merged main and expansion board TMC22xx ands TMC51xx driversDavid Crocker
2021-09-21SBC-related work towards 3.4-b4Christian Hammacher
2021-09-13Added M309 get/set heater feedforwardDavid Crocker
2021-09-10ATE build: M997 no longer turns of EUT power unless target is main boardDavid Crocker
2021-09-08Work on restartable macros + preparatory work for multiple streamsDavid Crocker
2021-09-06Attemp fix for main loop timeout when tuning closed loop motorDavid Crocker
2021-09-06Changes to allow macros to be paused and restartedDavid Crocker
2021-09-03Added support for pausing macros and restarting themDavid Crocker
2021-08-31Merge branch 'v3-chrishamm' into 3.4-devDavid Crocker