🔧 Fix TPARA (…SCARA, DELTA) settings (#25016)

This commit is contained in:
ellensp
2022-11-26 19:21:47 +13:00
committed by GitHub
parent 93a297ba3b
commit 74474c8a81
6 changed files with 26 additions and 26 deletions

View File

@@ -37,7 +37,7 @@
#include "../MarlinCore.h"
#endif
float segments_per_second = TERN(AXEL_TPARA, TPARA_SEGMENTS_PER_SECOND, SCARA_SEGMENTS_PER_SECOND);
float segments_per_second = DEFAULT_SEGMENTS_PER_SECOND;
#if EITHER(MORGAN_SCARA, MP_SCARA)