Revert "Fix for Nema23 CNC driver on D6"

This reverts commit c43d064122.
This commit is contained in:
InsanityAutomation
2023-02-03 15:20:11 -05:00
parent 25de1facb5
commit 1bab76a98a
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -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)
+1 -1
View File
@@ -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