Переглянути джерело

Correct DEFAULT_MINSEGMENTTIME units

Scott Lahteine 4 роки тому
джерело
коміт
df9cad6a53
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h Переглянути файл

@@ -770,7 +770,7 @@
770 770
 //#define HOME_AFTER_DEACTIVATE  // Require rehoming after steppers are deactivated
771 771
 
772 772
 // Minimum time that a segment needs to take if the buffer is emptied
773
-#define DEFAULT_MINSEGMENTTIME        20000   // (ms)
773
+#define DEFAULT_MINSEGMENTTIME        20000   // (µs)
774 774
 
775 775
 // Slow down the machine if the look ahead buffer is (by default) half full.
776 776
 // Increase the slowdown divisor for larger buffer sizes.

Завантаження…
Відмінити
Зберегти