Skip to content

Commit

Permalink
PT100 & Hemera setup
Browse files Browse the repository at this point in the history
  • Loading branch information
petrzmax committed Jan 27, 2020
1 parent aa1179c commit 5f32523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
* 998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
* 999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
*/
#define TEMP_SENSOR_0 1
#define TEMP_SENSOR_0 147 // I'm using PT100. Set 1 for stock thermistor
#define TEMP_SENSOR_1 0
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_3 0
Expand Down Expand Up @@ -735,7 +735,7 @@
* Override with M92
* X, Y, Z, E0 [, E1[, E2...]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80.3, 80.3, 1600, 402 } // XYZ - from stock firmware, E - Calibrated
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80.3, 80.3, 1600, 409 } // XYZ - from stock firmware, E - Calibrated stock extruder - 402 (I'm using Hemera so now it's 409)

/**
* Default Max Feed Rate (mm/s)
Expand Down

0 comments on commit 5f32523

Please sign in to comment.