🔧 CNC miniRambo as overrides

This commit is contained in:
Scott Lahteine 2024-03-24 18:33:01 -05:00
parent e7254f15d9
commit 0a43977efc
2 changed files with 4 additions and 1 deletions

View file

@ -71,7 +71,7 @@
// Choose the name from boards.h that matches your setup // Choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MINIRAMBO #define MOTHERBOARD BOARD_MINIRAMBO
#define MINIRAMBO_CNC // Flag for CNC-specific features #define BOARD_INFO_NAME "Mini RAMBo CNC"
#endif #endif
/** /**

View file

@ -3601,6 +3601,9 @@
#define SPINDLE_LASER_USE_PWM // Enable if your controller supports setting the speed/power #define SPINDLE_LASER_USE_PWM // Enable if your controller supports setting the speed/power
#if ENABLED(SPINDLE_LASER_USE_PWM) #if ENABLED(SPINDLE_LASER_USE_PWM)
#define SPINDLE_LASER_PWM_PIN 4
#define SPINDLE_LASER_PWM_INVERT false // Set to "true" if the speed/power goes up when you want it to go slower #define SPINDLE_LASER_PWM_INVERT false // Set to "true" if the speed/power goes up when you want it to go slower
#define SPINDLE_LASER_FREQUENCY 2500 // (Hz) Spindle/laser frequency (only on supported HALs: AVR, ESP32, and LPC) #define SPINDLE_LASER_FREQUENCY 2500 // (Hz) Spindle/laser frequency (only on supported HALs: AVR, ESP32, and LPC)
// ESP32: If SPINDLE_LASER_PWM_PIN is onboard then <=78125Hz. For I2S expander // ESP32: If SPINDLE_LASER_PWM_PIN is onboard then <=78125Hz. For I2S expander