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
2022-06-22Don't report times left if not printingChristian Hammacher
2022-04-21Removed possible virus attack warning from http serverDavid Crocker
Also made Platform::GetWebDir() etc. static functions
2022-03-03Moved MaxThumbnails to Configuration.h and increased it to 4David Crocker
2022-02-06Expose thumbnails and numLayers via object modelChristian Hammacher
Bug fix: Init GCodeFileInfo in SBC mode before setting new props
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-09-03Added support for pausing macros and restarting themDavid Crocker
2021-08-09More work on embedded 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-06-28Removed job.file.firstLayerHeight and job.file.numLayers from the OMDavid 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-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-04-28Added job.rawExtrusion to object modelDavid Crocker
2021-04-12VariousDavid Crocker
Restore original tool after simulating Filament- and slicer-based print time estimates were not generated when a file was printed or simulated a second time Don't return slicer-based estimates whle simulating
2021-04-08Support Ideamaker PRINTING and REMAINING_TIME comment metadataDavid Crocker
2021-03-19RefactoringDavid Crocker
Moved accelerometer functions from GCodes3.cpp to Accelerometers.cpp GCodeResult.h and MessageTypes.h are now #included in RepRapFirmware.h
2021-03-12'layer' and 'layerTime' are only reported when they are knownDavid Crocker
2021-03-10Check for positive fileProgressRateDavid Crocker
2021-03-10Corrected initialisation of currentLayerTimeDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker