-
-
Notifications
You must be signed in to change notification settings - Fork 19.6k
Update Python scripts (mostly) #27752
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
Merged
thinkyhead
merged 17 commits into
MarlinFirmware:bugfix-2.1.x
from
classicrocker883:bugfix-2.1.x-March6
Aug 13, 2025
Merged
Update Python scripts (mostly) #27752
thinkyhead
merged 17 commits into
MarlinFirmware:bugfix-2.1.x
from
classicrocker883:bugfix-2.1.x-March6
Aug 13, 2025
Conversation
This file contains hidden or 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
Contributor
Author
|
@thinkyhead i noticed Marlin\src\HAL\LPC1768\upload_extra_script.py could possibly be moved like we did with STM32F1_build_flags.py also, see Related Issues |
4354891 to
efa1758
Compare
… into bugfix-2.1.x-March6
3791e7d to
6ea4a16
Compare
e2fad3e to
08874a6
Compare
08874a6 to
2d2fecd
Compare
JohnnyTheOne
added a commit
to JohnnyTheOne/MarlinJTO
that referenced
this pull request
Aug 16, 2025
commit a35a0cb Merge: 9b1b58d a020a09 Author: Johnny Eshak <info@johnnytheone.com> Date: Wed Aug 13 23:46:00 2025 +0200 Merge branch 'bugfix-2.1.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.1.x commit a020a09 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Wed Aug 13 18:34:14 2025 +0000 [cron] Bump distribution date (2025-08-13) commit 6361146 Author: Marcio T. <mlt4356-github@yahoo.com> Date: Wed Aug 13 11:37:23 2025 -0600 🩹 Fix FILAMENT_MOTION_SENSOR + MarlinUI build (MarlinFirmware#27994) commit 4fb984e Author: Andrew <18502096+classicrocker883@users.noreply.github.com> Date: Wed Aug 13 13:33:09 2025 -0400 🔨 Clean up and improve some Python scripts (MarlinFirmware#27752) commit 081458a Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Thu Aug 14 05:26:51 2025 +1200 🔧 Support more CONTROLLER_FAN pins (MarlinFirmware#27961) commit 02fe1ff Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Thu Aug 14 05:04:16 2025 +1200 🩹 Distinct types for LEDs 1/2 (MarlinFirmware#27959)
bsdnomad
pushed a commit
to bsdnomad/Marlin
that referenced
this pull request
Sep 25, 2025
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
Update Python scripts with exception to \buildroot\bin\use_example_configs.
Some changes are simple, like remove a typo or
import [missing module].Any formal formatting has moved here #27503.
print()messages + debugging, also include G0 moves.Requirements
Benefits
Configurations
Related Issues
Unsure About:
- fix this error in share/scripts/g29_auto.py:
Note
Doesnt have to say
"Error: Unable to determine layer range. Exiting."per say, or toexit,but its suggested
also, near the end of this file, you will see
previously,
file.close()should bein_file.close(), but the code has since been improved.This was added along with
argparseto add "help".Also, I'm unsure of what the purpose is when running
the file with no arguments, because it stalls.
so with Ctrl+C: