|
@ -71,48 +71,15 @@ script: |
|
|
# |
|
|
# |
|
|
- build_marlin |
|
|
- build_marlin |
|
|
# |
|
|
# |
|
|
# Test heated bed temperature sensor |
|
|
# Test 2 extruders (one MAX6675) and heated bed on basic RAMPS 1.4 |
|
|
# |
|
|
# plus a "Fix Mounted" Probe with Safe Homing |
|
|
- opt_set TEMP_SENSOR_BED 1 |
|
|
|
|
|
- build_marlin |
|
|
|
|
|
# |
|
|
|
|
|
# Test 2 extruders on basic RAMPS 1.4 |
|
|
|
|
|
# |
|
|
# |
|
|
- opt_set MOTHERBOARD BOARD_RAMPS_14_EEB |
|
|
- opt_set MOTHERBOARD BOARD_RAMPS_14_EEB |
|
|
- opt_set EXTRUDERS 2 |
|
|
- opt_set EXTRUDERS 2 |
|
|
|
|
|
- opt_set TEMP_SENSOR_0 -2 |
|
|
- opt_set TEMP_SENSOR_1 1 |
|
|
- opt_set TEMP_SENSOR_1 1 |
|
|
- build_marlin |
|
|
|
|
|
# |
|
|
|
|
|
# Test 5 extruders on AZTEEG_X3_PRO (can use any board with >=5 extruders defined) |
|
|
|
|
|
# Include a test for LIN_ADVANCE here also |
|
|
|
|
|
# |
|
|
|
|
|
- opt_set MOTHERBOARD BOARD_AZTEEG_X3_PRO |
|
|
|
|
|
- opt_set EXTRUDERS 5 |
|
|
|
|
|
- opt_set TEMP_SENSOR_1 1 |
|
|
|
|
|
- opt_set TEMP_SENSOR_2 5 |
|
|
|
|
|
- opt_set TEMP_SENSOR_3 20 |
|
|
|
|
|
- opt_set TEMP_SENSOR_4 999 |
|
|
|
|
|
- opt_set TEMP_SENSOR_BED 1 |
|
|
|
|
|
- opt_enable_adv LIN_ADVANCE |
|
|
|
|
|
- build_marlin |
|
|
|
|
|
# |
|
|
|
|
|
# Test PIDTEMPBED |
|
|
|
|
|
# |
|
|
|
|
|
- restore_configs |
|
|
|
|
|
- opt_set TEMP_SENSOR_BED 1 |
|
|
- opt_set TEMP_SENSOR_BED 1 |
|
|
- opt_enable PIDTEMPBED |
|
|
- opt_enable PIDTEMPBED FIX_MOUNTED_PROBE Z_SAFE_HOMING |
|
|
- build_marlin |
|
|
|
|
|
# |
|
|
|
|
|
# Test MAX6675 |
|
|
|
|
|
# |
|
|
|
|
|
- restore_configs |
|
|
|
|
|
- opt_set TEMP_SENSOR_0 -2 |
|
|
|
|
|
- build_marlin |
|
|
|
|
|
# |
|
|
|
|
|
# Test a "Fix Mounted" Probe along with Safe Homing |
|
|
|
|
|
# |
|
|
|
|
|
- restore_configs |
|
|
|
|
|
- opt_enable FIX_MOUNTED_PROBE Z_SAFE_HOMING |
|
|
|
|
|
- build_marlin |
|
|
- build_marlin |
|
|
# |
|
|
# |
|
|
# ...with AUTO_BED_LEVELING_LINEAR, Z_MIN_PROBE_REPEATABILITY_TEST, and DEBUG_LEVELING_FEATURE |
|
|
# ...with AUTO_BED_LEVELING_LINEAR, Z_MIN_PROBE_REPEATABILITY_TEST, and DEBUG_LEVELING_FEATURE |
|
@ -151,17 +118,27 @@ script: |
|
|
- opt_enable MESH_BED_LEVELING MESH_G28_REST_ORIGIN LCD_BED_LEVELING ULTIMAKERCONTROLLER |
|
|
- opt_enable MESH_BED_LEVELING MESH_G28_REST_ORIGIN LCD_BED_LEVELING ULTIMAKERCONTROLLER |
|
|
- build_marlin |
|
|
- build_marlin |
|
|
# |
|
|
# |
|
|
# Test PROBE_MANUALLY feature, with LCD support |
|
|
# Test PROBE_MANUALLY feature, with LCD support, |
|
|
|
|
|
# EEPROM_SETTINGS, EEPROM_CHITCHAT, M100_FREE_MEMORY_WATCHER, |
|
|
|
|
|
# INCH_MODE_SUPPORT, TEMPERATURE_UNITS_SUPPORT |
|
|
# |
|
|
# |
|
|
- restore_configs |
|
|
- restore_configs |
|
|
|
|
|
- opt_set MOTHERBOARD BOARD_MINIRAMBO |
|
|
- opt_enable PROBE_MANUALLY AUTO_BED_LEVELING_BILINEAR LCD_BED_LEVELING ULTIMAKERCONTROLLER |
|
|
- opt_enable PROBE_MANUALLY AUTO_BED_LEVELING_BILINEAR LCD_BED_LEVELING ULTIMAKERCONTROLLER |
|
|
|
|
|
- opt_enable EEPROM_SETTINGS EEPROM_CHITCHAT M100_FREE_MEMORY_WATCHER M100_FREE_MEMORY_DUMPER M100_FREE_MEMORY_CORRUPTOR INCH_MODE_SUPPORT TEMPERATURE_UNITS_SUPPORT |
|
|
- build_marlin |
|
|
- build_marlin |
|
|
# |
|
|
# |
|
|
# Test EEPROM_SETTINGS, EEPROM_CHITCHAT, M100_FREE_MEMORY_WATCHER, |
|
|
# Test 5 extruders on AZTEEG_X3_PRO (can use any board with >=5 extruders defined) |
|
|
# INCH_MODE_SUPPORT, TEMPERATURE_UNITS_SUPPORT |
|
|
# Include a test for LIN_ADVANCE here also |
|
|
# |
|
|
# |
|
|
- restore_configs |
|
|
- opt_set MOTHERBOARD BOARD_AZTEEG_X3_PRO |
|
|
- opt_enable EEPROM_SETTINGS EEPROM_CHITCHAT M100_FREE_MEMORY_WATCHER M100_FREE_MEMORY_DUMPER M100_FREE_MEMORY_CORRUPTOR INCH_MODE_SUPPORT TEMPERATURE_UNITS_SUPPORT |
|
|
- opt_set EXTRUDERS 5 |
|
|
|
|
|
- opt_set TEMP_SENSOR_1 1 |
|
|
|
|
|
- opt_set TEMP_SENSOR_2 5 |
|
|
|
|
|
- opt_set TEMP_SENSOR_3 20 |
|
|
|
|
|
- opt_set TEMP_SENSOR_4 999 |
|
|
|
|
|
- opt_set TEMP_SENSOR_BED 1 |
|
|
|
|
|
- opt_enable_adv LIN_ADVANCE |
|
|
- build_marlin |
|
|
- build_marlin |
|
|
# |
|
|
# |
|
|
# Mixing Extruder with 5 steppers |
|
|
# Mixing Extruder with 5 steppers |
|
@ -202,34 +179,19 @@ script: |
|
|
- build_marlin |
|
|
- build_marlin |
|
|
# |
|
|
# |
|
|
# Test MINIRAMBO for PWM_MOTOR_CURRENT |
|
|
# Test MINIRAMBO for PWM_MOTOR_CURRENT |
|
|
|
|
|
# ULTIMAKERCONTROLLER, FILAMENT_LCD_DISPLAY, FILAMENT_WIDTH_SENSOR, |
|
|
|
|
|
# PRINTCOUNTER, NOZZLE_PARK_FEATURE, NOZZLE_CLEAN_FEATURE, PCA9632, |
|
|
|
|
|
# Z_DUAL_STEPPER_DRIVERS, Z_DUAL_ENDSTOPS, BEZIER_CURVE_SUPPORT, EXPERIMENTAL_I2CBUS, |
|
|
|
|
|
# FILAMENT_CHANGE_FEATURE, PARK_HEAD_ON_PAUSE, LCD_INFO_MENU, |
|
|
# |
|
|
# |
|
|
- restore_configs |
|
|
- restore_configs |
|
|
- opt_set MOTHERBOARD BOARD_MINIRAMBO |
|
|
- opt_enable ULTIMAKERCONTROLLER FILAMENT_LCD_DISPLAY FILAMENT_WIDTH_SENSOR SDSUPPORT |
|
|
- build_marlin |
|
|
- opt_enable PRINTCOUNTER NOZZLE_PARK_FEATURE NOZZLE_CLEAN_FEATURE PCA9632 |
|
|
# |
|
|
- opt_enable_adv Z_DUAL_STEPPER_DRIVERS Z_DUAL_ENDSTOPS BEZIER_CURVE_SUPPORT EXPERIMENTAL_I2CBUS |
|
|
# Test FILAMENT_CHANGE_FEATURE, PARK_HEAD_ON_PAUSE, and LCD_INFO_MENU |
|
|
|
|
|
# |
|
|
|
|
|
- restore_configs |
|
|
|
|
|
- opt_enable ULTIMAKERCONTROLLER |
|
|
|
|
|
- opt_enable_adv FILAMENT_CHANGE_FEATURE PARK_HEAD_ON_PAUSE LCD_INFO_MENU |
|
|
|
|
|
- build_marlin |
|
|
|
|
|
# |
|
|
|
|
|
# Enable filament sensor |
|
|
|
|
|
# |
|
|
|
|
|
- restore_configs |
|
|
|
|
|
- opt_enable FILAMENT_WIDTH_SENSOR |
|
|
|
|
|
- build_marlin |
|
|
|
|
|
# |
|
|
|
|
|
# Enable filament sensor with LCD display |
|
|
|
|
|
# |
|
|
|
|
|
- opt_enable ULTIMAKERCONTROLLER FILAMENT_LCD_DISPLAY |
|
|
|
|
|
- build_marlin |
|
|
|
|
|
# |
|
|
|
|
|
# Enable BEZIER_CURVE_SUPPORT, EXPERIMENTAL_I2CBUS, and I2C_SLAVE_ADDRESS |
|
|
|
|
|
# |
|
|
|
|
|
- restore_configs |
|
|
|
|
|
- opt_enable_adv BEZIER_CURVE_SUPPORT EXPERIMENTAL_I2CBUS |
|
|
|
|
|
- opt_set_adv I2C_SLAVE_ADDRESS 63 |
|
|
- opt_set_adv I2C_SLAVE_ADDRESS 63 |
|
|
|
|
|
- opt_enable_adv FILAMENT_CHANGE_FEATURE PARK_HEAD_ON_PAUSE LCD_INFO_MENU |
|
|
|
|
|
- pins_set RAMPS X_MAX_PIN -1 |
|
|
|
|
|
- opt_set_adv Z2_MAX_PIN 2 |
|
|
- build_marlin |
|
|
- build_marlin |
|
|
# |
|
|
# |
|
|
# Enable COREXY |
|
|
# Enable COREXY |
|
@ -244,34 +206,8 @@ script: |
|
|
- opt_enable COREYX |
|
|
- opt_enable COREYX |
|
|
- build_marlin |
|
|
- build_marlin |
|
|
# |
|
|
# |
|
|
# Enable Z_DUAL_STEPPER_DRIVERS, Z_DUAL_ENDSTOPS |
|
|
|
|
|
# |
|
|
|
|
|
- restore_configs |
|
|
|
|
|
- opt_enable_adv Z_DUAL_STEPPER_DRIVERS Z_DUAL_ENDSTOPS |
|
|
|
|
|
- pins_set RAMPS X_MAX_PIN -1 |
|
|
|
|
|
- opt_set_adv Z2_MAX_PIN 2 |
|
|
|
|
|
- build_marlin |
|
|
|
|
|
# |
|
|
|
|
|
# Test PRINTCOUNTER |
|
|
|
|
|
# |
|
|
|
|
|
- restore_configs |
|
|
|
|
|
- opt_enable PRINTCOUNTER |
|
|
|
|
|
- build_marlin |
|
|
|
|
|
# |
|
|
|
|
|
# Test NOZZLE_PARK_FEATURE |
|
|
|
|
|
# |
|
|
|
|
|
- restore_configs |
|
|
|
|
|
- opt_enable NOZZLE_PARK_FEATURE |
|
|
|
|
|
- build_marlin |
|
|
|
|
|
# |
|
|
|
|
|
# Test NOZZLE_CLEAN_FEATURE |
|
|
|
|
|
# |
|
|
|
|
|
- restore_configs |
|
|
|
|
|
- opt_enable NOZZLE_CLEAN_FEATURE |
|
|
|
|
|
- build_marlin |
|
|
|
|
|
# |
|
|
|
|
|
# |
|
|
# |
|
|
######## STANDARD LCD/PANELS ############## |
|
|
######## Other Standard LCD/Panels ############## |
|
|
# |
|
|
# |
|
|
# ULTRA_LCD |
|
|
# ULTRA_LCD |
|
|
# |
|
|
# |
|
@ -285,18 +221,6 @@ script: |
|
|
- opt_enable DOGLCD |
|
|
- opt_enable DOGLCD |
|
|
- build_marlin |
|
|
- build_marlin |
|
|
# |
|
|
# |
|
|
# ULTIMAKERCONTROLLER |
|
|
|
|
|
# |
|
|
|
|
|
- restore_configs |
|
|
|
|
|
- opt_enable ULTIMAKERCONTROLLER |
|
|
|
|
|
- build_marlin |
|
|
|
|
|
# |
|
|
|
|
|
# PCA9632 |
|
|
|
|
|
# |
|
|
|
|
|
- restore_configs |
|
|
|
|
|
- opt_enable PCA9632 |
|
|
|
|
|
- build_marlin |
|
|
|
|
|
# |
|
|
|
|
|
# MAKRPANEL |
|
|
# MAKRPANEL |
|
|
# Needs to use Melzi and Sanguino hardware |
|
|
# Needs to use Melzi and Sanguino hardware |
|
|
# |
|
|
# |
|
@ -310,15 +234,11 @@ script: |
|
|
- opt_enable REPRAP_DISCOUNT_SMART_CONTROLLER SDSUPPORT BABYSTEPPING |
|
|
- opt_enable REPRAP_DISCOUNT_SMART_CONTROLLER SDSUPPORT BABYSTEPPING |
|
|
- build_marlin |
|
|
- build_marlin |
|
|
# |
|
|
# |
|
|
# G3D_PANEL |
|
|
# G3D_PANEL with SDCARD_SORT_ALPHA and STATUS_MESSAGE_SCROLLING |
|
|
# |
|
|
# |
|
|
- restore_configs |
|
|
- restore_configs |
|
|
- opt_enable G3D_PANEL SDSUPPORT |
|
|
- opt_enable G3D_PANEL SDSUPPORT |
|
|
- build_marlin |
|
|
- opt_enable_adv SDCARD_SORT_ALPHA STATUS_MESSAGE_SCROLLING |
|
|
# |
|
|
|
|
|
# Add SDCARD_SORT_ALPHA, test G3D_PANEL again |
|
|
|
|
|
# |
|
|
|
|
|
- opt_enable_adv SDCARD_SORT_ALPHA |
|
|
|
|
|
- opt_set_adv SDSORT_GCODE true |
|
|
- opt_set_adv SDSORT_GCODE true |
|
|
- opt_set_adv SDSORT_USES_RAM true |
|
|
- opt_set_adv SDSORT_USES_RAM true |
|
|
- opt_set_adv SDSORT_USES_STACK true |
|
|
- opt_set_adv SDSORT_USES_STACK true |
|
|