Explorar el Código

Add Travis tests for optional M100 features

Scott Lahteine hace 7 años
padre
commit
f81b518a03
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

@@ -155,7 +155,7 @@ script:
155 155
   #   INCH_MODE_SUPPORT, TEMPERATURE_UNITS_SUPPORT
156 156
   #
157 157
   - restore_configs
158
-  - opt_enable EEPROM_SETTINGS EEPROM_CHITCHAT M100_FREE_MEMORY_WATCHER INCH_MODE_SUPPORT TEMPERATURE_UNITS_SUPPORT
158
+  - opt_enable EEPROM_SETTINGS EEPROM_CHITCHAT M100_FREE_MEMORY_WATCHER M100_FREE_MEMORY_DUMPER M100_FREE_MEMORY_CORRUPTOR INCH_MODE_SUPPORT TEMPERATURE_UNITS_SUPPORT
159 159
   - build_marlin
160 160
   #
161 161
   # Mixing Extruder

Loading…
Cancelar
Guardar