Browse Source

Remove the 'Thermal Runaway Protection' section from .travis.yml

because its activated by default now.

Closes #2234.
AnHardt 9 years ago
parent
commit
5ed0c1a2bd
1 changed files with 0 additions and 8 deletions
  1. 0
    8
      .travis.yml

+ 0
- 8
.travis.yml View File

@@ -55,14 +55,6 @@ script:
55 55
   - sed -i 's/\/\/#define PIDTEMPBED/#define PIDTEMPBED/g' Marlin/Configuration.h
56 56
   - rm -rf .build/
57 57
   - ino build -m mega2560 --cppflags="-DHAS_AUTOMATIC_VERSIONING -ffunction-sections -fdata-sections -g -Os -w"
58
-  # enable THERMAL RUNAWAY PROTECTION for extruders & bed
59
-  - cp Marlin/Configuration.h.backup Marlin/Configuration.h
60
-  - sed -i 's/\/\/#define THERMAL_RUNAWAY_PROTECTION_PERIOD/#define THERMAL_RUNAWAY_PROTECTION_PERIOD/g' Marlin/Configuration.h
61
-  - sed -i 's/\/\/#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS/#define THERMAL_RUNAWAY_PROTECTION_HYSTERESIS/g' Marlin/Configuration.h
62
-  - sed -i 's/\/\/#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD/#define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD/g' Marlin/Configuration.h
63
-  - sed -i 's/\/\/#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS/#define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS/g' Marlin/Configuration.h
64
-  - rm -rf .build/
65
-  - ino build -m mega2560 --cppflags="-DHAS_AUTOMATIC_VERSIONING -ffunction-sections -fdata-sections -g -Os -w"
66 58
   # enable AUTO_BED_LEVELING
67 59
   - cp Marlin/Configuration.h.backup Marlin/Configuration.h
68 60
   - sed -i 's/\/\/#define ENABLE_AUTO_BED_LEVELING/#define ENABLE_AUTO_BED_LEVELING/g' Marlin/Configuration.h

Loading…
Cancel
Save