Board IDs for G2560 Rev B, G2560 v4, GTM32 VD (#21499)

This commit is contained in:
Vert
2021-04-01 19:05:02 -04:00
committed by GitHub
parent 62f37669dc
commit 05b39623b0
7 changed files with 120 additions and 15 deletions

View File

@ -22,13 +22,17 @@
#pragma once
/**
* Geeetech GTM32 Pro VB/VD board pin assignments
* Geeetech GTM32 Pro VB board pin assignments
* http://www.geeetech.com/wiki/index.php/File:Hardware_GTM32_PRO_VB.pdf
*
* Also applies to GTM32 Pro VD
*/
#include "env_validate.h"
#define BOARD_INFO_NAME "GTM32 Pro VB/VD"
#ifndef BOARD_INFO_NAME
#define BOARD_INFO_NAME "GTM32 Pro VB"
#endif
#define DEFAULT_MACHINE_NAME "STM32F103VET6"
#define BOARD_NO_NATIVE_USB

View File

@ -0,0 +1,30 @@
/**
* Marlin 3D Printer Firmware
* Copyright (c) 2021 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
#pragma once
/**
* Geeetech GTM32 Pro VD board pin assignments
*/
#define BOARD_INFO_NAME "GTM32 Pro VD"
#include "pins_GTM32_PRO_VB.h"