Maybe works better now. Using G0 can not provoke the scrape sound. Jogging for a long while can provoke still.

This commit is contained in:
Hakan Bastedt
2024-01-15 21:12:23 +01:00
parent c6857d0be2
commit 20ca9d4974
2 changed files with 3 additions and 12 deletions

View File

@@ -98,7 +98,7 @@ void setup(void)
Serial1.begin(115200);
rcc_config(); // probably breaks some timers.
Step1.setScale(1250); // 2000 /rev 4 mm/rev x 2.5 gear => 1250 /mm
Step1.setScale(1000); // 2000 /rev 4 mm/rev x 2.5 gear => 1250 /mm
Step2.setScale(500); // 2000 /rev 4 mm/rev => 500 /mm
ecat_slv_init(&config);