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-09-14Reinstate the discarding of GCode lines with bad or missing checksums3.3-devDavid Crocker
2021-09-10Merge branch '3.3-dev' of https://github.com/Duet3D/RepRapFirmware.git into ↵David Crocker
3.3-dev
2021-09-10ATE build: M997 no longer turns of EUT power unless target is main boardDavid Crocker
Also turn off EUT power when doing an emergency stop
2021-08-25Fall back to /sys if wifi firmware not found in /firmwareDavid Crocker
2021-08-25Fall back to /sys if IAP not found in /firmwareDavid Crocker
2021-08-18Added ATE firmware versionDavid Crocker
2021-07-20Fixed assertion error when tick ISR tries to turn off all heatersDavid Crocker
2021-07-08Fix for rotational-only movement with Penta Axis kinematicsDavid Crocker
2021-07-07Fixed issue with remote-only moves being scheduled too earlyDavid Crocker
2021-07-07Fixed M117 "string too long" issueDavid Crocker
2021-06-16Merge branch 'master' into 3.3-devmasterDavid Crocker
2021-06-15Changed version to 3.33.3David Crocker
2021-06-15Increased version to 3.3RC3+8David Crocker
2021-06-14Changed interface to CanDevice in CoreN2G to count Tx errs per bufferDavid Crocker
Also adjusted some CAN timeouts
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-09Wait until code queue empty before changing toolDavid Crocker
2021-06-09Added missing 'override' specifiersDavid Crocker
2021-06-07Fixed issue with doing maths on unsigned values e.g. job.filePositionDavid Crocker
2021-06-07Removed redundant null movemnent commandsDavid Crocker
2021-06-06Adjusted interrupt priorities to fix MB6HC seris outputDavid Crocker
2021-06-04Bug fix: when a macro was aborted the error message was lostDavid Crocker
2021-06-04Increased Heat task stack sizeDavid Crocker
2021-06-04Improved SBC diagnosticsChristian Hammacher
Reset maximum time between SPI transfers back to 4 seconds Fixed potential issue that could cause stale packets to be written
2021-06-04Merge remote-tracking branch 'origin/3.3-dev' into v3-chrishammChristian Hammacher
2021-06-03Move SBC task priority to TaskPrioritiesDavid Crocker
2021-06-03Increased SPI timeout, also fixed race conditionDavid Crocker
2021-06-03Merge remote-tracking branch 'origin/3.3-dev' into v3-chrishammChristian Hammacher
2021-06-03Fix heater tuning when print colling fan doesn't increase cooling rateDavid Crocker
2021-06-02Corrected initialisation of Aux1 on Duet 3 MB6HCDavid Crocker
2021-06-01Don't allow DueX pins to be used for laser controlDavid Crocker
2021-05-26Expanded movement message sequence numbers from 3 to 7 bits3.3RC3David Crocker
2021-05-26Added debug reports for Tx time stampingDavid Crocker
Also changed expansion board mode time sync reporting to stay in line with Duet3Expansion
2021-05-26Report CAN resyncs due to timeout and excessive jitter separatelyDavid Crocker
2021-05-26Corrected some exception specifications (thanks Andy)David Crocker
2021-05-25Workaround for SAME70 transmit time stamp issueDavid Crocker
2021-05-24Use a mutex in SendRequestAndGetStandardReplyDavid Crocker
Also initialise the step timer before starting the scheduler Also clear packTimeSyncTxDelay after reporting it
2021-05-24Fix apparent loss of CAN syncDavid Crocker
2021-05-24lastFileName is no longer repported while a print is in progressDavid Crocker
Also fixed race conditoin between changing isPrinting state and updating seqs.job
2021-05-24Merge remote-tracking branch 'origin/3.3-dev' into v3-chrishammChristian Hammacher
2021-05-23Bug fix to crash handler (still 3.3RC3 candidate)David Crocker
Tyhe crash handler was allocating the buffer for reading/writing flash memory on the stack. When the crash handler was called in-process (e.g. due to an assertion failure or a memory allocation failure), this typically corrupted the task details.
2021-05-23Use function_ref in preference to inplace_functionDavid Crocker
2021-05-23Removged Duet3ATE configurationDavid Crocker
2021-05-21Increased version to 3.3RC2David Crocker
Also added compile options -fstack-usage -fdump-rtl-expand to SAME5x config
2021-05-19G38.2 now allows K parameter to specify the probe numberDavid Crocker
2021-05-19Bug fix: M291 in pause.g/filament-change.g allowed execution to continueDavid Crocker
2021-05-18Fixed issue calused by Move task using same CAN buffer as Main taskDavid Crocker
2021-05-17Merge remote-tracking branch 'origin/3.3-dev' into v3-chrishammChristian Hammacher
2021-05-16Corrected M4 with P and S parameters, also simplified M5David Crocker
2021-05-16Fixed M3 with P and S parametersDavid Crocker
2021-05-16Corrected accelerometer upper SPI frequency limitDavid Crocker