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-02-01Merge remote-tracking branch 'origin/3.3-dev' into wil-convert-same70-to-coren2gManuel Coenen
2021-01-31Fixes for ATE and remote commandsDavid Crocker
2021-01-25Merge remote-tracking branch 'origin/3.3-dev' into wil-convert-same70-to-coren2gManuel Coenen
2021-01-24More work on remote heater tuningDavid Crocker
2021-01-24More work on remote heater tuningDavid Crocker
2021-01-23Partially implemented remote heater tuningDavid Crocker
2021-01-22Fix all compiler and linker errors for SAM4E+CoreN2GManuel Coenen
Note: PinTable still empty
2021-01-20Clean-up remaining #if SAME5x instancesManuel Coenen
2021-01-20Partway through cleaning up #if SAME5x crazynessManuel Coenen
2021-01-19Fix remaining linker issuesManuel Coenen
2021-01-19Fix all compiler bugs (linker still unhappy)Manuel Coenen
2021-01-09Fixes for gcc version 10David Crocker
Also fixed shadow definitions
2021-01-05Implemented deleting local and remote sensors by using "nil" port nameDavid Crocker
2020-12-28Partially implemented M954David Crocker
2020-12-28Support remote configuration of PT100 and thermocouple sensorsDavid Crocker
2020-12-27Support remote M308, for thermistors only so farDavid Crocker
2020-12-27Merge branch 'v3.02-dev' into 3.3-devDavid Crocker
2020-12-24Fixed bus off handling and other bugs in SAME70 CAN driver3.2RC2David Crocker
Also allow temperatures below -5C to be read by low-resistance thermistors
2020-12-22Started implementing EUT mode (doesn't compile yet)David Crocker
2020-12-19Changed minimum allowed heating rateDavid Crocker
2020-11-30Improved the new heater tuning algorithmDavid Crocker
2020-11-26Removed order dependency of M307, M143, M140, M141 and M563David Crocker
2020-11-23Support M308 L999 and H999 on expansion boardsDavid Crocker
2020-11-20Andy's heater tuning fixDavid Crocker
2020-11-19Fixed compile errors when HAS_VOLTAGE_MONITOR is not setDavid Crocker
Also made processing of remote temperayure and heater reports more efficient
2020-11-16Changes for ATEDavid Crocker
2020-11-12Fixes and improvements to new heater model and tuning3.2beta3.2David Crocker
Heater model defaults to enabled when set up with default parameters M303 H parameter is optional (but checked) if T parameter is given
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-11Improvements to heater tuningDavid Crocker
Changed heater model parameters to have both fan on and fan off cooling rates
2020-11-10Corrected display of tuning phaseDavid Crocker
2020-11-10More work on heater tuningDavid Crocker
2020-11-10Added tuning with/without fans onDavid Crocker
2020-11-09Bug fixes, mostly to new heater tuningDavid Crocker
2020-11-09First implementation of new tuning algorithmDavid Crocker
2020-10-30Fixed LinearAnalogSensor build for SAME5xDavid Crocker
2020-10-30Bug fix to LinearAnalogSensorDavid Crocker
On Duet 3 the the reading returned was 4 times the correct value
2020-10-24Got rid of some code analysis and compiler warningsDavid Crocker
2020-10-19Minor refactoring to bring IoPorts into line with expansion board f/wDavid Crocker
2020-10-13Minor improvements + PanelDue 3.2 fixDavid Crocker
2020-10-01Fixes issue when a homing file terminates with an exceptionDavid Crocker
2020-09-30Improved the instructions displayed when heater tuning completesDavid Crocker
2020-09-26Fixes for Duet 3 Mini v0.4David Crocker
2020-09-10Reinstated limit on heater PWM frequencyDavid Crocker
2020-09-08M308 H and L parameters are now supported on all buildsDavid Crocker
This includes semi-automatic calibration of H and L for Duet Maestro and Duet 3 Mini (as on Duet 3 MB6HC)
2020-09-07Fixes, mostly for software resetsDavid Crocker
Reduced stack length in software reset data to 27 words because we can't print more Avoid some unaligned accesses to CAN data etc. Add dwell time before M122 P100x operations that cause a reset, so allow the HTTP response to be sent back to DWC, otherwise it will retry Fixed issue with NVM not getting initialised after a firmware upgrade Binary parser only pads arrays out if exactly one value was given
2020-09-05Improved the software reset data amd fixed displayed last reset timeDavid Crocker
Also fixed by with random initial H and L values on Duet Maestro and Duet 3 Mini5+
2020-08-31Moved Duet 3 default thermistor and fan parameters to Duet3Common.hDavid Crocker