mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 17:52:57 +00:00
📝 Fix example comment (#24744)
This commit is contained in:
parent
0eb6a8d12e
commit
b29cd4c510
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ Error update equations:
|
||||||
ε'[new] = ε' + 2.ΔY - 2.ΔX.r [7]
|
ε'[new] = ε' + 2.ΔY - 2.ΔX.r [7]
|
||||||
```
|
```
|
||||||
|
|
||||||
This can be implemented in C as:
|
This can be implemented in C++ as:
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
class OversampledBresenham {
|
class OversampledBresenham {
|
||||||
|
|
Loading…
Reference in a new issue