MarlinDocumentation icon indicating copy to clipboard operation
MarlinDocumentation copied to clipboard

Marlin Firmware Documentation Project

Results 37 MarlinDocumentation issues
Sort by recently updated
recently updated
newest added

Follow-up to https://github.com/MarlinFirmware/Marlin/pull/27075 and https://github.com/MarlinFirmware/MarlinDocumentation/pull/541

Improvement

Previously set `I` with "flag" and `V` with "µm" Should actually be like: `[I] [V]`

change `I` + `J` from < int > to < index > ``` - tag: index type: int ```

add 'R' option, which is present in source code. M401: Remain in place after deploying (and before activating) the probe M402: Remain in place after stowing (and before deactivating) the...

missing from documentation, present in code remove double M423 from example edit Z to be < linear > and float

G42 has this code ```y #if HAS_PROBE_XY_OFFSET if (parser.boolval('P')) { if (hasI) destination.x -= probe.offset_xy.x; if (hasJ) destination.y -= probe.offset_xy.y; } #endif ``` so this documentation should be updated to...

Added a new option "Compact". This adds the custom_start_bmp_rle data to the generated .h file Converted function bitwise_rle_encode from rle_compress_bitmap.py to JavaScript and integrated it into the marlin bitmap converter....

Improvement

### Description - `TRONXY_V10` => `TRONXY_CXY_446_V10` - Add Dagoma D6 (`DAGOMA_D6`) - Add Creality CR4NS200320C13 (`CREALITY_CR4NS`) - Update Marlin Simulator description to include 2004/character-based LCD support & fix "supported since"...

Completing