mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-29 02:33:15 +08:00
Variants name changed for better readability and match command reply
This commit is contained in:
parent
f8c65e39ae
commit
12cce64f90
@ -111,7 +111,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#ifdef MINI-RAMBO
|
#ifdef MINI-RAMBO
|
||||||
|
|
||||||
#define ELECTRONICS "RAMBo-13a"
|
#define ELECTRONICS "RAMBo13a"
|
||||||
|
|
||||||
#define HEATER_0_PIN 3
|
#define HEATER_0_PIN 3
|
||||||
#define HEATER_BED_PIN 4
|
#define HEATER_BED_PIN 4
|
||||||
@ -122,7 +122,7 @@
|
|||||||
#define MOTOR_CURRENT_PWM_E_PIN 44
|
#define MOTOR_CURRENT_PWM_E_PIN 44
|
||||||
|
|
||||||
#else //RAMBo
|
#else //RAMBo
|
||||||
#define ELECTRONICS "RAMBo-big"
|
#define ELECTRONICS "RAMBoBig"
|
||||||
|
|
||||||
#define E1_STEP_PIN 33
|
#define E1_STEP_PIN 33
|
||||||
#define E1_DIR_PIN 42
|
#define E1_DIR_PIN 42
|
||||||
@ -205,7 +205,7 @@
|
|||||||
* Rambo mini Pin Assignments 1.0
|
* Rambo mini Pin Assignments 1.0
|
||||||
******************************************************************/
|
******************************************************************/
|
||||||
#if MOTHERBOARD == 102
|
#if MOTHERBOARD == 102
|
||||||
#define ELECTRONICS "RAMBo-10a"
|
#define ELECTRONICS "RAMBo10a"
|
||||||
#define KNOWN_BOARD
|
#define KNOWN_BOARD
|
||||||
#ifndef __AVR_ATmega2560__
|
#ifndef __AVR_ATmega2560__
|
||||||
#error Oops! Make sure you have 'Arduino Mega 2560' selected from the 'Tools -> Boards' menu.
|
#error Oops! Make sure you have 'Arduino Mega 2560' selected from the 'Tools -> Boards' menu.
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
*------------------------------------*/
|
*------------------------------------*/
|
||||||
|
|
||||||
// Printer revision
|
// Printer revision
|
||||||
#define FILAMENT_SIZE "1-75mm"
|
#define FILAMENT_SIZE "1_75mm"
|
||||||
#define NOZZLE_TYPE "E3D-v6"
|
#define NOZZLE_TYPE "E3Dv6full"
|
||||||
|
|
||||||
// Printer name
|
// Printer name
|
||||||
#define CUSTOM_MENDEL_NAME "Prusa i3"
|
#define CUSTOM_MENDEL_NAME "Prusa i3"
|
@ -6,8 +6,8 @@
|
|||||||
*------------------------------------*/
|
*------------------------------------*/
|
||||||
|
|
||||||
// Printer revision
|
// Printer revision
|
||||||
#define FILAMENT_SIZE "1-75mm"
|
#define FILAMENT_SIZE "1_75mm"
|
||||||
#define NOZZLE_TYPE "E3D-v6lite"
|
#define NOZZLE_TYPE "E3Dv6lite"
|
||||||
|
|
||||||
// Printer name
|
// Printer name
|
||||||
#define CUSTOM_MENDEL_NAME "Prusa i3"
|
#define CUSTOM_MENDEL_NAME "Prusa i3"
|
||||||
@ -16,7 +16,6 @@
|
|||||||
#define MOTHERBOARD BOARD_RAMBO_MINI_1_0
|
#define MOTHERBOARD BOARD_RAMBO_MINI_1_0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*------------------------------------
|
/*------------------------------------
|
||||||
AXIS SETTINGS
|
AXIS SETTINGS
|
||||||
*------------------------------------*/
|
*------------------------------------*/
|
@ -6,8 +6,8 @@
|
|||||||
*------------------------------------*/
|
*------------------------------------*/
|
||||||
|
|
||||||
// Printer revision
|
// Printer revision
|
||||||
#define FILAMENT_SIZE "1-75mm"
|
#define FILAMENT_SIZE "1_75mm"
|
||||||
#define NOZZLE_TYPE "E3D-v6"
|
#define NOZZLE_TYPE "E3Dv6full"
|
||||||
|
|
||||||
// Printer name
|
// Printer name
|
||||||
#define CUSTOM_MENDEL_NAME "Prusa i3"
|
#define CUSTOM_MENDEL_NAME "Prusa i3"
|
||||||
@ -16,7 +16,6 @@
|
|||||||
#define MOTHERBOARD BOARD_RAMBO_MINI_1_3
|
#define MOTHERBOARD BOARD_RAMBO_MINI_1_3
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*------------------------------------
|
/*------------------------------------
|
||||||
AXIS SETTINGS
|
AXIS SETTINGS
|
||||||
*------------------------------------*/
|
*------------------------------------*/
|
@ -6,8 +6,8 @@
|
|||||||
*------------------------------------*/
|
*------------------------------------*/
|
||||||
|
|
||||||
// Printer revision
|
// Printer revision
|
||||||
#define FILAMENT_SIZE "1-75mm"
|
#define FILAMENT_SIZE "1_75mm"
|
||||||
#define NOZZLE_TYPE "E3D-v6lite"
|
#define NOZZLE_TYPE "E3Dv6lite"
|
||||||
|
|
||||||
// Printer name
|
// Printer name
|
||||||
#define CUSTOM_MENDEL_NAME "Prusa i3"
|
#define CUSTOM_MENDEL_NAME "Prusa i3"
|
||||||
@ -16,7 +16,6 @@
|
|||||||
#define MOTHERBOARD BOARD_RAMBO_MINI_1_3
|
#define MOTHERBOARD BOARD_RAMBO_MINI_1_3
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*------------------------------------
|
/*------------------------------------
|
||||||
AXIS SETTINGS
|
AXIS SETTINGS
|
||||||
*------------------------------------*/
|
*------------------------------------*/
|
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
// Printer revision
|
// Printer revision
|
||||||
#define FILAMENT_SIZE "3mm"
|
#define FILAMENT_SIZE "3mm"
|
||||||
#define NOZZLE_TYPE "PrusaNmk2"
|
#define NOZZLE_TYPE "PrusaNmk2"
|
||||||
#define THREEMM_PRINTER
|
#define THREEMM_PRINTER
|
||||||
|
|
||||||
// Printer name
|
// Printer name
|
||||||
#define CUSTOM_MENDEL_NAME "Prusa i3"
|
#define CUSTOM_MENDEL_NAME "Prusa i3"
|
||||||
|
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
6855
hex_files/1_75mm-RAMBo10a-E3Dv6full.hex
Normal file
6855
hex_files/1_75mm-RAMBo10a-E3Dv6full.hex
Normal file
File diff suppressed because it is too large
Load Diff
6855
hex_files/1_75mm-RAMBo10a-E3Dv6lite.hex
Normal file
6855
hex_files/1_75mm-RAMBo10a-E3Dv6lite.hex
Normal file
File diff suppressed because it is too large
Load Diff
6865
hex_files/1_75mm-RAMBo13a-E3Dv6full.hex
Normal file
6865
hex_files/1_75mm-RAMBo13a-E3Dv6full.hex
Normal file
File diff suppressed because it is too large
Load Diff
6865
hex_files/1_75mm-RAMBo13a-E3Dv6lite.hex
Normal file
6865
hex_files/1_75mm-RAMBo13a-E3Dv6lite.hex
Normal file
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
Loading…
x
Reference in New Issue
Block a user