-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔨 Rename FYSETC S6/Spider Environments #27122
Open
thisiskeithb
wants to merge
2
commits into
MarlinFirmware:bugfix-2.1.x
Choose a base branch
from
thisiskeithb:pr/rename_fysetc_s6_envs
base: bugfix-2.1.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
🔨 Rename FYSETC S6/Spider Environments #27122
thisiskeithb
wants to merge
2
commits into
MarlinFirmware:bugfix-2.1.x
from
thisiskeithb:pr/rename_fysetc_s6_envs
+30
−21
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
thisiskeithb
force-pushed
the
pr/rename_fysetc_s6_envs
branch
3 times, most recently
from
May 23, 2024 05:52
bc82e9d
to
ad1a6b9
Compare
thisiskeithb
force-pushed
the
pr/rename_fysetc_s6_envs
branch
from
May 30, 2024 03:47
ad1a6b9
to
f1eec11
Compare
thisiskeithb
commented
Jun 2, 2024
opt_set Y_DRIVER_TYPE TMC2209 Z_DRIVER_TYPE TMC2130 | ||
opt_set MOTHERBOARD BOARD_FYSETC_S6_V2_0 SERIAL_PORT -1 BAUDRATE 115200 TEMP_SENSOR_BED 0 \ | ||
DEFAULT_AXIS_STEPS_PER_UNIT '{ 80, 80, 400, 400 }' Y_DRIVER_TYPE TMC2209 Z_DRIVER_TYPE TMC2130 | ||
opt_enable MEATPACK_ON_SERIAL_PORT_1 EEPROM_SETTINGS SDSUPPORT | ||
exec_test $1 $2 "FYSETC S6 Example" "$3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MEATPACK_ON_SERIAL_PORT_1
is about the only useful part of this test, so it can likely be merged into another test & then this test can be completely removed to speed up CI checks.
thisiskeithb
force-pushed
the
pr/rename_fysetc_s6_envs
branch
from
July 30, 2024 03:17
f1eec11
to
6a37dcf
Compare
thinkyhead
force-pushed
the
bugfix-2.1.x
branch
from
August 12, 2024 01:01
c792921
to
37fb26b
Compare
thisiskeithb
force-pushed
the
pr/rename_fysetc_s6_envs
branch
from
September 6, 2024 01:36
6a37dcf
to
84826fd
Compare
thinkyhead
force-pushed
the
bugfix-2.1.x
branch
3 times, most recently
from
September 28, 2024 01:10
37d77d6
to
aa44542
Compare
thisiskeithb
force-pushed
the
pr/rename_fysetc_s6_envs
branch
from
October 19, 2024 13:08
84826fd
to
1350d2a
Compare
In preparation for removing this *super basic* board config.
thisiskeithb
force-pushed
the
pr/rename_fysetc_s6_envs
branch
from
November 3, 2024 16:25
1350d2a
to
a77991e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This is a precursor PR in preparation for additional Spider board support. Figured I'd break out these changes since there was already a lot going on.
STM32F446VE_fysetc
environment from the Spider V2.2 since all Spider boards manufactured after 2021/06/23 (V2.2+) use the smaller 32k bootloader.S6 config diffed on top of default config:
Note:
Z_STEPPER_ALIGN_ITERATIONS
was not included in standalone test due toZ_STEPPER_AUTO_ALIGN
being disabled in the config.Smaller Bootloader Info & Sources: