|
@@ -139,7 +139,7 @@ script:
|
139
|
139
|
### I2C PANELS ###
|
140
|
140
|
#
|
141
|
141
|
# LCD_I2C_SAINSMART_YWROBOT
|
142
|
|
- # Failing at the moment needs different library
|
|
142
|
+ # Failing at the moment needs different library
|
143
|
143
|
#- restore_configs
|
144
|
144
|
#- opt_enable LCD_I2C_SAINSMART_YWROBOT
|
145
|
145
|
#- build_marlin
|
|
@@ -199,6 +199,12 @@ script:
|
199
|
199
|
- opt_set_adv Z2_MAX_PIN 2
|
200
|
200
|
- build_marlin
|
201
|
201
|
#
|
|
202
|
+ # Test PRINTCOUNTER
|
|
203
|
+ #
|
|
204
|
+ - restore_configs
|
|
205
|
+ - opt_enable PRINTCOUNTER
|
|
206
|
+ - build_marlin
|
|
207
|
+ #
|
202
|
208
|
#
|
203
|
209
|
######## Example Configurations ##############
|
204
|
210
|
#
|