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-03-15Fix for Fanuc mode3.4.0David Crocker
2022-03-15Changed type of _estack. 3.4.0 stable candidate.David Crocker
2022-03-12Added missing newline in stall warning messageDavid Crocker
2022-03-12Aded error message if M929 fails to create the log fileDavid Crocker
2022-03-11Bug fix to changing heater statesDavid Crocker
2022-03-10Version 3.4-rc2+3Christian Hammacher
2022-03-09Fixed another bug in SBC modeChristian Hammacher
2022-03-09Minor correction to GCodes2.cppDavid Crocker
2022-03-08Increased allowed length of GCode commands to 256 charactersDavid Crocker
2022-03-08Increased max extruders/tool and heaters/tool on MB6HC and MB6XDDavid Crocker
2022-03-08Fixed bug with incorrect heater feedforward when fan speed changesDavid Crocker
2022-03-07Pin swaps on Mini4 boardDavid Crocker
2022-03-07Added Mini4 LCD pinsDavid Crocker
2022-03-07Mini4 board pin changesDavid Crocker
2022-03-07Corrections for Mini4 boardDavid Crocker
2022-03-07Corrected two Duet 3 Mini ATE pin namesDavid Crocker
2022-03-04Increased reporting of extrusion factors in OM from 2 to 3 d.p.David Crocker
2022-03-03Fix N538 and N539 codes on 12864 displayDavid Crocker
2022-03-03Don't report empty responses to PanelDueDavid Crocker
2022-03-03Moved MaxThumbnails to Configuration.h and increased it to 4David Crocker
2022-02-28Removed incorrect driver 'pos' field from M122 reportDavid Crocker
2022-02-28Improved M569 T parameter support on MB6XDDavid Crocker
2022-02-25Bug fix for OM query of tools[N].fans[M]David Crocker
2022-02-25Shut down cleanly before resetting when commanded by SBCDavid Crocker
2022-02-25Correct a line of codeDavid Crocker
2022-02-25M409 messages are no longer exempted from requiring CRCsDavid Crocker
2022-02-25Bug fix for SBC modeChristian Hammacher
2022-02-24Fix for M291 in homing fileDavid Crocker
2022-02-24Changed the names of homing files for lowercase axis lettersDavid Crocker
2022-02-23Cosmetic changeDavid Crocker
2022-02-22Fixes resurrect.g bug for HangprinterTorbjørn Ludvigsen
2022-02-22Populate boards[].name for expansion boards3.4.0rc2David Crocker
2022-02-22Abort sending thumbnail data if a space is seen in itDavid Crocker
2022-02-22Updated a commentDavid Crocker
2022-02-22Changed type of state.deferredPowerDown to boolDavid Crocker
2022-02-19Update move.compensation.meshDeviation when height map loaded from fileDavid Crocker
2022-02-17Added OM field boards[].closedLoopDavid Crocker
2022-02-17Changed Duet 3 Mini WiFi transfer wait-until-finished codeDavid Crocker
2022-02-17Fixes for homing CAN drives when the endstop switch is already triggeredDavid Crocker
2022-02-17Added "CRC required" option to serial input channelsDavid Crocker
2022-02-17Reduced code size for Duet 2 buildDavid Crocker
2022-02-16Corrected adjustment to number of decimal places when printing floatsDavid Crocker
2022-02-16Increased precision of heater PID constants returned in object modelDavid Crocker
2022-02-16Refactored thumbnail parser to save flash spaceDavid Crocker
2022-02-16Added debug, now commented outDavid Crocker
2022-02-16Changed rotary encoder transition table to be less noise-sensitiveDavid Crocker
2022-02-14Merge branch 'v3-chrishamm' into 3.4-devDavid Crocker
2022-02-14Added defragmentation for SBC code buffer ringChristian Hammacher
2022-02-14Added SD card partition size to M39 response and object modelDavid Crocker
2022-02-14Fix for M915 with R2 or R3 parameterDavid Crocker