Fix, update BTT002 (#104)

This commit is contained in:
thisiskeithb 2020-05-13 12:39:37 -07:00 committed by GitHub
parent 376167b80b
commit d22f18cd3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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
/**

View file

@ -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)

View file

@ -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. ⚠️