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 (Collapse)Author
2021-12-11Added most of the event handling codeDavid Crocker
2021-12-10Bug fix: release port if temp sensor configuration failedDavid Crocker
Also: in CAN expansion board mode, announce ourselves to the main board
2021-12-10Added missing exception specificationsDavid Crocker
2021-11-30Added OM fields for new heater modelDavid Crocker
2021-11-23Corrected heating fault error messageDavid Crocker
2021-11-22Fixed bug in calculation of heater PID parametersDavid Crocker
2021-11-22Another fix for the M307 A parameterDavid Crocker
2021-11-22Minor bug fix for M307Christian Hammacher
Bug fix: M307 tried to read the A parameter twice
2021-11-22Fix to new heater model codeDavid Crocker
2021-11-21Fixed heater fault detection while heating upDavid Crocker
Also shortened the M307 response so that it fits in the reply buffer
2021-11-20Changed heater model to support non-Newtonian coolingDavid Crocker
2021-11-18Support non-Newtonian coolimg in heater modelDavid Crocker
Also record the long-term gain when tuning
2021-11-09Annotations for static analysisDavid Crocker
2021-10-31Tidied up for static analysisDavid Crocker
2021-10-31Added explicit constructor callsDavid Crocker
2021-10-28Merge remote-tracking branch 'origin/3.4-dev' into v3-chrishammChristian Hammacher
2021-10-28SBC improvements for 3.4-b6Christian Hammacher
Refactored various parts of the SBC interface Renamed Linux to SBC in various places CAN updater checks if file is present on SBC before update SBC task is only woken up when SPI transfers finish Bug fix: Codes that were sent back to the SBC (e.g. from USB) caused temp reports to be printed Bug fix: SBC reconnects could take longer than expected
2021-10-25Provided nore detail in heater fault messageDavid Crocker
2021-10-23Expansion boards now receive broadcast temperature reportsDavid Crocker
Also added check that the sensors list remains ordered by sensor number
2021-10-21Added heater tuning status report when in expansion modeDavid Crocker
2021-10-21Implementation of heater in expansion mode mostly doneDavid Crocker
Still need to implement tuning cycle report
2021-10-21Pass a CanMessageBuffer to AllocateRequestIdDavid Crocker
2021-10-17Introduced file CANlib/RRF3Common.hDavid Crocker
2021-09-16Made heater fault detection less sensitiveDavid Crocker
2021-09-14Implemented extrusion feedforwardDavid Crocker
2021-08-26Refactored PS_ON handlingDavid Crocker
2021-08-21Changes for CANlib refactoringDavid Crocker
2021-08-13Fixed heating fault detection for heaters with slow cooling ratesDavid Crocker
2021-08-12Added missing status messages when in expansion modeDavid Crocker
2021-08-11Replaced MinMaxCurrent by MinCurMax for CAN message compatibilityDavid Crocker
Aso foxed a compile error for Duet 2 builds
2021-08-06Increased average PWM reported in OM to 3 decimal placesDavid 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-21Merge remote-tracking branch 'origin/3.4-dev' into v3-chrishammChristian Hammacher
2021-07-21More work towards 3.4Christian Hammacher
Added new "cancelling" state to state.status Experimental support for M911/916 is now enabled
2021-07-20Fixed assertion error when tick ISR tries to turn off all heatersDavid Crocker
2021-06-29Refactored swap-and-delete operationsDavid Crocker
2021-06-20Changed OM flags on heater.model from 'verbose' to 'none'David Crocker
2021-06-16Updated from 3.3 stable and corrected reporting of heater port namesDavid Crocker
2021-06-13Merge branch '3.3-dev' into 3.4-devDavid Crocker
2021-06-13VariousDavid Crocker
Support layer counting in GCode files generated by SuperSlicer When reporting a bad command, display any non-printing characters in hex Support measuring fan RPMs down to 160 instead of down to 320 After turning a remote heater on, if it was previously off then set its status to 'heating' pending receiving updated status for it, to make sure that M116 waits for it
2021-06-04Merge branch '3.3-dev' into 3.4-devDavid Crocker
2021-06-04Increased Heat task stack sizeDavid Crocker
2021-06-03Tidied up previous changeDavid Crocker
2021-06-03Support multiple ports per heaterDavid Crocker
2021-06-03Fix heater tuning when print colling fan doesn't increase cooling rateDavid Crocker
2021-06-03Fix heater tuning when print colling fan doesn't increase cooling rateDavid Crocker
2021-05-29Report heater averagre PWM in object model instead of lastPwmDavid Crocker
2021-05-29Added local heater PWM to the object modelDavid Crocker
2021-05-28Merge branch '3.3-dev' into 3.4-devDavid Crocker