浏览代码

Improve Anet A6 config (#16280)

Vertabreaker 5 年前
父节点
当前提交
b6d857f1d6
共有 1 个文件被更改,包括 9 次插入7 次删除
  1. 9
    7
      config/examples/Anet/A6/Configuration.h

+ 9
- 7
config/examples/Anet/A6/Configuration.h 查看文件

1419
 // - Move the Z probe (or nozzle) to a defined XY point before Z Homing when homing all axes (G28).
1419
 // - Move the Z probe (or nozzle) to a defined XY point before Z Homing when homing all axes (G28).
1420
 // - Prevent Z homing when the Z probe is outside bed area.
1420
 // - Prevent Z homing when the Z probe is outside bed area.
1421
 //
1421
 //
1422
-#define Z_SAFE_HOMING
1422
+//#define Z_SAFE_HOMING
1423
 
1423
 
1424
 #if ENABLED(Z_SAFE_HOMING)
1424
 #if ENABLED(Z_SAFE_HOMING)
1425
   #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1425
   #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1819
 // If you have a speaker that can produce tones, enable it here.
1819
 // If you have a speaker that can produce tones, enable it here.
1820
 // By default Marlin assumes you have a buzzer with a fixed frequency.
1820
 // By default Marlin assumes you have a buzzer with a fixed frequency.
1821
 //
1821
 //
1822
-//#define SPEAKER
1822
+#define SPEAKER
1823
 
1823
 
1824
 //
1824
 //
1825
 // The duration and frequency for the UI feedback sound.
1825
 // The duration and frequency for the UI feedback sound.
1828
 // Note: Test audio output with the G-Code:
1828
 // Note: Test audio output with the G-Code:
1829
 //  M300 S<frequency Hz> P<duration ms>
1829
 //  M300 S<frequency Hz> P<duration ms>
1830
 //
1830
 //
1831
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1832
-//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1831
+#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 40
1832
+#define LCD_FEEDBACK_FREQUENCY_HZ 200
1833
 
1833
 
1834
 //=============================================================================
1834
 //=============================================================================
1835
 //======================== LCD / Controller Selection =========================
1835
 //======================== LCD / Controller Selection =========================
1984
 //
1984
 //
1985
 // Note: Details on connecting to the Anet V1.0 controller are in the file pins_ANET_10.h
1985
 // Note: Details on connecting to the Anet V1.0 controller are in the file pins_ANET_10.h
1986
 //
1986
 //
1987
-//#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
1988
-
1987
+#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
1988
+#define ST7920_DELAY_1 DELAY_NS(150)
1989
+#define ST7920_DELAY_2 DELAY_NS(150)
1990
+#define ST7920_DELAY_3 DELAY_NS(150)
1989
 //
1991
 //
1990
 // ReprapWorld Graphical LCD
1992
 // ReprapWorld Graphical LCD
1991
 // https://reprapworld.com/?products_details&products_id/1218
1993
 // https://reprapworld.com/?products_details&products_id/1218
2072
 // A clone of the RepRapDiscount full graphics display but with
2074
 // A clone of the RepRapDiscount full graphics display but with
2073
 // different pins/wiring (see pins_ANET_10.h).
2075
 // different pins/wiring (see pins_ANET_10.h).
2074
 //
2076
 //
2075
-#define ANET_FULL_GRAPHICS_LCD
2077
+//#define ANET_FULL_GRAPHICS_LCD
2076
 
2078
 
2077
 //
2079
 //
2078
 // AZSMZ 12864 LCD with SD
2080
 // AZSMZ 12864 LCD with SD

正在加载...
取消
保存