|
1044 | 1044 | #if ENABLED(POWER_LOSS_RECOVERY)
|
1045 | 1045 | //#define BACKUP_POWER_SUPPLY // Backup power / UPS to move the steppers on power loss
|
1046 | 1046 | //#define POWER_LOSS_ZRAISE 2 // (mm) Z axis raise on resume (on power loss with UPS)
|
1047 |
| - //#define POWER_LOSS_PIN 44 // Pin to detect power loss |
| 1047 | + //#define POWER_LOSS_PIN 44 // Pin to detect power loss. Set to -1 to disable default pin on boards without module. |
1048 | 1048 | //#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
|
1049 | 1049 | //#define POWER_LOSS_PULL // Set pullup / pulldown as appropriate
|
1050 | 1050 | //#define POWER_LOSS_PURGE_LEN 20 // (mm) Length of filament to purge on resume
|
|
1172 | 1172 | // Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
1173 | 1173 | //#define BINARY_FILE_TRANSFER
|
1174 | 1174 |
|
1175 |
| - #if HAS_SDCARD_CONNECTION |
1176 |
| - /** |
1177 |
| - * Set this option to one of the following (or the board's defaults apply): |
1178 |
| - * |
1179 |
| - * LCD - Use the SD drive in the external LCD controller. |
1180 |
| - * ONBOARD - Use the SD drive on the control board. (No SD_DETECT_PIN. M21 to init.) |
1181 |
| - * CUSTOM_CABLE - Use a custom cable to access the SD (as defined in a pins file). |
1182 |
| - * |
1183 |
| - * :[ 'LCD', 'ONBOARD', 'CUSTOM_CABLE' ] |
1184 |
| - */ |
1185 |
| - #define SDCARD_CONNECTION ONBOARD |
1186 |
| - #endif |
| 1175 | + /** |
| 1176 | + * Set this option to one of the following (or the board's defaults apply): |
| 1177 | + * |
| 1178 | + * LCD - Use the SD drive in the external LCD controller. |
| 1179 | + * ONBOARD - Use the SD drive on the control board. (No SD_DETECT_PIN. M21 to init.) |
| 1180 | + * CUSTOM_CABLE - Use a custom cable to access the SD (as defined in a pins file). |
| 1181 | + * |
| 1182 | + * :[ 'LCD', 'ONBOARD', 'CUSTOM_CABLE' ] |
| 1183 | + */ |
| 1184 | + #define SDCARD_CONNECTION ONBOARD |
1187 | 1185 |
|
1188 | 1186 | #endif // SDSUPPORT
|
1189 | 1187 |
|
|
1260 | 1258 | #define STATUS_HOTEND_ANIM // Use a second bitmap to indicate hotend heating
|
1261 | 1259 | #define STATUS_BED_ANIM // Use a second bitmap to indicate bed heating
|
1262 | 1260 | #define STATUS_CHAMBER_ANIM // Use a second bitmap to indicate chamber heating
|
| 1261 | + //#define STATUS_CUTTER_ANIM // Use a second bitmap to indicate spindle / laser active |
1263 | 1262 | //#define STATUS_ALT_BED_BITMAP // Use the alternative bed bitmap
|
1264 | 1263 | //#define STATUS_ALT_FAN_BITMAP // Use the alternative fan bitmap
|
1265 | 1264 | //#define STATUS_FAN_FRAMES 3 // :[0,1,2,3,4] Number of fan animation frames
|
|
2791 | 2790 | //#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
2792 | 2791 | #endif
|
2793 | 2792 |
|
| 2793 | +//#define GCODE_CASE_INSENSITIVE // Accept G-code sent to the firmware in lowercase |
| 2794 | + |
2794 | 2795 | /**
|
2795 | 2796 | * CNC G-code options
|
2796 | 2797 | * Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
|
0 commit comments