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
975451ce
Commit
975451ce
authored
Dec 07, 2015
by
MagoKimbra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Same fix
parent
3653c5b0
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
112 additions
and
98 deletions
+112
-98
Configuration_Core.h
MarlinKimbra/Configuration_Core.h
+2
-2
Configuration_Feature.h
MarlinKimbra/Configuration_Feature.h
+12
-0
Configuration_Pins.h
MarlinKimbra/Configuration_Pins.h
+3
-0
pins.h
MarlinKimbra/pins.h
+95
-96
No files found.
MarlinKimbra/Configuration_Core.h
View file @
975451ce
...
...
@@ -48,13 +48,13 @@
*****************************************************************************************
* This define the moltiplicator axis from X to Y or Z in COREXY or COREXZ. *
* Example: *
* COREXY set COREX_
X
Z_FACTOR 1 *
* COREXY set COREX_
Y
Z_FACTOR 1 *
* The result is: *
* X = dX + COREX_YZ_FACTOR * dY = dX + 1 * dY = dX + dY *
* Y = dX - COREX_YZ_FACTOR * dY = dX - 1 * dY = dX - dY *
* Z = dZ *
* *
* COREXZ set COREX_
X
Z_FACTOR -3 *
* COREXZ set COREX_
Y
Z_FACTOR -3 *
* The result is: *
* X = dX + COREX_YZ_FACTOR * dZ = dX + -3 * dZ = dX - 3dZ *
* Y = dY *
...
...
MarlinKimbra/Configuration_Feature.h
View file @
975451ce
...
...
@@ -12,6 +12,7 @@
* - Temperature status LEDs
* - PID Settings - HOTEND
* - PID Settings - BED
* - Inverted PINS
* - Thermal runaway protection
* - Fan configuration
* - Mediancount (ONLY FOR DUE)
...
...
@@ -234,6 +235,17 @@
/***********************************************************************/
/********************************************************************************
************************ Inverted Heater or Bed PINS ***************************
********************************************************************************
* *
* For inverted logical Heater or Bed pins *
* *
********************************************************************************/
//#define INVERTED_HEATER_PINS
//#define INVERTED_BED_PINS
/********************************************************************************
************************ Thermal runaway protection ****************************
********************************************************************************
...
...
MarlinKimbra/Configuration_Pins.h
View file @
975451ce
...
...
@@ -68,6 +68,9 @@
// FAN pin
#define FAN_PIN ORIG_FAN_PIN
// PS ON pin
#define PS_ON_PIN ORIG_PS_ON_PIN
//============================================================================
//================================= FEATURE ==================================
...
...
MarlinKimbra/pins.h
View file @
975451ce
...
...
@@ -144,7 +144,7 @@
#define LED_PIN -1
#define ORIG_FAN_PIN -1
#define PS_ON_PIN 19
#define
ORIG_
PS_ON_PIN 19
//our pin for debugging.
#define DEBUG_PIN -1
...
...
@@ -233,7 +233,7 @@
#define LED_PIN -1
#define ORIG_FAN_PIN 31
#define
PS_ON_PIN
15
#define
ORIG_PS_ON_PIN
15
//All these generations of Gen7 supply thermistor power
//via PS_ON, so ignore bad thermistor readings
...
...
@@ -308,7 +308,7 @@
#define LED_PIN -1
#define ORIG_FAN_PIN -1 // Gen7 v1.3 removed the fan pin
#define PS_ON_PIN 15
#define
ORIG_
PS_ON_PIN 15
//All these generations of Gen7 supply thermistor power
//via PS_ON, so ignore bad thermistor readings
...
...
@@ -380,7 +380,7 @@
#define ORIG_FAN_PIN -1
#define PS_ON_PIN 15
#define
ORIG_
PS_ON_PIN 15
//our pin for debugging.
#define DEBUG_PIN 0
...
...
@@ -452,7 +452,7 @@
//FAN
#define ORIG_FAN_PIN -1
#define PS_ON_PIN -1
#define
ORIG_
PS_ON_PIN -1
#define KILL_PIN -1
#define ORIG_HEATER_0_PIN 19 // EXTRUDER 1
...
...
@@ -554,7 +554,7 @@
#else
#define ORIG_FAN_PIN 31
#endif
#define PS_ON_PIN 15
#define
ORIG_
PS_ON_PIN 15
//All these generations of Gen7 supply thermistor power
//via PS_ON, so ignore bad thermistor readings
...
...
@@ -620,7 +620,7 @@
#define ORIG_FAN_PIN 16 // 5V PWM
#define
PS_ON_PIN
10 // Set to -1 if using a manual switch on the PWRSW Connector
#define
ORIG_PS_ON_PIN
10 // Set to -1 if using a manual switch on the PWRSW Connector
#define SLEEP_WAKE_PIN 26 // This feature still needs work
#define ORIG_HEATER_0_PIN 45 // 12V PWM1
...
...
@@ -749,7 +749,7 @@
#define LED_PIN -1
//pin for controlling the PSU.
#define
PS_ON_PIN
14
#define
ORIG_PS_ON_PIN
14
//Alex extras from Gen3+
#define KILL_PIN -1
...
...
@@ -802,7 +802,7 @@
#define SDPOWER 48
#define SDSS 53
#define LED_PIN 13
#define
PS_ON_PIN
-1
#define
ORIG_PS_ON_PIN
-1
#define KILL_PIN -1
#if ENABLED(RAMPS_V_1_0) // RAMPS_V_1_0
...
...
@@ -900,7 +900,7 @@
#define LED_PIN 13
#define ORIG_FAN_PIN 9
#define
PS_ON_PIN
12
#define
ORIG_PS_ON_PIN
12
#define ORIG_HEATER_0_PIN 10 // Hotend 1
#define ORIG_HEATER_1_PIN -1
...
...
@@ -1108,7 +1108,7 @@
#define LED_PIN 13
#define ORIG_FAN_PIN 4
#define
PS_ON_PIN
12
#define
ORIG_PS_ON_PIN
12
#define ORIG_HEATER_0_PIN 10 // HOTEND 1
#define ORIG_HEATER_1_PIN 9 // HOTEND 2
...
...
@@ -1310,7 +1310,7 @@
#define LED_PIN 13
#define ORIG_FAN_PIN 9
#define
PS_ON_PIN
12
#define
ORIG_PS_ON_PIN
12
#define ORIG_HEATER_0_PIN 10 // HOTEND 1
#define ORIG_HEATER_1_PIN -1
...
...
@@ -1512,7 +1512,7 @@
#define LED_PIN 13
#define ORIG_FAN_PIN 8
#define
PS_ON_PIN
12
#define
ORIG_PS_ON_PIN
12
#define ORIG_HEATER_0_PIN 10 // HOTEND 1
#define ORIG_HEATER_1_PIN 9 // HOTEND 2
...
...
@@ -1714,7 +1714,7 @@
#define LED_PIN 13
#define ORIG_FAN_PIN 8
#define
PS_ON_PIN
12
#define
ORIG_PS_ON_PIN
12
#define ORIG_HEATER_0_PIN 10 // HOTEND 1
#define ORIG_HEATER_1_PIN 9 // HOTEND 2
...
...
@@ -1931,7 +1931,7 @@
#define SDSS 53
#define LED_PIN 13
#define ORIG_FAN_PIN 8
#define
PS_ON_PIN
4
#define
ORIG_PS_ON_PIN
4
#define KILL_PIN -1 //80 with Smart Controller LCD
#define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing.
...
...
@@ -2028,7 +2028,7 @@
#define SDSS -1
#define LED_PIN -1
#define ORIG_FAN_PIN 5
#define
PS_ON_PIN
-1
#define
ORIG_PS_ON_PIN
-1
#define KILL_PIN -1
#define ORIG_HEATER_0_PIN 6
...
...
@@ -2314,7 +2314,7 @@
#define ORIG_FAN_PIN 9
#define ORIG_FAN2_PIN 8
#define
PS_ON_PIN
40
#define
ORIG_PS_ON_PIN
40
#define KILL_PIN -1
...
...
@@ -2373,7 +2373,7 @@
#define SDCARDDETECT 14
#define KILL_PIN -1
#elif
defined
(SPARK_FULL_GRAPHICS)
#elif
ENABLED
(SPARK_FULL_GRAPHICS)
#define LCD_PINS_D4 29
#define LCD_PINS_ENABLE 27
#define LCD_PINS_RS 25
...
...
@@ -2464,9 +2464,9 @@
#define ORIG_FAN_PIN -1
#define CONTROLLER
ORIG_FAN_PIN -1 //Pin used for the fan to cool controller
#define CONTROLLER
_FAN_PIN -1
#define
PS_ON_PIN
-1
#define
ORIG_PS_ON_PIN
-1
#define KILL_PIN -1
...
...
@@ -2582,7 +2582,7 @@
#define SDSS 53 // 10 if using HW SPI. 53 if using SW SPI
#define LED_PIN 13
#define ORIG_FAN_PIN 9
#define
PS_ON_PIN
12
#define
ORIG_PS_ON_PIN
12
#define KILL_PIN -1
#define SUICIDE_PIN -1 // PIN that has to be turned on right after start, to keep power flowing
...
...
@@ -2647,7 +2647,7 @@
#define ORIG_TEMP_BED_PIN 10 // ANALOG NUMBERING
#define ORIG_FAN_PIN 9
#define
PS_ON_PIN
12
#define
ORIG_PS_ON_PIN
12
#define SDPOWER -1
#define SDSS 53
#define LED_PIN 13
...
...
@@ -2711,7 +2711,7 @@
#define SDSS 17
#define LED_PIN -1 //changed @ rkoeppl 20110410
#define ORIG_FAN_PIN -1 //changed @ rkoeppl 20110410
#define PS_ON_PIN -1 //changed @ rkoeppl 20110410
#define
ORIG_
PS_ON_PIN -1 //changed @ rkoeppl 20110410
#define KILL_PIN -1 //changed @ drakelive 20120830
//our pin for debugging.
...
...
@@ -2796,7 +2796,7 @@
#define ORIG_FAN_PIN 92 // PA5
#define FAN2_PIN 31 // PA7
#define
PS_ON_PIN
-1
#define
ORIG_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.
...
...
@@ -2943,7 +2943,7 @@
#endif
#endif
#define PS_ON_PIN -1
#define
ORIG_
PS_ON_PIN -1
#define KILL_PIN -1
#define ORIG_HEATER_0_PIN 13 // (extruder)
...
...
@@ -3127,7 +3127,7 @@
#define LED_PIN 13
#define ORIG_FAN_PIN 9
#define
PS_ON_PIN
12
#define
ORIG_PS_ON_PIN
12
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) || ENABLED(G3D_PANEL)
#define KILL_PIN 41
...
...
@@ -3329,7 +3329,7 @@
#define ORIG_FAN_PIN 6
#define BEEPER_PIN 33
#define
PS_ON_PIN
12
#define
ORIG_PS_ON_PIN
12
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) || ENABLED(G3D_PANEL)
#define KILL_PIN 41
...
...
@@ -3541,7 +3541,7 @@
#define SDSS 53
#define LED_PIN 13
#define ORIG_FAN_PIN 7
#define
PS_ON_PIN
12
#define
ORIG_PS_ON_PIN
12
#define KILL_PIN -1
#define SUICIDE_PIN 54 //PIN that has to be turned on right after start, to keep power flowing.
...
...
@@ -3637,7 +3637,7 @@
#define ORIG_FAN_PIN 7 // IO pin. Buffer needed
#define PS_ON_PIN 12
#define
ORIG_
PS_ON_PIN 12
#define KILL_PIN -1
#define ORIG_HEATER_0_PIN 9 // EXTRUDER 1
...
...
@@ -3740,7 +3740,7 @@
#define ORIG_FAN_PIN 7
#define FAN2_PIN 6
#define PS_ON_PIN 12
#define
ORIG_
PS_ON_PIN 12
#define KILL_PIN -1
#define ORIG_HEATER_0_PIN 9 // EXTRUDER 1
...
...
@@ -3854,7 +3854,7 @@
#define ORIG_FAN_PIN 9
#define FAN2_PIN -1
#define PS_ON_PIN -1
#define
ORIG_
PS_ON_PIN -1
#define KILL_PIN -1
#define ORIG_HEATER_0_PIN 7 // EXTRUDER 1
...
...
@@ -3962,7 +3962,7 @@
#endif
#endif
#define PS_ON_PIN 12
#define
ORIG_
PS_ON_PIN 12
#define KILL_PIN -1
#define ORIG_HEATER_0_PIN 2
...
...
@@ -4084,7 +4084,7 @@
#define SDSS -1
#define LED_PIN -1
#define ORIG_FAN_PIN -1
#define
PS_ON_PIN
-1
#define
ORIG_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.
...
...
@@ -4151,7 +4151,7 @@
#define SDSS 53
#define LED_PIN 8
#define ORIG_FAN_PIN 7
#define
PS_ON_PIN
-1
#define
ORIG_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 SAFETY_TRIGGERED_PIN 28 //PIN to detect the safety circuit has triggered
...
...
@@ -4245,7 +4245,7 @@
#define ORIG_FAN_PIN 8 // IO pin. Buffer needed
#define
PS_ON_PIN
12
#define
ORIG_PS_ON_PIN
12
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) || ENABLED(G3D_PANEL)
#define KILL_PIN 41
...
...
@@ -4368,7 +4368,7 @@
#define ORIG_FAN_PIN 8 // IO pin. Buffer needed
#define
PS_ON_PIN
12
#define
ORIG_PS_ON_PIN
12
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) || ENABLED(G3D_PANEL)
#define KILL_PIN 41
...
...
@@ -4502,7 +4502,7 @@
#define SDPOWER -1
#define SDSS 8
#define LED_PIN -1
#define
PS_ON_PIN
-1
#define
ORIG_PS_ON_PIN
-1
#define KILL_PIN -1
#define ALARM_PIN -1
...
...
@@ -4574,7 +4574,7 @@
#define ORIG_FAN_PIN 7
//additional FAN1 PIN (e.g. useful for electronics fan or light on/off) on PIN 8
#define
PS_ON_PIN
45
#define
ORIG_PS_ON_PIN
45
#define KILL_PIN 46
#if (TEMP_SENSOR_0==0)
...
...
@@ -4701,7 +4701,7 @@
#define SDPOWER -1
#define SDSS -1
#define LED_PIN 39
#define
PS_ON_PIN
-1
#define
ORIG_PS_ON_PIN
-1
#define KILL_PIN -1
#define ALARM_PIN -1
...
...
@@ -4772,7 +4772,7 @@
#define SDPOWER -1
#define SDSS 20 // PB0 - 8 in marlin env.
#define LED_PIN -1
#define
PS_ON_PIN
-1
#define
ORIG_PS_ON_PIN
-1
#define ALARM_PIN -1
#define SD_DETECT_PIN -1
...
...
@@ -4913,7 +4913,7 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
#define SD_DETECT_PIN -1
#define SDSS 20 // 8
#define LED_PIN 6
#define
PS_ON_PIN
27
#define
ORIG_PS_ON_PIN
27
#define KILL_PIN -1
#define ALARM_PIN -1
...
...
@@ -4994,7 +4994,7 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
#define SDPOWER -1
#define LED_PIN -1
#define
PS_ON_PIN
-1
#define
ORIG_PS_ON_PIN
-1
#define KILL_PIN -1
#define ALARM_PIN -1
...
...
@@ -5058,7 +5058,7 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
#define ORIG_FAN_PIN -1
#define PS_ON_PIN 14
#define
ORIG_
PS_ON_PIN 14
#define KILL_PIN -1
#define ORIG_HEATER_0_PIN 12 // (extruder)
...
...
@@ -5153,7 +5153,7 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
#define SD_DETECT_PIN -1 // 10 optional also used as mode pin
#define LED_PIN -1
#define ORIG_FAN_PIN 3
#define
PS_ON_PIN
-1
#define
ORIG_PS_ON_PIN
-1
#define KILL_PIN -1
#define ORIG_HEATER_0_PIN 4
...
...
@@ -5215,7 +5215,7 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
#define SD_DETECT_PIN -1 // 10 optional also used as mode pin
#define LED_PIN -1
#define ORIG_FAN_PIN 14
/* PWM on MIDDLE connector */
#define
PS_ON_PIN
-1
#define
ORIG_PS_ON_PIN
-1
#define KILL_PIN -1
#define ORIG_HEATER_0_PIN 3
/*DONE PWM on RIGHT connector */
...
...
@@ -5287,7 +5287,7 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
#define SD_DETECT_PIN -1 // 10 optional also used as mode pin
#define LED_PIN 13
#define ORIG_FAN_PIN 7
#define
PS_ON_PIN
-1
#define
ORIG_PS_ON_PIN
-1
#define KILL_PIN -1
#define SOL1_PIN 16
#define SOL2_PIN 17
...
...
@@ -5338,7 +5338,7 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
#define SDSS 53
#define LED_PIN -1
#define ORIG_FAN_PIN -1
#define PS_ON_PIN 9
#define
ORIG_
PS_ON_PIN 9
#define KILL_PIN -1
#define ORIG_HEATER_0_PIN 13
...
...
@@ -5381,7 +5381,6 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
#define MOSI_PIN 51
#define MISO_PIN 50
#define SCK_PIN 52
#define SS_PIN 53
#endif
/****************************************************************************************/
...
...
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