mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 15:07:34 -06:00
🔧 Velleman updates
This commit is contained in:
parent
30f6cf5556
commit
94c2be865b
2 changed files with 22 additions and 3 deletions
|
@ -1766,6 +1766,15 @@
|
|||
*/
|
||||
//#define NO_SD_HOST_DRIVE // Disable SD Card access over USB (for security).
|
||||
|
||||
/**
|
||||
* By default the framework is responsible for the shared media I/O.
|
||||
* Enable this if you need Marlin to take care of the shared media I/O.
|
||||
* Useful if shared media isn't working properly on some boards.
|
||||
*/
|
||||
#if ENABLED(SDSUPPORT) && DISABLED(NO_SD_HOST_DRIVE)
|
||||
//#define DISKIO_HOST_DRIVE
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Additional options for Graphical Displays
|
||||
*
|
||||
|
@ -3599,6 +3608,14 @@
|
|||
*/
|
||||
//#define CNC_COORDINATE_SYSTEMS
|
||||
|
||||
/**
|
||||
* CNC Drilling Cycle - UNDER DEVELOPMENT
|
||||
*
|
||||
* Enables G81 to perform a drilling cycle.
|
||||
* Currently only supports a single cycle, no G-code chaining.
|
||||
*/
|
||||
//#define CNC_DRILLING_CYCLE
|
||||
|
||||
// @section reporting
|
||||
|
||||
/**
|
||||
|
@ -4178,6 +4195,8 @@
|
|||
#define MMU2_CAN_LOAD_INCREMENT_SEQUENCE \
|
||||
{ -MMU2_CAN_LOAD_INCREMENT, MMU2_CAN_LOAD_FEEDRATE }
|
||||
|
||||
// Continue unloading if sensor detects filament after the initial unload move
|
||||
//#define MMU_IR_UNLOAD_MOVE
|
||||
#else
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue