|
|
@ -1,9 +1,9 @@
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Marlin 3D Printer Firmware
|
|
|
|
* Marlin 3D Printer Firmware
|
|
|
|
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
|
|
|
* Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Based on Sprinter and grbl.
|
|
|
|
* Based on Sprinter and grbl.
|
|
|
|
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
|
|
|
|
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* This program is free software: you can redistribute it and/or modify
|
|
|
|
* This program is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
@ -99,9 +99,9 @@
|
|
|
|
#define E4_ENABLE_PIN 47
|
|
|
|
#define E4_ENABLE_PIN 47
|
|
|
|
#define E4_CS_PIN E0_CS_PIN
|
|
|
|
#define E4_CS_PIN E0_CS_PIN
|
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(HAVE_TMC2208)
|
|
|
|
#if HAS_TMC220x
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* TMC2208 stepper drivers
|
|
|
|
* TMC2208/TMC2209 stepper drivers
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Hardware serial communication ports.
|
|
|
|
* Hardware serial communication ports.
|
|
|
|
* If undefined software serial is used according to the pins below
|
|
|
|
* If undefined software serial is used according to the pins below
|
|
|
|