📝 Index Mobo Rev03 => Opulo Lumen Rev3
This commit is contained in:
@ -687,8 +687,8 @@
|
||||
#include "stm32f4/pins_MKS_MONSTER8.h" // STM32F4 env:mks_monster8 env:mks_monster8_usb_flash_drive env:mks_monster8_usb_flash_drive_msc
|
||||
#elif MB(TH3D_EZBOARD_V2)
|
||||
#include "stm32f4/pins_TH3D_EZBOARD_V2.h" // STM32F4 env:TH3D_EZBoard_V2
|
||||
#elif MB(INDEX_REV03)
|
||||
#include "stm32f4/pins_INDEX_REV03.h" // STM32F4 env:Index_Mobo_Rev03
|
||||
#elif MB(OPULO_LUMEN_REV3)
|
||||
#include "stm32f4/pins_OPULO_LUMEN_REV3.h" // STM32F4 env:Opulo_Lumen_REV3
|
||||
#elif MB(MKS_ROBIN_NANO_V1_3_F4)
|
||||
#include "stm32f4/pins_MKS_ROBIN_NANO_V1_3_F4.h" // STM32F4 env:mks_robin_nano_v1_3_f4
|
||||
#elif MB(MKS_EAGLE)
|
||||
|
@ -22,15 +22,15 @@
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* STM32F407VET6 on Index PnP Mobo Rev03
|
||||
* Website - https://indexmachines.io/
|
||||
* STM32F407VET6 on Opulo Lumen PnP Rev3
|
||||
* Website - https://opulo.io/
|
||||
*/
|
||||
|
||||
#define ALLOW_STM32DUINO
|
||||
#include "env_validate.h"
|
||||
|
||||
#define BOARD_INFO_NAME "Index Mobo Rev03"
|
||||
#define DEFAULT_MACHINE_NAME "Index Pick and Place"
|
||||
#define BOARD_INFO_NAME "Opulo Lumen REV3"
|
||||
#define DEFAULT_MACHINE_NAME "Opulo Pick-and-Place"
|
||||
|
||||
/**
|
||||
* By default, the extra stepper motor configuration is:
|
Reference in New Issue
Block a user