diff --git a/config/examples/BigTreeTech/BTT002 - Prusa MK3S - TMC2209/Configuration.h b/config/examples/BigTreeTech/BTT002 - Prusa MK3S - TMC2209/Configuration.h index f49dcb2d76..89a68d792e 100644 --- a/config/examples/BigTreeTech/BTT002 - Prusa MK3S - TMC2209/Configuration.h +++ b/config/examples/BigTreeTech/BTT002 - Prusa MK3S - TMC2209/Configuration.h @@ -1497,7 +1497,7 @@ //#define NOZZLE_PARK_Y_ONLY // Y move only is required to park #define NOZZLE_PARK_Z_RAISE_MIN 2 // (mm) Always raise Z by at least this distance #define NOZZLE_PARK_XY_FEEDRATE 100 // (mm/s) X and Y axes feedrate (also used for delta Z axis) - #define NOZZLE_PARK_Z_FEEDRATE 5 // (mm/s) Z axis feedrate (not used for delta printers) + #define NOZZLE_PARK_Z_FEEDRATE 5 // (mm/s) Z axis feedrate (not used for delta printers) #endif /** diff --git a/config/examples/BigTreeTech/BTT002 - Prusa MK3S - TMC2209/Configuration_adv.h b/config/examples/BigTreeTech/BTT002 - Prusa MK3S - TMC2209/Configuration_adv.h index 18f3292292..119f1db5b9 100644 --- a/config/examples/BigTreeTech/BTT002 - Prusa MK3S - TMC2209/Configuration_adv.h +++ b/config/examples/BigTreeTech/BTT002 - Prusa MK3S - TMC2209/Configuration_adv.h @@ -1741,7 +1741,7 @@ //================================= Buffers ================================= //=========================================================================== -// @section hidden +// @section motion // The number of lineear moves that can be in the planner at once. // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32) diff --git a/config/examples/BigTreeTech/BTT002 - Prusa MK3S - TMC2209/README.md b/config/examples/BigTreeTech/BTT002 - Prusa MK3S - TMC2209/README.md index fd5f6532c0..6c2ea2bd5f 100644 --- a/config/examples/BigTreeTech/BTT002 - Prusa MK3S - TMC2209/README.md +++ b/config/examples/BigTreeTech/BTT002 - Prusa MK3S - TMC2209/README.md @@ -3,7 +3,7 @@ ## Requirements - [Prusa MK3S](https://www.prusa3d.com/original-prusa-i3-mk3/) or MK3 with MK3S upgrade (required for filament runout to work properly) - BigTreeTech BTT002 motherboard -- 4 x BigTreeTech TMC2209s (DIAG pin location differs from Watterott's & similarl designs) +- 4 x BigTreeTech TMC2209s (DIAG pin location differs from Watterott's & similar designs) ## Upgrade Notes * ⚠️ Cut or desolder the Z & E driver DIAG pins or they will interfere with PINDA & filament runout detection. ⚠️