Merge pull request #2452 from 3d-gussner/patch-6

Fix copy paste issues D2 D5
This commit is contained in:
DRracer 2020-01-31 15:44:56 +01:00 committed by GitHub
commit 5646a21a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -252,10 +252,10 @@ void dcode_1()
/*! /*!
* *
### D2 - Read/Write RAM <a href="https://reprap.org/wiki/G-code#D2:_Read.2FWrite_RAM">D3: Read/Write RAM</a> ### D2 - Read/Write RAM <a href="https://reprap.org/wiki/G-code#D2:_Read.2FWrite_RAM">D2: Read/Write RAM</a>
This command can be used without any additional parameters. It will read the entire RAM. This command can be used without any additional parameters. It will read the entire RAM.
D3 [ A | C | X ] D2 [ A | C | X ]
- `A` - Address (0x0000-0x1fff) - `A` - Address (0x0000-0x1fff)
- `C` - Count (0x0001-0x2000) - `C` - Count (0x0001-0x2000)
@ -355,7 +355,7 @@ void dcode_4()
### D5 - Read/Write FLASH <a href="https://reprap.org/wiki/G-code#D5:_Read.2FWrite_FLASH">D5: Read/Write Flash</a> ### D5 - Read/Write FLASH <a href="https://reprap.org/wiki/G-code#D5:_Read.2FWrite_FLASH">D5: Read/Write Flash</a>
This command can be used without any additional parameters. It will read the 1kb FLASH. This command can be used without any additional parameters. It will read the 1kb FLASH.
D3 [ A | C | X | E ] D5 [ A | C | X | E ]
- `A` - Address (0x00000-0x3ffff) - `A` - Address (0x00000-0x3ffff)
- `C` - Count (0x0001-0x2000) - `C` - Count (0x0001-0x2000)