|
@@ -300,12 +300,11 @@ script:
|
300
|
300
|
######## Example Configurations ##############
|
301
|
301
|
#
|
302
|
302
|
# BQ Hephestos 2
|
303
|
|
- - restore_configs
|
304
|
|
- - use_example_configs Hephestos_2
|
305
|
|
- - build_marlin
|
|
303
|
+ #- restore_configs
|
|
304
|
+ #- use_example_configs Hephestos_2
|
|
305
|
+ #- build_marlin
|
306
|
306
|
#
|
307
|
307
|
# Delta Config (generic) + ABL bilinear + PROBE_MANUALLY
|
308
|
|
- - restore_configs
|
309
|
308
|
- use_example_configs delta/generic
|
310
|
309
|
- opt_enable REPRAP_DISCOUNT_SMART_CONTROLLER DELTA_CALIBRATION_MENU AUTO_BED_LEVELING_BILINEAR PROBE_MANUALLY
|
311
|
310
|
- build_marlin
|
|
@@ -327,17 +326,11 @@ script:
|
327
|
326
|
#- use_example_configs makibox
|
328
|
327
|
#- build_marlin
|
329
|
328
|
#
|
330
|
|
- # SCARA Config
|
|
329
|
+ # SCARA with TMC2130
|
331
|
330
|
#
|
332
|
331
|
- use_example_configs SCARA
|
333
|
332
|
- opt_enable AUTO_BED_LEVELING_BILINEAR FIX_MOUNTED_PROBE USE_ZMIN_PLUG EEPROM_SETTINGS EEPROM_CHITCHAT ULTIMAKERCONTROLLER
|
334
|
|
- - build_marlin
|
335
|
|
- #
|
336
|
|
- # TMC2130 Config
|
337
|
|
- #
|
338
|
|
- - restore_configs
|
339
|
333
|
- opt_enable_adv HAVE_TMC2130 X_IS_TMC2130 Y_IS_TMC2130 Z_IS_TMC2130
|
340
|
|
- - build_marlin
|
341
|
334
|
- opt_enable_adv AUTOMATIC_CURRENT_CONTROL STEALTHCHOP HYBRID_THRESHOLD SENSORLESS_HOMING
|
342
|
335
|
- build_marlin
|
343
|
336
|
#
|