M905
Back to the Gcode Dictionary
M905: Set local date and time
Supported in RepRapFirmware version 1.16 and later.
Parameters
- Pnnn Current date in the format YYYY-MM-DD
- Snnn Current time in the format HH:MM:SS
- Tnnn (Supported by DSF v3.3 and later) Timezone to set (e.g Europe/Berlin)
Examples
- M905 P2016-10-26 S00:23:12
- M905 P2016-10-26 S00:23:12 T"Europe/Berlin" 1
Updates the machine's local date and time or reports them if no parameters are specified. The time should be specified in 24-hours format as in "13:45" instead of 1:45PM.
1 Only supported by Duets in SBC mode with DSF v3.3 or newer
0 Comments