ソースを参照

Update LCD timing on Formbot T-Rex 2+ machines

The code is slightly more optimized than it used to be and this has caused the setup and hold times on the Formbot T-Rex 2+ machines to be insufficient.   This change gives sufficient margin and the LCD Display is clean again.
Roxy-3D 4年前
コミット
075a86b076
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更9行の追加0行の削除
  1. 9
    0
      Marlin/src/pins/ramps/pins_FORMBOT_TREX2PLUS.h

+ 9
- 0
Marlin/src/pins/ramps/pins_FORMBOT_TREX2PLUS.h ファイルの表示

@@ -22,6 +22,15 @@
22 22
 #pragma once
23 23
 
24 24
 /**
25
+ * Override default LCD timing for Formbot T-Rex 2+ machines.
26
+ * The long LCD cables and the routing near electrically noisy stepper motors
27
+ * requires a slightly longer setup and hold time on the signals.
28
+ */
29
+#define BOARD_ST7920_DELAY_1 DELAY_NS(200)
30
+#define BOARD_ST7920_DELAY_2 DELAY_NS(200)
31
+#define BOARD_ST7920_DELAY_3 DELAY_NS(200)
32
+
33
+/**
25 34
  * Formbot pin assignments
26 35
  */
27 36
 

読み込み中…
キャンセル
保存