|
412 | 412 | #define TEMP_SENSOR_4 0
|
413 | 413 | #define TEMP_SENSOR_5 0
|
414 | 414 | #define TEMP_SENSOR_BED 11 // I'm using SSR. For Standard heater set to 1
|
| 415 | +#define TEMP_SENSOR_PROBE 0 |
415 | 416 | #define TEMP_SENSOR_CHAMBER 0
|
416 | 417 |
|
417 | 418 | // Dummy thermistor constant temperature readings, for use with 998 and 999
|
|
668 | 669 | *
|
669 | 670 | * A4988 is assumed for unspecified drivers.
|
670 | 671 | *
|
671 |
| - * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100, |
| 672 | + * Options: A4988, A5984, DRV8825, LV8729, L6470, L6474, POWERSTEP01, |
| 673 | + * TB6560, TB6600, TMC2100, |
672 | 674 | * TMC2130, TMC2130_STANDALONE, TMC2160, TMC2160_STANDALONE,
|
673 | 675 | * TMC2208, TMC2208_STANDALONE, TMC2209, TMC2209_STANDALONE,
|
674 | 676 | * TMC26X, TMC26X_STANDALONE, TMC2660, TMC2660_STANDALONE,
|
675 | 677 | * TMC5130, TMC5130_STANDALONE, TMC5160, TMC5160_STANDALONE
|
676 |
| - * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2160', 'TMC2160_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC2209', 'TMC2209_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE', 'TMC5160', 'TMC5160_STANDALONE'] |
| 678 | + * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'L6474', 'POWERSTEP01', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2160', 'TMC2160_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC2209', 'TMC2209_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE', 'TMC5160', 'TMC5160_STANDALONE'] |
677 | 679 | */
|
678 | 680 | #define X_DRIVER_TYPE TMC2209_STANDALONE
|
679 | 681 | #define Y_DRIVER_TYPE TMC2209_STANDALONE
|
|
943 | 945 | */
|
944 | 946 | #define NOZZLE_TO_PROBE_OFFSET { 10, 10, 0 }
|
945 | 947 |
|
946 |
| -// Certain types of probes need to stay away from edges |
| 948 | +// Most probes should stay away from the edges of the bed, but |
| 949 | +// with NOZZLE_AS_PROBE this can be negative for a wider probing area. |
947 | 950 | #define MIN_PROBE_EDGE 10
|
948 | 951 |
|
949 | 952 | // X and Y axis travel speed (mm/m) between probes
|
|
1060 | 1063 |
|
1061 | 1064 | //#define UNKNOWN_Z_NO_RAISE // Don't raise Z (lower the bed) if Z is "unknown." For beds that fall when Z is powered off.
|
1062 | 1065 |
|
1063 |
| -#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ... |
| 1066 | +//#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ... |
1064 | 1067 | // Be sure you have this distance over your Z_MAX_POS in case.
|
1065 | 1068 |
|
1066 | 1069 | // Direction of endstops when homing; 1=MAX, -1=MIN
|
|
1957 | 1960 | // FYSETC variant of the MINI12864 graphic controller with SD support
|
1958 | 1961 | // https://wiki.fysetc.com/Mini12864_Panel/
|
1959 | 1962 | //
|
1960 |
| -//#define FYSETC_MINI_12864_X_X // Type C/D/E/F. No tunable RGB Backlight by default |
1961 |
| -//#define FYSETC_MINI_12864_1_2 // Type C/D/E/F. Simple RGB Backlight (always on) |
1962 |
| -//#define FYSETC_MINI_12864_2_0 // Type A/B. Discreet RGB Backlight |
1963 |
| -//#define FYSETC_MINI_12864_2_1 // Type A/B. Neopixel RGB Backlight |
| 1963 | +//#define FYSETC_MINI_12864_X_X // Type C/D/E/F. No tunable RGB Backlight by default |
| 1964 | +//#define FYSETC_MINI_12864_1_2 // Type C/D/E/F. Simple RGB Backlight (always on) |
| 1965 | +//#define FYSETC_MINI_12864_2_0 // Type A/B. Discreet RGB Backlight |
| 1966 | +//#define FYSETC_MINI_12864_2_1 // Type A/B. Neopixel RGB Backlight |
| 1967 | +//#define FYSETC_GENERIC_12864_1_1 // Larger display with basic ON/OFF backlight. |
1964 | 1968 |
|
1965 | 1969 | //
|
1966 | 1970 | // Factory display for Creality CR-10
|
|
1971 | 1975 | //
|
1972 | 1976 | //#define CR10_STOCKDISPLAY
|
1973 | 1977 |
|
| 1978 | +// |
| 1979 | +// Ender-2 OEM display, a variant of the MKS_MINI_12864 |
| 1980 | +// |
| 1981 | +//#define ENDER2_STOCKDISPLAY |
| 1982 | + |
1974 | 1983 | //
|
1975 | 1984 | // ANET and Tronxy Graphical Controller
|
1976 | 1985 | //
|
|
2039 | 2048 | //=============================================================================
|
2040 | 2049 |
|
2041 | 2050 | //
|
2042 |
| -// DGUS Touch Display with DWIN OS |
| 2051 | +// DGUS Touch Display with DWIN OS. (Choose one.) |
2043 | 2052 | //
|
2044 |
| -//#define DGUS_LCD |
| 2053 | +//#define DGUS_LCD_UI_ORIGIN |
| 2054 | +//#define DGUS_LCD_UI_FYSETC |
| 2055 | +//#define DGUS_LCD_UI_HIPRECY |
2045 | 2056 |
|
2046 | 2057 | //
|
2047 | 2058 | // Touch-screen LCD for Malyan M200 printers
|
|
0 commit comments