mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-20 13:17:56 -06:00
Fix, update BTT002 (#104)
This commit is contained in:
parent
376167b80b
commit
d22f18cd3d
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
/**
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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. ⚠️
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue