Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MarlinKimbra
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
MarlinKimbra
Commits
521d08d1
Commit
521d08d1
authored
Apr 28, 2015
by
MagoKimbra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update!!!
parent
bb233423
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
505 additions
and
271 deletions
+505
-271
Configuration_Cartesian.h
MarlinKimbra/Configuration_Cartesian.h
+2
-1
Configuration_Corexy.h
MarlinKimbra/Configuration_Corexy.h
+2
-1
Configuration_Delta.h
MarlinKimbra/Configuration_Delta.h
+2
-1
Configuration_Scara.h
MarlinKimbra/Configuration_Scara.h
+2
-1
Marlin_main.cpp
MarlinKimbra/Marlin_main.cpp
+224
-128
configuration_store.cpp
MarlinKimbra/configuration_store.cpp
+82
-53
configuration_store.h
MarlinKimbra/configuration_store.h
+0
-2
dogm_lcd_implementation.h
MarlinKimbra/dogm_lcd_implementation.h
+31
-11
language.h
MarlinKimbra/language.h
+11
-5
pins.h
MarlinKimbra/pins.h
+149
-68
No files found.
MarlinKimbra/Configuration_Cartesian.h
View file @
521d08d1
// Define this to set a custom name for your generic Mendel,
#define CUSTOM_MENDEL_NAME "Prusa"
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Prusa"
//===========================================================================
//=============================Mechanical Settings===========================
...
...
MarlinKimbra/Configuration_Corexy.h
View file @
521d08d1
// Define this to set a custom name for your generic Mendel,
#define CUSTOM_MENDEL_NAME "Core XY"
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Core XY"
//===========================================================================
//=============================Mechanical Settings===========================
...
...
MarlinKimbra/Configuration_Delta.h
View file @
521d08d1
// Define this to set a custom name for your generic Delta
#define CUSTOM_MENDEL_NAME "Delta"
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Delta"
//===========================================================================
//============================== Delta Settings =============================
...
...
MarlinKimbra/Configuration_Scara.h
View file @
521d08d1
// Define this to set a custom name for your generic Mendel,
#define CUSTOM_MENDEL_NAME "Scara"
// Displayed in the LCD "Ready" message
#define CUSTOM_MACHINE_NAME "Scara"
// SCARA-mode for Marlin has been developed by QHARLEY in ZA in 2012/2013. Implemented
// and slightly reworked by JCERNY in 06/2014 with the goal to bring it into Master-Branch
...
...
MarlinKimbra/Marlin_main.cpp
View file @
521d08d1
This diff is collapsed.
Click to expand it.
MarlinKimbra/configuration_store.cpp
View file @
521d08d1
...
...
@@ -20,77 +20,77 @@
* V21 EEPROM Layout:
*
* ver
* axis_steps_per_unit (x7)
* max_feedrate (x7)
* retraction_feedrate (x4)
* max_acceleration_units_per_sq_second (x7)
* acceleration
* retract_acceleration
* travel_acceleration
* minimumfeedrate
* mintravelfeedrate
* minsegmenttime
* max_xy_jerk
* max_z_jerk
* max_e_jerk
* home_offset (x3)
* zprobe_zoffset
*
M92 XYZ E0 E1 E2 E3
axis_steps_per_unit (x7)
*
M203 XYZ E0 E1 E2 E3
max_feedrate (x7)
*
M??? E0 E1 E2 E3
retraction_feedrate (x4)
*
M201 XYZ E0 E1 E2 E3
max_acceleration_units_per_sq_second (x7)
*
M204 P
acceleration
*
M204 R
retract_acceleration
*
M204 T
travel_acceleration
*
M205 S
minimumfeedrate
*
M205 T
mintravelfeedrate
*
M205 B
minsegmenttime
*
M205 X
max_xy_jerk
*
M205 Z
max_z_jerk
*
M205 E
max_e_jerk
*
M206 XYZ
home_offset (x3)
*
M666 P
zprobe_zoffset
*
* HOTEND OFFSET:
*
hotend_offset (x4
)
*
M218 T XY hotend_offset (x4) (T0..3
)
*
* DELTA:
* endstop_adj (x3)
*
delta_radius
*
delta_diagonal_rod
*
max_pos
*
tower_adj (x3)
* z_probe_offset
*
M666 XYZ
endstop_adj (x3)
*
M666 ABCDEFG tower_adj (x6)
*
M666 R delta_radius
*
M666 D delta_diagonal_rod
*
M666 H Z max_pos
*
M666 P
z_probe_offset
*
* Z_DUAL_ENDSTOPS
* z_endstop_adj
*
M666 Z
z_endstop_adj
*
* ULTIPANEL:
* plaPreheatHotendTemp
* plaPreheatHPBTemp
* plaPreheatFanSpeed
* absPreheatHotendTemp
* absPreheatHPBTemp
* absPreheatFanSpeed
* gumPreheatHotendTemp
* gumPreheatHPBTemp
* gumPreheatFanSpeed
*
M145 S0 H
plaPreheatHotendTemp
*
M145 S0 B
plaPreheatHPBTemp
*
M145 S0 F
plaPreheatFanSpeed
*
M145 S1 H
absPreheatHotendTemp
*
M145 S1 B
absPreheatHPBTemp
*
M145 S1 F
absPreheatFanSpeed
*
M145 S2 H
gumPreheatHotendTemp
*
M145 S2 B
gumPreheatHPBTemp
*
M145 S2 F
gumPreheatFanSpeed
*
* PIDTEMP:
* Kp[0], Ki[0], Kd[0]
* Kp[1], Ki[1], Kd[1]
* Kp[2], Ki[2], Kd[2]
* Kp[3], Ki[3], Kd[3]
*
M301 E0 PID
Kp[0], Ki[0], Kd[0]
*
M301 E1 PID
Kp[1], Ki[1], Kd[1]
*
M301 E2 PID
Kp[2], Ki[2], Kd[2]
*
M301 E3 PID
Kp[3], Ki[3], Kd[3]
*
* PIDTEMPBED:
* bedKp, bedKi, bedKd
*
M304 PID
bedKp, bedKi, bedKd
*
* DOGLCD:
* lcd_contrast
*
M250 C
lcd_contrast
*
* SCARA:
* axis_scaling (x3)
*
M365 XYZ
axis_scaling (x3)
*
* FWRETRACT:
* autoretract_enabled
* retract_length
* retract_length_swap
* retract_feedrate
* retract_zlift
* retract_recover_length
* retract_recover_length_swap
* retract_recover_feedrate
*
M209 S
autoretract_enabled
*
M207 S
retract_length
*
M207 W
retract_length_swap
*
M207 F
retract_feedrate
*
M207 Z
retract_zlift
*
M208 S
retract_recover_length
*
M208 W
retract_recover_length_swap
*
M208 F
retract_recover_feedrate
*
*
volumetric_enabled
*
M200 D volumetric_enabled (D>0 makes this enabled)
*
*
filament_size (x4
)
*
M200 T D filament_size (x4) (T0..3
)
*
* idleoozing_enabled
*
M??? S
idleoozing_enabled
*
*
*
...
...
@@ -127,8 +127,6 @@ void _EEPROM_readData(int &pos, uint8_t* value, uint8_t size) {
#define EEPROM_WRITE_VAR(pos, value) _EEPROM_writeData(pos, (uint8_t*)&value, sizeof(value))
#define EEPROM_READ_VAR(pos, value) _EEPROM_readData(pos, (uint8_t*)&value, sizeof(value))
//======================================================================================
#define DUMMY_PID_VALUE 3000.0f
#define EEPROM_OFFSET 100
...
...
@@ -137,6 +135,9 @@ void _EEPROM_readData(int &pos, uint8_t* value, uint8_t size) {
#ifdef EEPROM_SETTINGS
/**
* Store Configuration Settings - M500
*/
void
Config_StoreSettings
()
{
float
dummy
=
0.0
f
;
char
ver
[
4
]
=
"000"
;
...
...
@@ -272,12 +273,16 @@ void Config_StoreSettings() {
ECHO_EM
(
" bytes)"
);
}
/**
* Retrieve Configuration Settings - M501
*/
void
Config_RetrieveSettings
()
{
int
i
=
EEPROM_OFFSET
;
char
stored_ver
[
4
];
char
ver
[
4
]
=
EEPROM_VERSION
;
EEPROM_READ_VAR
(
i
,
stored_ver
);
//read stored version
// ECHO_EM("Version: [" << ver << "] Stored version: [" << stored_ver << "]");
if
(
strncmp
(
ver
,
stored_ver
,
3
)
!=
0
)
{
Config_ResetDefault
();
...
...
@@ -432,12 +437,15 @@ void Config_RetrieveSettings() {
#endif // EEPROM_SETTINGS
/**
* Reset Configuration Settings - M502
*/
void
Config_ResetDefault
()
{
float
tmp1
[]
=
DEFAULT_AXIS_STEPS_PER_UNIT
;
float
tmp2
[]
=
DEFAULT_MAX_FEEDRATE
;
float
tmp3
[]
=
DEFAULT_RETRACTION_MAX_FEEDRATE
;
long
tmp4
[]
=
DEFAULT_MAX_ACCELERATION
;
long
tmp4
[]
=
DEFAULT_MAX_ACCELERATION
;
#ifdef PIDTEMP
float
tmp5
[]
=
DEFAULT_Kp
;
float
tmp6
[]
=
DEFAULT_Ki
;
...
...
@@ -564,6 +572,9 @@ void Config_ResetDefault() {
#ifndef DISABLE_M503
/**
* Print Configuration Settings - M502
*/
void
Config_PrintSettings
(
bool
forReplay
)
{
// Always have this function, even with EEPROM_SETTINGS disabled, the current values will be shown
...
...
@@ -724,6 +735,24 @@ void Config_PrintSettings(bool forReplay) {
ECHO_LMV
(
DB
,
" M666 P"
,
zprobe_zoffset
);
#endif // DELTA
#ifdef ULTIPANEL
if
(
!
forReplay
)
{
ECHO_LM
(
DB
,
"Material heatup parameters:"
);
}
ECHO_SMV
(
DB
,
" M145 M0 H"
,
plaPreheatHotendTemp
);
ECHO_MV
(
" B"
,
plaPreheatHPBTemp
);
ECHO_MV
(
" F"
,
plaPreheatFanSpeed
);
ECHO_EM
(
" (Material PLA)"
);
ECHO_SMV
(
DB
,
" M145 M1 H"
,
absPreheatHotendTemp
);
ECHO_MV
(
" B"
,
absPreheatHPBTemp
);
ECHO_MV
(
" F"
,
absPreheatFanSpeed
);
ECHO_EM
(
" (Material ABS)"
);
ECHO_SMV
(
DB
,
" M145 M2 H"
,
gumPreheatHotendTemp
);
ECHO_MV
(
" B"
,
gumPreheatHPBTemp
);
ECHO_MV
(
" F"
,
gumPreheatFanSpeed
);
ECHO_EM
(
" (Material GUM)"
);
#endif // ULTIPANEL
#if defined(PIDTEMP) || defined(PIDTEMPBED)
if
(
!
forReplay
)
{
ECHO_LM
(
DB
,
"PID settings:"
);
...
...
MarlinKimbra/configuration_store.h
View file @
521d08d1
...
...
@@ -9,10 +9,8 @@ void save_lifetime_stats();
#ifndef DISABLE_M503
void
Config_PrintSettings
(
bool
forReplay
=
false
);
void
ConfigSD_PrintSettings
(
bool
forReplay
=
false
);
#else
FORCE_INLINE
void
Config_PrintSettings
(
bool
forReplay
=
false
)
{}
FORCE_INLINE
void
ConfigSD_PrintSettings
(
bool
forReplay
=
false
)
{}
#endif
#ifdef EEPROM_SETTINGS
...
...
MarlinKimbra/dogm_lcd_implementation.h
View file @
521d08d1
...
...
@@ -29,7 +29,7 @@
#endif
#include <U8glib.h>
#include "
DOGM
bitmaps.h"
#include "
dogm_
bitmaps.h"
#include "ultralcd.h"
#include "ultralcd_st7920_u8glib_rrd.h"
...
...
@@ -64,6 +64,10 @@
#elif defined( DISPLAY_CHARSET_ISO10646_KANA )
#include "dogm_font_data_ISO10646_Kana.h"
#define FONT_MENU_NAME ISO10646_Kana_5x7
#elif defined( DISPLAY_CHARSET_ISO10646_CN )
#include "dogm_font_data_ISO10646_CN.h"
#define FONT_MENU_NAME ISO10646_CN
#define TALL_FONT_CORRECTION 1
#else // fall-back
#include "dogm_font_data_ISO10646_1.h"
#define FONT_MENU_NAME ISO10646_1_5x7
...
...
@@ -106,6 +110,10 @@
#define LCD_WIDTH_EDIT 22
#endif
#ifndef TALL_FONT_CORRECTION
#define TALL_FONT_CORRECTION 0
#endif
#define START_ROW 0
// LCD selection
...
...
@@ -123,6 +131,13 @@
U8GLIB_DOGM128
u8g
(
DOGLCD_CS
,
DOGLCD_A0
);
// HW-SPI Com: CS, A0
#endif
#ifndef LCD_PIXEL_WIDTH
#define LCD_PIXEL_WIDTH 128
#endif
#ifndef LCD_PIXEL_HEIGHT
#define LCD_PIXEL_HEIGHT 64
#endif
#include "utf_mapper.h"
int
lcd_contrast
;
...
...
@@ -172,6 +187,7 @@ char lcd_printPGM(const char* str) {
static
bool
show_splashscreen
=
true
;
/* Warning: This function is called from interrupt context */
static
void
lcd_implementation_init
()
{
#ifdef LCD_PIN_BL // Enable LCD backlight
...
...
@@ -252,20 +268,21 @@ static void lcd_implementation_status_screen() {
#ifdef SDSUPPORT
// SD Card Symbol
u8g
.
drawBox
(
42
,
42
,
8
,
7
);
u8g
.
drawBox
(
50
,
44
,
2
,
5
);
u8g
.
drawFrame
(
42
,
49
,
10
,
4
);
u8g
.
drawPixel
(
50
,
43
);
u8g
.
drawBox
(
42
,
42
-
TALL_FONT_CORRECTION
,
8
,
7
);
u8g
.
drawBox
(
50
,
44
-
TALL_FONT_CORRECTION
,
2
,
5
);
u8g
.
drawFrame
(
42
,
49
-
TALL_FONT_CORRECTION
,
10
,
4
);
u8g
.
drawPixel
(
50
,
43
-
TALL_FONT_CORRECTION
);
// Progress bar frame
u8g
.
drawFrame
(
54
,
49
,
73
,
4
);
u8g
.
drawFrame
(
54
,
49
,
73
,
4
-
TALL_FONT_CORRECTION
);
// SD Card Progress bar and clock
lcd_setFont
(
FONT_STATUSMENU
);
if
(
IS_SD_PRINTING
)
{
// Progress bar solid part
u8g
.
drawBox
(
55
,
50
,
(
unsigned
int
)(
71
.
f
*
card
.
percentDone
()
/
100
.
f
),
2
);
u8g
.
drawBox
(
55
,
50
,
(
unsigned
int
)(
71
.
f
*
card
.
percentDone
()
/
100
.
f
),
2
-
TALL_FONT_CORRECTION
);
}
u8g
.
setPrintPos
(
80
,
48
);
...
...
@@ -319,9 +336,9 @@ static void lcd_implementation_status_screen() {
lcd_setFont
(
FONT_STATUSMENU
);
#ifdef USE_SMALL_INFOFONT
u8g
.
drawBox
(
0
,
30
,
128
,
10
);
u8g
.
drawBox
(
0
,
30
,
LCD_PIXEL_WIDTH
,
10
);
#else
u8g
.
drawBox
(
0
,
30
,
128
,
9
);
u8g
.
drawBox
(
0
,
30
,
LCD_PIXEL_WIDTH
,
9
);
#endif
u8g
.
setColorIndex
(
0
);
// white on black
u8g
.
setPrintPos
(
2
,
XYZ_BASELINE
);
...
...
@@ -396,7 +413,7 @@ static void lcd_implementation_status_screen() {
static
void
lcd_implementation_mark_as_selected
(
uint8_t
row
,
bool
isSelected
)
{
if
(
isSelected
)
{
u8g
.
setColorIndex
(
1
);
// black on white
u8g
.
drawBox
(
0
,
row
*
DOG_CHAR_HEIGHT
+
3
,
128
,
DOG_CHAR_HEIGHT
);
u8g
.
drawBox
(
0
,
row
*
DOG_CHAR_HEIGHT
+
3
-
TALL_FONT_CORRECTION
,
LCD_PIXEL_WIDTH
,
DOG_CHAR_HEIGHT
);
u8g
.
setColorIndex
(
0
);
// following text must be white on black
}
else
{
...
...
@@ -416,13 +433,15 @@ static void lcd_implementation_drawmenu_generic(bool isSelected, uint8_t row, co
pstr
++
;
}
while
(
n
--
)
lcd_print
(
' '
);
u8g
.
setPrintPos
(
LCD_PIXEL_WIDTH
-
DOG_CHAR_WIDTH
,
(
row
+
1
)
*
DOG_CHAR_HEIGHT
);
lcd_print
(
post_char
);
lcd_print
(
' '
);
}
static
void
_drawmenu_setting_edit_generic
(
bool
isSelected
,
uint8_t
row
,
const
char
*
pstr
,
const
char
*
data
,
bool
pgm
)
{
char
c
;
uint8_t
n
=
LCD_WIDTH
-
2
-
(
pgm
?
lcd_strlen_P
(
data
)
:
(
lcd_strlen
((
char
*
)
data
)));
uint8_t
vallen
=
(
pgm
?
lcd_strlen_P
(
data
)
:
(
lcd_strlen
((
char
*
)
data
)));
uint8_t
n
=
LCD_WIDTH
-
2
-
vallen
;
lcd_implementation_mark_as_selected
(
row
,
isSelected
);
...
...
@@ -432,6 +451,7 @@ static void _drawmenu_setting_edit_generic(bool isSelected, uint8_t row, const c
}
lcd_print
(
':'
);
while
(
n
--
)
lcd_print
(
' '
);
u8g
.
setPrintPos
(
LCD_PIXEL_WIDTH
-
DOG_CHAR_WIDTH
*
vallen
,
(
row
+
1
)
*
DOG_CHAR_HEIGHT
);
if
(
pgm
)
{
lcd_printPGM
(
data
);
}
else
{
lcd_print
((
char
*
)
data
);
}
}
...
...
MarlinKimbra/language.h
View file @
521d08d1
...
...
@@ -30,17 +30,14 @@
#endif
#define PROTOCOL_VERSION "1.0"
#define FIRMWARE_URL "https://github.com/MagoKimbra/MarlinKimbra"
#if MB(ULTIMAKER)|| MB(ULTIMAKER_OLD)|| MB(ULTIMAIN_2)
#undef FIRMWARE_URL
#define MACHINE_NAME "Ultimaker"
#define FIRMWARE_URL "http://firmware.ultimaker.com"
#elif MB(RUMBA)
#define MACHINE_NAME "Rumba"
#elif MB(3DRAG)
#define MACHINE_NAME "3Drag"
#undef FIRMWARE_URL
#define FIRMWARE_URL "http://3dprint.elettronicain.it/"
#elif MB(K8200)
#define MACHINE_NAME "K8200"
...
...
@@ -48,15 +45,23 @@
#define MACHINE_NAME "Makibox"
#elif MB(SAV_MKI)
#define MACHINE_NAME "SAV MkI"
#undef FIRMWARE_URL
#define FIRMWARE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
#else // Default firmware set to Mendel
#define MACHINE_NAME "Mendel"
#endif
#ifdef CUSTOM_MENDEL_NAME
#error CUSTOM_MENDEL_NAME deprecated - use CUSTOM_MACHINE_NAME
#define CUSTOM_MACHINE_NAME CUSTOM_MENDEL_NAME
#endif
#ifdef CUSTOM_MACHINE_NAME
#undef MACHINE_NAME
#define MACHINE_NAME CUSTOM_MENDEL_NAME
#define MACHINE_NAME CUSTOM_MACHINE_NAME
#endif
#ifndef FIRMWARE_URL
#define FIRMWARE_URL "https://github.com/MagoKimbra/MarlinKimbra"
#endif
#ifndef BUILD_VERSION
...
...
@@ -131,6 +136,7 @@
#define MSG_Z_MAX "z_max: "
#define MSG_Z2_MAX "z2_max: "
#define MSG_Z_PROBE "z_probe: "
#define MSG_ERR_MATERIAL_INDEX "M145 S<index> out of range (0-2)"
#define MSG_E_MIN "e_min: "
#define MSG_FILAMENT_RUNOUT_PIN "filament_runout_pin: "
#define MSG_M119_REPORT "Reporting endstop status"
...
...
MarlinKimbra/pins.h
View file @
521d08d1
...
...
@@ -2231,8 +2231,8 @@
/****************************************************************************************
* 502
* Arduino Due pin assignment
* Alligator R2
* http://www.3dartists.org/
****************************************************************************************/
#if MB(ALLIGATOR)
#define KNOWN_BOARD 1
...
...
@@ -2245,106 +2245,187 @@
#define SPI_CHAN_DAC 1
// X AXIS
#define ORIG_X_STEP_PIN 96 // PB24
#define ORIG_X_DIR_PIN 2 // PB25
#define ORIG_X_ENABLE_PIN 24 // PA15, motor RESET pin
#define X_MIN_PIN 33 // PC1
#define X_MAX_PIN 34 // PC2
#define X_MS1_PIN 99 // PC10
#define ORIG_X_STEP_PIN
96 // PB24
#define ORIG_X_DIR_PIN
2 // PB25
#define ORIG_X_ENABLE_PIN
24 // PA15, motor RESET pin
#define X_MIN_PIN
33 // PC1
#define X_MAX_PIN
34 // PC2
#define X_MS1_PIN
99 // PC10
// Y AXIS
#define ORIG_Y_STEP_PIN 94 // PB22
#define ORIG_Y_DIR_PIN 95 // PB23
#define ORIG_Y_ENABLE_PIN 24 // PA15, motor RESET pin
#define Y_MIN_PIN 35 // PC3
#define Y_MAX_PIN 37 // PC5
#define Y_MS1_PIN 10 // PC29
#define ORIG_Y_STEP_PIN
94 // PB22
#define ORIG_Y_DIR_PIN
95 // PB23
#define ORIG_Y_ENABLE_PIN
24 // PA15, motor RESET pin
#define Y_MIN_PIN
35 // PC3
#define Y_MAX_PIN
37 // PC5
#define Y_MS1_PIN
10 // PC29
// Z AXIS
#define ORIG_Z_STEP_PIN 98 // PC27
#define ORIG_Z_DIR_PIN 3 // PC28
#define ORIG_Z_ENABLE_PIN 24 // PA15, motor RESET pin
#define Z_MIN_PIN 38 // PC6
#define Z_MAX_PIN 39 // PC7
#define Z_MS1_PIN 44 // PC19
#define Z_PROBE_PIN 38 // PC6
#define ORIG_Z_STEP_PIN
98 // PC27
#define ORIG_Z_DIR_PIN
3 // PC28
#define ORIG_Z_ENABLE_PIN
24 // PA15, motor RESET pin
#define Z_MIN_PIN
38 // PC6
#define Z_MAX_PIN
39 // PC7
#define Z_MS1_PIN
44 // PC19
#define Z_PROBE_PIN
38 // PC6
// E AXIS
#define ORIG_E0_STEP_PIN 5 // PC25
#define ORIG_E0_DIR_PIN 4 // PC26
#define ORIG_E0_ENABLE_PIN 24 // PA15, motor RESET pin
#define E0_MS1_PIN 45 // PC18
#define ORIG_E0_STEP_PIN
5 // PC25
#define ORIG_E0_DIR_PIN
4 // PC26
#define ORIG_E0_ENABLE_PIN
24 // PA15, motor RESET pin
#define E0_MS1_PIN
45 // PC18
/*
#define ORIG_E1_STEP_PIN 28 // PD3 on piggy
#define ORIG_E1_DIR_PIN 27 // PD2 on piggy
#define ORIG_E1_ENABLE_PIN -1
#define E1_MS1_PIN -1
#define ORIG_E2_STEP_PIN 11 // PD7 on piggy
#define ORIG_E2_DIR_PIN 29 // PD6 on piggy
#define ORIG_E2_ENABLE_PIN -1
#define E2_MS_PIN -1
#define ORIG_E3_STEP_PIN 30 // PD9 on piggy
#define ORIG_E3_DIR_PIN 12 // PD8 on piggy
#define ORIG_E3_ENABLE_PIN -1
#define E3_MS_PIN -1
#define ORIG_E1_STEP_PIN
28 // PD3 on piggy
#define ORIG_E1_DIR_PIN
27 // PD2 on piggy
#define ORIG_E1_ENABLE_PIN
-1
#define E1_MS1_PIN
-1
#define ORIG_E2_STEP_PIN
11 // PD7 on piggy
#define ORIG_E2_DIR_PIN
29 // PD6 on piggy
#define ORIG_E2_ENABLE_PIN
-1
#define E2_MS_PIN
-1
#define ORIG_E3_STEP_PIN
30 // PD9 on piggy
#define ORIG_E3_DIR_PIN
12 // PD8 on piggy
#define ORIG_E3_ENABLE_PIN
-1
#define E3_MS_PIN
-1
*/
#define MOTOR_FAULT_PIN 22 // PB26 , motor X-Y-Z-E0 motor FAULT
#define MOTOR_FAULT_PIN
22 // PB26 , motor X-Y-Z-E0 motor FAULT
#define SDPOWER -1
#define SDSS 77 // PA28
#define SDCARDDETECT 87 // PA29
#define SDCARDDETECTINVERTED false
#define LED_PIN -1
#define SDPOWER
-1
#define SDSS
77 // PA28
#define SDCARDDETECT
87 // PA29
#define SDCARDDETECTINVERTED
false
#define LED_PIN
-1
#define ORIG_FAN_PIN 92 // PA5
#define FAN2_PIN 31 // PA7
#define ORIG_FAN_PIN
92 // PA5
#define FAN2_PIN
31 // PA7
#define PS_ON_PIN -1
#define KILL_PIN -1
#define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing.
#define HEAT_OFF_INT_PIN 50 // PC13 on raspberry expansion
#define PS_ON_PIN
-1
#define KILL_PIN
-1
#define SUICIDE_PIN
-1 //PIN that has to be turned on right after start, to keep power flowing.
#define HEAT_OFF_INT_PIN
50 // PC13 on raspberry expansion
// Note that on the Due pin A0 on the board is channel 2 on the ARM chip
#define HEATER_BED_PIN 69 // PA0
#define HEATER_0_PIN 68 // PA1
#define HEATER_BED_PIN
69 // PA0
#define HEATER_0_PIN
68 // PA1
/*
#define HEATER_1_PIN
8
// PC22 on piggy
#define HEATER_2_PIN
9
// PC21 on piggy
#define HEATER_3_PIN 97 // PC20 on piggy
#define HEATER_1_PIN
8
// PC22 on piggy
#define HEATER_2_PIN
9
// PC21 on piggy
#define HEATER_3_PIN
97 // PC20 on piggy
*/
#define TEMP_BED_PIN 0 // PA16
#define TEMP_0_PIN
1
// PA24, analog pin
#define TEMP_BED_PIN
0 // PA16
#define TEMP_0_PIN
1
// PA24, analog pin
/*
#define TEMP_1_PIN
5
// PA23 analog pin on piggy
#define TEMP_2_PIN
4
// PA22, analog pin on piggy
#define TEMP_3_PIN
3
// PA6, analog on piggy
#define TEMP_1_PIN
5
// PA23 analog pin on piggy
#define TEMP_2_PIN
4
// PA22, analog pin on piggy
#define TEMP_3_PIN
3
// PA6, analog on piggy
*/
#define LED_RED_PIN 40 // PC8
#define LED_GREEN_PIN 41 // PC9
#define CASE_LIGHTS_PIN 36 // PC4
#define LED_RED_PIN
40 // PC8
#define LED_GREEN_PIN
41 // PC9
#define CASE_LIGHTS_PIN
36 // PC4
#define EXP_VOLTAGE_LEVEL_PIN 65
#define DAC_SYNC 53 // PB14
#define DAC_SYNC
53 // PB14
//64K SPI EEPROM
#define SPI_CHAN_EEPROM1 2
#define SPI_EEPROM1_CS 25 // PD0
#define SPI_CHAN_EEPROM1
2
#define SPI_EEPROM1_CS
25 // PD0
//2K SPI EEPROM
#define SPI_EEPROM2_CS 26 // PD1
#define SPI_EEPROM2_CS
26 // PD1
//** FLASH SPI**/
//32Mb
#define SPI_FLASH_CS 23 //PA14
#define SPI_FLASH_CS 23 //PA14
#ifdef ULTRA_LCD
#ifdef NEWPANEL
#ifdef PANEL_ONE
#define LCD_PINS_RS 40
#define LCD_PINS_ENABLE 42
#define LCD_PINS_D4 65
#define LCD_PINS_D5 66
#define LCD_PINS_D6 44
#define LCD_PINS_D7 64
#else
#define LCD_PINS_RS 16
#define LCD_PINS_ENABLE 17
#define LCD_PINS_D4 23
#define LCD_PINS_D5 25
#define LCD_PINS_D6 27
#define LCD_PINS_D7 29
#endif //PANEL_ONE
#ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
#define BEEPER 37
#define BTN_EN1 31
#define BTN_EN2 33
#define BTN_ENC 35
#define SDCARDDETECT 49
#elif defined(LCD_I2C_PANELOLU2)
#define BTN_EN1 47 //reverse if the encoder turns the wrong way.
#define BTN_EN2 43
#define BTN_ENC 32
#define LCD_SDSS 53
#define SDCARDDETECT -1
#define KILL_PIN 41
#elif defined(LCD_I2C_VIKI)
#define BTN_EN1 22 //reverse if the encoder turns the wrong way.
#define BTN_EN2 7
#define BTN_ENC -1
#define LCD_SDSS 53
#define SDCARDDETECT 49
#else
//arduino pin which triggers an piezzo beeper
#define BEEPER 33 // Beeper on AUX-4
//buttons are directly attached using AUX-2
#ifdef REPRAPWORLD_KEYPAD
#define BTN_EN1 64 // encoder
#define BTN_EN2 59 // encoder
#define BTN_ENC 63 // enter button
#define SHIFT_OUT 40 // shift register
#define SHIFT_CLK 44 // shift register
#define SHIFT_LD 42 // shift register
#elif defined(PANEL_ONE)
#define BTN_EN1 59 // AUX2 PIN 3
#define BTN_EN2 63 // AUX2 PIN 4
#define BTN_ENC 49 // AUX3 PIN 7
#else
#define BTN_EN1 37
#define BTN_EN2 35
#define BTN_ENC 31 //the click
#endif
#endif
#else //old style panel with shift register
//arduino pin witch triggers an piezzo beeper
#define BEEPER 33 //No Beeper added
//buttons are attached to a shift register
// Not wired this yet
//#define SHIFT_CLK 38
//#define SHIFT_LD 42
//#define SHIFT_OUT 40
//#define SHIFT_EN 17
#define LCD_PINS_RS 16
#define LCD_PINS_ENABLE 17
#define LCD_PINS_D4 23
#define LCD_PINS_D5 25
#define LCD_PINS_D6 27
#define LCD_PINS_D7 29
#endif //NEWPANEL
#endif //ULTRA_LCD
#endif //ALLIGATOR
/****************************************************************************************/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment