Witbox and Hephestos are just RAMPS_13_EFB
This commit is contained in:
		| @@ -51,8 +51,6 @@ | ||||
| #define BOARD_5DPRINT           88   // 5DPrint D8 Driver Board | ||||
| #define BOARD_LEAPFROG          999  // Leapfrog | ||||
| #define BOARD_MKS_BASE          40   // MKS BASE 1.0 | ||||
| #define BOARD_WITBOX            41   // bq WITBOX | ||||
| #define BOARD_HEPHESTOS         42   // bq Prusa i3 Hephestos | ||||
| #define BOARD_BAM_DICE          401  // 2PrintBeta BAM&DICE with STK drivers | ||||
| #define BOARD_BAM_DICE_DUE      402  // 2PrintBeta BAM&DICE Due with STK drivers | ||||
|  | ||||
|   | ||||
| @@ -57,11 +57,14 @@ Here are some standard links for getting your machine calibrated: | ||||
|  | ||||
| // The following define selects which electronics board you have. | ||||
| // Please choose the name from boards.h that matches your setup | ||||
| #define MOTHERBOARD BOARD_HEPHESTOS | ||||
| #define MOTHERBOARD BOARD_RAMPS_13_EFB | ||||
|  | ||||
| // Optional custom name for your RepStrap or other custom machine | ||||
| // Displayed in the LCD "Ready" message | ||||
| // #define CUSTOM_MACHINE_NAME "3D Printer" | ||||
| #define CUSTOM_MACHINE_NAME "HEPHESTOS" | ||||
|  | ||||
| // Added for BQ | ||||
| #define FIRMWARE_URL "http://www.bq.com/gb/downloads-prusa-i3-hephestos.html" | ||||
|   | ||||
| // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) | ||||
| // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4) | ||||
|   | ||||
| @@ -57,11 +57,14 @@ Here are some standard links for getting your machine calibrated: | ||||
|  | ||||
| // The following define selects which electronics board you have. | ||||
| // Please choose the name from boards.h that matches your setup | ||||
| #define MOTHERBOARD BOARD_WITBOX | ||||
| #define MOTHERBOARD BOARD_RAMPS_13_EFB | ||||
|  | ||||
| // Optional custom name for your RepStrap or other custom machine | ||||
| // Displayed in the LCD "Ready" message | ||||
| // #define CUSTOM_MACHINE_NAME "3D Printer" | ||||
| #define CUSTOM_MACHINE_NAME "WITBOX" | ||||
|  | ||||
| // Added for BQ | ||||
| #define FIRMWARE_URL "http://www.bq.com/gb/downloads-witbox.html" | ||||
|  | ||||
| // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) | ||||
| // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4) | ||||
|   | ||||
| @@ -59,22 +59,9 @@ | ||||
| #elif MB(SAV_MKI) | ||||
|   #define MACHINE_NAME "SAV MkI" | ||||
|   #define FIRMWARE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config" | ||||
| #elif MB(WITBOX) | ||||
|   #define MACHINE_NAME "WITBOX" | ||||
|   #define FIRMWARE_URL "http://www.bq.com/gb/downloads-witbox.html" | ||||
| #elif MB(HEPHESTOS) | ||||
|   #define MACHINE_NAME "HEPHESTOS" | ||||
|   #define FIRMWARE_URL "http://www.bq.com/gb/downloads-prusa-i3-hephestos.html" | ||||
| #elif MB(BRAINWAVE_PRO) | ||||
|   #define MACHINE_NAME "Kossel Pro" | ||||
|   #ifndef FIRMWARE_URL | ||||
|     #define FIRMWARE_URL "https://github.com/OpenBeamUSA/Marlin/" | ||||
|   #endif | ||||
| #else | ||||
|   #ifndef MACHINE_NAME | ||||
| #elif !defined(MACHINE_NAME) | ||||
|   #define MACHINE_NAME "3D Printer" | ||||
| #endif | ||||
| #endif | ||||
|  | ||||
| #ifdef CUSTOM_MENDEL_NAME | ||||
|   #error CUSTOM_MENDEL_NAME deprecated - use CUSTOM_MACHINE_NAME | ||||
|   | ||||
| @@ -104,10 +104,6 @@ | ||||
|   #include "pins_5DPRINT.h" | ||||
| #elif MB(LEAPFROG) | ||||
|   #include "pins_LEAPFROG.h" | ||||
| #elif MB(WITBOX) | ||||
|   #include "pins_WITBOX.h" | ||||
| #elif MB(HEPHESTOS) | ||||
|   #include "pins_HEPHESTOS.h" | ||||
| #elif MB(BAM_DICE) | ||||
|   #include "pins_RAMPS_13.h" | ||||
| #elif MB(BAM_DICE_DUE) | ||||
|   | ||||
| @@ -1,11 +0,0 @@ | ||||
| /** | ||||
|  * bq Prusa i3 Hephestos – Arduino Mega with RAMPS v1.3/1.4 pin assignments | ||||
|  */ | ||||
|  | ||||
| #include "pins_RAMPS_13.h" | ||||
|  | ||||
| #undef FAN_PIN | ||||
| #define FAN_PIN             9 // (Sprinter config) | ||||
|  | ||||
| #undef HEATER_1_PIN | ||||
| #define HEATER_1_PIN       -1 | ||||
| @@ -1,11 +0,0 @@ | ||||
| /** | ||||
|  * bq WITBOX Arduino Mega with RAMPS v1.3/1.4 pin assignments | ||||
|  */ | ||||
|  | ||||
| #include "pins_RAMPS_13.h" | ||||
|  | ||||
| #undef FAN_PIN | ||||
| #define FAN_PIN             9 // (Sprinter config) | ||||
|  | ||||
| #undef HEATER_1_PIN | ||||
| #define HEATER_1_PIN       -1 | ||||
		Reference in New Issue
	
	Block a user