Variants name changed for better readability and match command reply

This commit is contained in:
michalprusa 2016-02-21 18:12:32 +01:00
parent f8c65e39ae
commit 12cce64f90
16 changed files with 40069 additions and 40074 deletions

View File

@ -111,7 +111,7 @@
#endif
#ifdef MINI-RAMBO
#define ELECTRONICS "RAMBo-13a"
#define ELECTRONICS "RAMBo13a"
#define HEATER_0_PIN 3
#define HEATER_BED_PIN 4
@ -122,7 +122,7 @@
#define MOTOR_CURRENT_PWM_E_PIN 44
#else //RAMBo
#define ELECTRONICS "RAMBo-big"
#define ELECTRONICS "RAMBoBig"
#define E1_STEP_PIN 33
#define E1_DIR_PIN 42
@ -205,7 +205,7 @@
* Rambo mini Pin Assignments 1.0
******************************************************************/
#if MOTHERBOARD == 102
#define ELECTRONICS "RAMBo-10a"
#define ELECTRONICS "RAMBo10a"
#define KNOWN_BOARD
#ifndef __AVR_ATmega2560__
#error Oops! Make sure you have 'Arduino Mega 2560' selected from the 'Tools -> Boards' menu.

View File

@ -6,8 +6,8 @@
*------------------------------------*/
// Printer revision
#define FILAMENT_SIZE "1-75mm"
#define NOZZLE_TYPE "E3D-v6"
#define FILAMENT_SIZE "1_75mm"
#define NOZZLE_TYPE "E3Dv6full"
// Printer name
#define CUSTOM_MENDEL_NAME "Prusa i3"

View File

@ -6,8 +6,8 @@
*------------------------------------*/
// Printer revision
#define FILAMENT_SIZE "1-75mm"
#define NOZZLE_TYPE "E3D-v6lite"
#define FILAMENT_SIZE "1_75mm"
#define NOZZLE_TYPE "E3Dv6lite"
// Printer name
#define CUSTOM_MENDEL_NAME "Prusa i3"
@ -16,7 +16,6 @@
#define MOTHERBOARD BOARD_RAMBO_MINI_1_0
/*------------------------------------
AXIS SETTINGS
*------------------------------------*/

View File

@ -6,8 +6,8 @@
*------------------------------------*/
// Printer revision
#define FILAMENT_SIZE "1-75mm"
#define NOZZLE_TYPE "E3D-v6"
#define FILAMENT_SIZE "1_75mm"
#define NOZZLE_TYPE "E3Dv6full"
// Printer name
#define CUSTOM_MENDEL_NAME "Prusa i3"
@ -16,7 +16,6 @@
#define MOTHERBOARD BOARD_RAMBO_MINI_1_3
/*------------------------------------
AXIS SETTINGS
*------------------------------------*/

View File

@ -6,8 +6,8 @@
*------------------------------------*/
// Printer revision
#define FILAMENT_SIZE "1-75mm"
#define NOZZLE_TYPE "E3D-v6lite"
#define FILAMENT_SIZE "1_75mm"
#define NOZZLE_TYPE "E3Dv6lite"
// Printer name
#define CUSTOM_MENDEL_NAME "Prusa i3"
@ -16,7 +16,6 @@
#define MOTHERBOARD BOARD_RAMBO_MINI_1_3
/*------------------------------------
AXIS SETTINGS
*------------------------------------*/

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff