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
2020-11-30Reworked use of optimisation attributesDavid Crocker
2020-11-30Implement flashing PanelDue v3 from Duet mainboards (#451)Manuel
2020-11-30Allow M203 to work in either mm/min or mm/secDavid Crocker
2020-11-30Merge branch 'v3-chrishamm' into v3.02-devDavid Crocker
2020-11-30Change M203 back to reporting speeds in mm/minDavid Crocker
2020-11-30Allow port names of the form "0.xxx" on Duet 2David Crocker
2020-11-29More bug fixesChristian Hammacher
2020-11-29Fixed expansion board updates via CAN in SBC modeChristian Hammacher
2020-11-29Fixed print hang when there is a very short (10 clocks) null moveDavid Crocker
2020-11-29Improved Move debug and diagnosticsDavid Crocker
2020-11-26Increased version to 3.2beta4David Crocker
2020-11-26Avoid reporting very large file positions when the print file has justDavid Crocker
2020-11-26Merge remote-tracking branch 'origin/v3.02-dev' into v3-chrishammChristian Hammacher
2020-11-26More work towards 3.2.0-b4Christian Hammacher
2020-11-26Removed order dependency of M307, M143, M140, M141 and M563David Crocker
2020-11-26File missed from previous commitDavid Crocker
2020-11-26Fixed missing acknowledgement to DWC when a command invoked a macroDavid Crocker
2020-11-25Merge branch 'v3-chrishamm' into v3.02-devDavid Crocker
2020-11-25Reduced max length of M569 messages to avoid reply overflowDavid Crocker
2020-11-25Merge remote-tracking branch 'origin/v3.02-dev' into v3-chrishammChristian Hammacher
2020-11-25In Marlin mode reply with "ok" once per line not once per commandDavid Crocker
2020-11-24Work towards 3.2.0-b4Christian Hammacher
2020-11-24M118 bug fix: append newline except when sending to HTTPDavid Crocker
2020-11-24Bug fix: M226, M600, M601 no longer workedDavid Crocker
2020-11-23Support M308 L999 and H999 on expansion boardsDavid Crocker
2020-11-23Bug fix to TMC22xx driverDavid Crocker
2020-11-23Minor changesDavid Crocker
2020-11-22Corrected and improved reported statistics in CAN diagnosticsDavid Crocker
2020-11-22Fixed use of RSWDT in SAME70 buildsDavid Crocker
2020-11-21Main and expansion board TMC22xx drivers brought into lineDavid Crocker
2020-11-21Switched to fast CRC calculation in TMC22xx driverDavid Crocker
2020-11-20Improvements to TMC22xx driverDavid Crocker
2020-11-20debugPrintf now uses less stackDavid Crocker
2020-11-20Andy's heater tuning fixDavid Crocker
2020-11-19Use debugPrintf(...) in preference to MessageF*(DebugMessage, ...)David Crocker
2020-11-19LCD now uses vuprintf instead of deriving from PrintDavid Crocker
2020-11-19Fixed compile errors when HAS_VOLTAGE_MONITOR is not setDavid Crocker
2020-11-17Minor correction to CanInterfaceDavid Crocker
2020-11-16Changes for ATEDavid Crocker
2020-11-15Various changes for ATEDavid Crocker
2020-11-13Added WiFi connection mode to diagnosticsDavid Crocker
2020-11-12Fixes and improvements to new heater model and tuning3.2beta3.2David Crocker
2020-11-12Merge branch 'v3-chrishamm' into v3.02-devDavid Crocker
2020-11-12Avoid a possible unaligned 32-bit memory readDavid Crocker
2020-11-12More SBC improvementsChristian Hammacher
2020-11-12Replaced call to log by logfDavid Crocker
2020-11-11Improvements to new heater tuning and feedforwardDavid Crocker
2020-11-11Minor fixes to new heater tuningDavid Crocker
2020-11-11Implemented heater feedforward for fan RPM changesDavid Crocker
2020-11-11Merge branch '3.2-new-heater-tuning' of https://github.com/Duet3D/RepRapFirmw...David Crocker