|
@@ -1,9 +1,6 @@
|
1
|
1
|
/**
|
2
|
2
|
* Marlin 3D Printer Firmware
|
3
|
|
- * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
4
|
|
- *
|
5
|
|
- * Based on Sprinter and grbl.
|
6
|
|
- * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
|
|
3
|
+ * Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
7
|
4
|
*
|
8
|
5
|
* This program is free software: you can redistribute it and/or modify
|
9
|
6
|
* it under the terms of the GNU General Public License as published by
|
|
@@ -33,7 +30,7 @@
|
33
|
30
|
#define I2C_EEPROM
|
34
|
31
|
|
35
|
32
|
// Ignore temp readings during develpment.
|
36
|
|
-//#define BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE
|
|
33
|
+//#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000
|
37
|
34
|
|
38
|
35
|
//
|
39
|
36
|
// Servos
|