Skip to content

Commit

Permalink
Drop min nozzle temperature to 5 degrees
Browse files Browse the repository at this point in the history
  • Loading branch information
tobymurray committed May 20, 2019
1 parent 7ff50e9 commit 6aface4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/variants/1_75mm_MK3S-EINSy10a-E3Dv6full.h
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
*------------------------------------*/

// Mintemps
#define HEATER_0_MINTEMP 15
#define HEATER_0_MINTEMP 5
#define HEATER_1_MINTEMP 5
#define HEATER_2_MINTEMP 5
#define HEATER_MINTEMP_DELAY 15000 // [ms] ! if changed, check maximal allowed value @ ShortTimer
Expand Down

0 comments on commit 6aface4

Please sign in to comment.