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
path: root/src/GPIO
AgeCommit message (Collapse)Author
2022-01-13Fix for M280 on remote portsDavid Crocker
Needed to store the frequency in the local port object even when the port is remote.
2022-01-04Support variable servo refresh frequencyDavid Crocker
2021-12-19Removed function hiding + other minor changes for eCvDavid Crocker
2021-08-21Changes for CANlib refactoringDavid 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-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-01-29Fixes for ATEDavid Crocker
2020-12-28Partially implemented M954David Crocker
2020-12-27Support remote M308, for thermistors only so farDavid Crocker
2020-12-27Added more remote command functionalityDavid Crocker
2020-10-19Minor refactoring to bring IoPorts into line with expansion board f/wDavid Crocker
2020-04-20Changes to PanelDue output code, add GpOut ports to OMDavid Crocker
Suppress empty responses to PanelDue Discard responses that PanelDue indicates that it isn't interested in Added state.gpOut array Renamed sensors.inputs to sensors.gpIn and return null array element for unconfigured inputs
2020-04-06Bug fix: M950 J# with no other parameters reported wrong input stateDavid Crocker
2020-03-11Added some more missing OM fieldsChristian Hammacher
2020-03-10Bug fix to previous changeDavid Crocker
Also increased max # of CAN boards and drivers
2020-03-10Implemented seqs.directories, seqs.heat, seqs.inputs, seqs.jobDavid Crocker
2020-02-27More changes for 3.02-RC3David Crocker
Support M122 P1001 and P1004 Return fan.actualValue to 2dp not 1dp Reworked heater fault generation code In delta kinematics, number of towers can't exceed number of total axes
2020-02-183.01RC2David Crocker
M220 no longer affects speeds of moves in macro files Fixed a duplicate warning message when creating remote GPIn ports
2020-02-16Replaced HeaterProtection instances by HeaterMonitorsDavid Crocker
2020-02-12Refactored GP inputsDavid Crocker