Revert "Fix for Nema23 CNC driver on D6"
This reverts commit c43d064122.
This commit is contained in:
@@ -2470,9 +2470,8 @@
|
||||
*
|
||||
* Override the default value based on the driver type set in Configuration.h.
|
||||
*/
|
||||
#if ENABLED(MachineTLD6)
|
||||
#define MINIMUM_STEPPER_PULSE 5
|
||||
#endif
|
||||
//#define MINIMUM_STEPPER_PULSE 2
|
||||
|
||||
/**
|
||||
* Maximum stepping rate (in Hz) the stepper driver allows
|
||||
* If undefined, defaults to 1MHz / (2 * MINIMUM_STEPPER_PULSE)
|
||||
|
||||
@@ -143,7 +143,7 @@ upload_protocol = jlink
|
||||
extends = env:STM32F103RE_creality_maple
|
||||
board_build.address = 0x08010000
|
||||
board_build.ldscript = crealityPro.ld
|
||||
extra_scripts = ${STM32F1_maple.extra_scripts}
|
||||
extra_scripts = ${common_stm32f1.extra_scripts}
|
||||
pre:buildroot/share/PlatformIO/scripts/random-bin.py
|
||||
buildroot/share/PlatformIO/scripts/custom_board.py
|
||||
debug_tool = jlink
|
||||
|
||||
Reference in New Issue
Block a user