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
b1434412
Commit
b1434412
authored
6 years ago
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Test CR-10S with status and bootscreen
Also fix use_example_configs
parent
dde009ef
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+5
-9
5 additions, 9 deletions
.travis.yml
buildroot/bin/use_example_configs
+5
-1
5 additions, 1 deletion
buildroot/bin/use_example_configs
with
10 additions
and
10 deletions
.travis.yml
+
5
−
9
View file @
b1434412
...
...
@@ -84,7 +84,8 @@ script:
-
opt_set TEMP_SENSOR_4
999
-
opt_set TEMP_SENSOR_BED
1
-
opt_enable AUTO_BED_LEVELING_UBL RESTORE_LEVELING_AFTER_G28 DEBUG_LEVELING_FEATURE G26_MESH_EDITING ENABLE_LEVELING_FADE_HEIGHT SKEW_CORRECTION
-
opt_enable EEPROM_SETTINGS EEPROM_CHITCHAT REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
-
opt_enable EEPROM_SETTINGS EEPROM_CHITCHAT REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER SDSUPPORT
-
opt_enable_adv SDCARD_SORT_ALPHA STATUS_MESSAGE_SCROLLING SCROLL_LONG_FILENAMES LIGHTWEIGHT_UI
-
opt_enable_adv CUSTOM_USER_MENUS I2C_POSITION_ENCODERS BABYSTEPPING BABYSTEP_XY LIN_ADVANCE NANODLP_Z_SYNC QUICK_HOME JUNCTION_DEVIATION
-
build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
#
...
...
@@ -233,15 +234,10 @@ script:
#- opt_set_adv SDSORT_CACHE_NAMES true
#- build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
#
#
REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER with LIGHTWEIGHT_UI
#
Test a full-featured CR-10S config
#
-
restore_configs
-
opt_enable REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER SDSUPPORT
-
opt_enable_adv SDCARD_SORT_ALPHA STATUS_MESSAGE_SCROLLING SCROLL_LONG_FILENAMES LIGHTWEIGHT_UI
-
opt_set_adv SDSORT_GCODE
true
-
opt_set_adv SDSORT_USES_RAM
true
-
opt_set_adv SDSORT_USES_STACK
true
-
opt_set_adv SDSORT_CACHE_NAMES
true
-
use_example_configs Creality/CR-10S
-
opt_enable SHOW_CUSTOM_BOOTSCREEN
-
build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
#
# REPRAPWORLD_KEYPAD
...
...
This diff is collapsed.
Click to expand it.
buildroot/bin/use_example_configs
+
5
−
1
View file @
b1434412
...
...
@@ -5,5 +5,9 @@ restore_configs
cp
Marlin/src/config/examples/
"
$@
"
/Configuration
*
Marlin/
if
[
-f
"Marlin/src/config/examples/
$@
/_Bootscreen.h"
]
;
then
cp
"Marlin/src/config/examples/
$@
/_Bootscreen.h"
Marlin/src/config/
cp
"Marlin/src/config/examples/
$@
/_Bootscreen.h"
Marlin/
fi
if
[
-f
"Marlin/src/config/examples/
$@
/_Statusscreen.h"
]
;
then
cp
"Marlin/src/config/examples/
$@
/_Statusscreen.h"
Marlin/
fi
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