Browse Source

Additional Travis BABYSTEPPING options for AVR

Dave Johnson 6 years ago
parent
commit
228d6050a4
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .travis.yml

+ 2
- 2
.travis.yml View File

@@ -100,12 +100,12 @@ script:
100 100
   #
101 101
   - restore_configs
102 102
   - opt_enable AUTO_BED_LEVELING_UBL DEBUG_LEVELING_FEATURE G26_MESH_EDITING ENABLE_LEVELING_FADE_HEIGHT EEPROM_SETTINGS EEPROM_CHITCHAT G3D_PANEL
103
-  - opt_enable_adv CUSTOM_USER_MENUS I2C_POSITION_ENCODERS BABYSTEPPING NANODLP_Z_SYNC
103
+  - opt_enable_adv CUSTOM_USER_MENUS I2C_POSITION_ENCODERS BABYSTEPPING BABYSTEP_ZPROBE_OFFSET DOUBLECLICK_FOR_Z_BABYSTEPPING NANODLP_Z_SYNC
104 104
   - build_marlin
105 105
   #
106 106
   # And with a Sled Z Probe
107 107
   #
108
-  - opt_enable Z_PROBE_SLED 
108
+  - opt_enable Z_PROBE_SLED
109 109
   - build_marlin
110 110
   #
111 111
   # Test a Servo Probe

Loading…
Cancel
Save