Fix for Nema23 CNC driver on D6

This commit is contained in:
InsanityAutomation
2023-02-03 15:18:42 -05:00
parent 6fd0c3f6a8
commit b010d0782f
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -2346,8 +2346,9 @@
*
* Override the default value based on the driver type set in Configuration.h.
*/
//#define MINIMUM_STEPPER_PULSE 2
#if ENABLED(MachineTLD6)
#define MINIMUM_STEPPER_PULSE 5
#endif
/**
* 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 = ${common_stm32f1.extra_scripts}
extra_scripts = ${STM32F1_maple.extra_scripts}
pre:buildroot/share/PlatformIO/scripts/random-bin.py
buildroot/share/PlatformIO/scripts/custom_board.py
debug_tool = jlink