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-11-24Don't output T-1 in resurrect.g file, for tool changersDavid Crocker
2021-11-08Increased MaxExtruders to 8 on Duet 3 MiniDavid Crocker
Also removed NumDefaultExtruders
2021-11-05Fixes for G68David Crocker
2021-11-02Removed heightmap code for SBC modeChristian Hammacher
Removed various bits that were previously needed for heightmap handling in SBC mode
2021-10-31Tidied up for static analysisDavid Crocker
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-25Work towards v3.4-b6Christian Hammacher
Added SBC data types for null, uint64_t, and datetimes Added new OM handler for file positions Refactored GCodes::GetFilePosition
2021-10-22Reduce acceleration when homing using stall detectionDavid Crocker
2021-10-21Fixed typo in warning messageDavid Crocker
2021-10-18Initial implementation of G68/69David Crocker
2021-10-08Fixed Duet 2 SBC build and increased version to 3.4.0beta5David Crocker
2021-10-04Work towards v3.4-b5Christian Hammacher
RRF writes config-override.g in SBC mode Bug fix: Invalid file position could be sent to DSF on pause
2021-09-29Version 3.4-b4+1Christian Hammacher
Removed limitation from filament code so the same filament type can be loaded using multiple extruders Made Linux interface code slightly more robust during IAP preparation Bug fix: With slow IO on SBCs the IAP write could time out
2021-09-24Fixed wonky delta prints, also added a new simulation modeDavid Crocker
2021-09-21SBC-related work towards 3.4-b4Christian Hammacher
Added support for pausable macro files Removed spurious warning message Hopefully resolved occasional CRC32 errors
2021-09-19Got rid of type alias UARTClassDavid Crocker
2021-09-13Added M309 get/set heater feedforwardDavid Crocker
Also added M407 and removed nozzle diameter parameter from M404
2021-09-09Prepare to refector class VariableSetDavid Crocker
2021-09-08Work on restartable macros + preparatory work for multiple streamsDavid Crocker
2021-09-06Attemp fix for main loop timeout when tuning closed loop motorDavid Crocker
2021-09-06Changes to allow macros to be paused and restartedDavid Crocker
2021-09-03Added support for pausing macros and restarting themDavid Crocker
2021-08-26Refactored PS_ON handlingDavid Crocker
2021-08-23Work towards v3.4-b3Christian Hammacher
M955 outputs the configuration only if requested Minor refactoring in the Linux interface files Bug fix: M918 didn't update the boards seq number Bug fix: RRF could leave "starting" mode too early
2021-08-23Corrections to M568David Crocker
2021-08-22Delete local variables when a print from file ends or is cancelledDavid Crocker
2021-08-16Fixed issues caused by failed mergeDavid Crocker
2021-08-16Merge branch '3.4-input-shaping' into 3.4-devDavid Crocker
2021-08-16Merge branch '3.4-dev' into 3.4-nosdcard3.4-nosdcard3.4-dev-no-input-shapingDavid Crocker
2021-08-13More work on HAS_EMBEDDED_FILESDavid Crocker
2021-08-09More work on embedded file supportDavid Crocker
2021-08-03Support F-1 in M563 command3.4.0beta2-MaestroDavid Crocker
2021-08-03Support F-1 in M563 commandDavid Crocker
2021-07-31More work on embedded readonly file supportDavid Crocker
2021-07-31Further improvementsChristian Hammacher
Added support for expression lists (untested in standalone mode) M23/M32 are invoked again by DSF in SBC mode Increased SBC task priority Bug fix: CAN diagnostics output extra NL Bug fix: M999 P"ERASE" was not working on the Mini5+ series
2021-07-30Merge branch 'v3-chrishamm' into 3.4-input-shapingDavid Crocker
2021-07-29Further improvementsChristian Hammacher
Added support for expression lists (untested in standalone mode) M23/M32 are invoked again by DSF in SBC mode Increased SBC task priority Bug fix: CAN diagnostics output extra NL Bug fix: M999 P"ERASE" was not working on the Mini5+ series
2021-07-27Merge branch '3.4-dev' into 3.4-input-shapingDavid Crocker
2021-07-26Fixes issues with workplace coords being used in homing & tool changingDavid Crocker
2021-07-24More fixes for new time unitsDavid Crocker
2021-07-24Finished converting time units to step clocks, pending testingDavid Crocker
2021-07-22Several bug fixesChristian Hammacher
Bug fix: Added missing NL after M486 in resurrect.g Bug fix: File exists check in SBC mode was broken Bug fix: M24 could not be used to start a print in SBC mode Bug fix: M26 was only partially working in SBC mode (M26 P was not supported)
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-11Fixed lockup between autopause and code queueDavid Crocker
2021-06-16LockMovementAndWaitForStandstill now also waits for code queue catchupDavid Crocker
2021-06-04Merge branch '3.3-dev' into 3.4-devDavid Crocker
2021-06-03Merge remote-tracking branch 'origin/3.3-dev' into v3-chrishammChristian Hammacher
2021-05-28Merge branch '3.3-dev' into 3.4-devDavid Crocker
2021-05-26Corrected some exception specifications (thanks Andy)David Crocker