gQuintic: bump DDA clock to 400khz

This commit is contained in:
Rob Giseburt
2017-04-12 20:24:31 -05:00
parent 3b4e9bb960
commit f04256dd2e
+1 -1
View File
@@ -121,7 +121,7 @@ using Motate::OutputPin;
/**** Stepper DDA and dwell timer settings ****/
//#define FREQUENCY_DDA 200000UL // Hz step frequency. Interrupts actually fire at 2x (400 KHz)
#define FREQUENCY_DDA 300000UL // Hz step frequency. Interrupts actually fire at 2x (300 KHz)
#define FREQUENCY_DDA 400000UL // Hz step frequency. Interrupts actually fire at 2x (300 KHz)
#define FREQUENCY_DWELL 1000UL
#define MIN_SEGMENT_MS ((float)0.125) // S70 can handle much much smaller segements