Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
5135be14
Commit
5135be14
authored
7 years ago
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Include Travis CI tests for 5 extruders / e-steppers
parent
0ac2b5c0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+12
-6
12 additions, 6 deletions
.travis.yml
with
12 additions
and
6 deletions
.travis.yml
+
12
−
6
View file @
5135be14
...
...
@@ -83,18 +83,23 @@ script:
-
opt_set TEMP_SENSOR_1
1
-
build_marlin
#
# Test
3
extruders on
RUMBA
(can use any board with >=
3
extruders defined)
# 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_RUMBA
-
opt_set EXTRUDERS
3
-
opt_set TEMP_SENSOR_2
1
-
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_enable PIDTEMPBED
-
build_marlin
#
...
...
@@ -158,11 +163,12 @@ script:
-
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
#
# Mixing Extruder
# Mixing Extruder
with 5 steppers
#
-
restore_configs
-
opt_set MOTHERBOARD BOARD_AZTEEG_X3_PRO
-
opt_enable MIXING_EXTRUDER
-
opt_set MIXING_STEPPERS
2
-
opt_set MIXING_STEPPERS
5
-
build_marlin
#
# Test DUAL_X_CARRIAGE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment