Commit graph

1019 commits

Author SHA1 Message Date
LuckyPuccio89
1d9bee6ead
Merge 0502eaf1e1 into d22e61a12c 2025-12-23 14:52:38 -06:00
ellensp
a595c48526
🔨 Pins 'find.py' script for Windows (#28195)
Some checks are pending
CI - Build Tests / Build Test (push) Waiting to run
CI - Unit Tests / Unit Test (push) Waiting to run
CI - Validate Source Files / Validate Source Files (push) Waiting to run
2025-12-22 14:41:21 +00:00
Scott Lahteine
c346b07b91 🧑‍💻 Make action to Check URLs 2025-12-21 17:45:00 -06:00
Scott Lahteine
8d54de83d3 📝 Update other dead links 2025-12-21 17:40:10 -06:00
Scott Lahteine
6d416b34f6 📝 Update SVG dead links 2025-12-21 17:40:10 -06:00
Andrew
54dfe6237c
🔨 Fix and improve schema.py (#28228) 2025-12-15 23:34:18 -06:00
Scott Lahteine
0952a372b6
🔨 Preflight check MOTHERBOARD (#28221) 2025-12-14 20:26:08 -06:00
Scott Lahteine
89379cd373 🔨 Single precision float 2025-12-12 17:29:11 -06:00
Naomi Rennie-Waldock
ef2fbcd2b6
🔨 Fix configuration.py URL fetch (#28208) 2025-12-06 11:26:21 -06:00
Andrew
e35bedab48
🔨 Importable configuration.py for mc-apply.py (#28182)
Some checks are pending
CI - Build Tests / Build Test (push) Waiting to run
CI - Unit Tests / Unit Test (push) Waiting to run
CI - Validate Source Files / Validate Source Files (push) Waiting to run
2025-11-24 19:57:47 -06:00
Scott Lahteine
c821c6f191 Merge branch 'bugfix-2.1.x' into pr/27735 2025-11-17 17:43:51 -06:00
Scott Lahteine
4f39b9c09d 🎨 Misc patches from ProUI
Co-Authored-By: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
2025-11-17 17:28:13 -06:00
Steven Haigh
a1a9904d32
🔨 Enhance mc-apply.py (#28157)
Enhance `mc-apply.py` with `configuration.py` features and value normalization:
- Verbose logging system with `--verbose` flag (0-2 levels)
- `fetch_example()` to download configs from GitHub (`examples/path` or URLs)
- `disable_all_options()` to comment out all `#define` statements
- Special directives support via directives JSON key
- Support for `[disable]`, `examples/path`, and direct URL directives

Implement value normalization for consistent behavior:
- "on", "true", true, "" => enable (uncomment `#define`)
- "off", "false", false => disable (comment out `#define`)
- All other values => set value (`#define OPTION value`)

Update example marlin_config.json to demonstrate different value formats and directive usage. Changes are fully backward compatible with existing JSON configuration files.
2025-11-15 15:44:16 -06:00
Scott Lahteine
1f3309ac06 🔨 Use config_dump 1 for mc.zip embedding 2025-11-14 23:47:20 -06:00
Scott Lahteine
5d59779a80
🧑‍💻 Combine G60-G61 (#28149) 2025-10-31 20:17:18 -05:00
Scott Lahteine
908d30d4ce 🎨 Some chmod ug-x
Some checks failed
CI - Build Tests / Build Test (push) Waiting to run
CI - Unit Tests / Unit Test (push) Waiting to run
CI - Validate Source Files / Validate Source Files (push) Waiting to run
CI - Validate Pins Files / Validate Pins Files (push) Has been cancelled
2025-10-26 01:36:21 -05:00
Scott Lahteine
f2b2389b8f 🔨 Rename to change case (2) 2025-10-18 18:30:43 -05:00
Scott Lahteine
9012b9a993 🔨 Rename to change case (1) 2025-10-18 18:30:39 -05:00
ellensp
ef3e9134dc
🔨 More compatible Makefile (#28094)
Some checks are pending
CI - Build Tests / Build Test (push) Waiting to run
CI - Unit Tests / Unit Test (push) Waiting to run
CI - Validate Source Files / Validate Source Files (push) Waiting to run
CI - Validate Pins Files / Validate Pins Files (push) Waiting to run
2025-10-07 02:30:06 -05:00
Scott Lahteine
35da223f0a 🧑‍💻 Py scripts refinements 2025-10-07 02:26:49 -05:00
Scott Lahteine
0937fe55a4 🎨 Fix echoes, dialect, etc. 2025-10-07 00:51:46 -05:00
Scott Lahteine
d20d1f8712
🔨 Extend misplaced config check (#28093)
Some checks failed
CI - Build Tests / Build Test (push) Waiting to run
CI - Unit Tests / Unit Test (push) Waiting to run
CI - Validate Source Files / Validate Source Files (push) Waiting to run
CI - Validate boards.h / Validate boards.h (push) Has been cancelled
2025-10-03 11:41:55 -05:00
Scott Lahteine
cb0706f9cc 🔨 Fix misplaced config files check
Fixes #28091
2025-10-02 13:44:37 -05:00
David Buezas
eaefa299fb
️ FTMotion Trajectory: Fix for short blocks (silent curves), add S-curve (#28082) 2025-10-01 17:27:47 -05:00
ellensp
ba840750a0
🔨 Fix font data script #include handling (#28085) 2025-10-01 17:26:11 -05:00
Scott Lahteine
c6cd10a92d
🧑‍💻 Shaped axis macros, etc. (#28084)
Some checks are pending
CI - Build Tests / Build Test (push) Waiting to run
CI - Unit Tests / Unit Test (push) Waiting to run
CI - Validate Source Files / Validate Source Files (push) Waiting to run
2025-09-29 15:24:58 -05:00
ThomasToka
d628d7de44
🔨 Improve build output (#28051)
- Respect bootloader offset for `maximum_flash_size` output
- Match the .elf name to the firmware name.
2025-09-14 18:58:00 -05:00
Andrew
dcbcbb54f9
🧑‍💻 Update datetime on same config rebuild (#28020) 2025-09-14 16:15:38 -05:00
Scott Lahteine
4bca73dc5a
Validate source formatting (#28028) 2025-09-05 20:30:39 -05:00
Andrew
4fb984e960
🔨 Clean up and improve some Python scripts (#27752) 2025-08-13 12:33:09 -05:00
ellensp
1244a21a21
🔧 Extend bad merge checking (#27990) 2025-08-08 13:38:52 -05:00
Keith Bennett
fbea4c6048
✏️ Fix variant docs typo (#27850) 2025-05-14 15:18:53 -05:00
Scott Lahteine
b7a1681d38 🔨 Fix some build_flags inheritance 2025-05-05 22:15:22 -05:00
InsanityAutomation
9a901941aa
🐛 Watchdog Reset PIO on DUE to prevent hang (#27803)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2025-04-22 12:01:14 -05:00
Scott Lahteine
f3be22c4ff 🎨 Delete libsam_sam3x8e_gcc_rel.a.txt 2025-04-16 14:43:50 -05:00
Andrew
47820cac8a
🎨 Whitespace cleanups (#27784) 2025-04-09 19:08:10 -05:00
Scott Lahteine
dc73d8e630 cleanup 2025-04-01 04:30:38 -05:00
Scott Lahteine
3219b9ce1f Merge branch 'bugfix-2.1.x' into pr/27735 2025-03-31 22:56:39 -05:00
Scott Lahteine
efa175820f 🧑‍💻 Allow for tests on macOS / Windows 2025-03-27 20:57:17 -05:00
Scott Lahteine
5d755676a9 🧑‍💻 Silence findMissingTranslations grep output 2025-03-19 20:40:54 -05:00
Andrew
2f4f2bce15
🔨 PowerShell compatibility (#27720) 2025-03-17 18:04:59 -05:00
Scott Lahteine
e8c0363051 🎨 cosmetics 2025-03-17 15:19:21 -05:00
Keith Bennett
78f871567f
🔨 Rename FYSETC S6/Spider envs (#27122) 2025-03-14 13:11:45 -05:00
Scott Lahteine
d9229ff355 🔨 Fix CONFIG_EXPORT 1, (embed = 101)
Followup to #27628
See #27612
2025-03-10 19:06:47 -05:00
LuckyPuccio89
82b99328b4 Added Primary support for magician X2 series with the stm32 Board 2025-03-10 19:08:05 +01:00
Fly3DTeam
05a46084b6
FLY_D5, FLY_DP5, FLY_D7, FLY_D8, FLY_D8_PRO, FLY_SUPER8_PRO, FLY_CDY_V3 (#27580) 2025-03-04 21:08:04 -06:00
Luc
89def456e8
🔨 Fix pioarduino path check for xtensa-esp32 (#27693) 2025-02-18 19:33:54 -06:00
Scott Lahteine
cd3997f045 🧑‍💻 More binary file types 2025-02-03 15:43:17 -06:00
Scott Lahteine
81ef02e41f 🔨 Fix sim build with gcc-14 2025-01-27 21:17:53 -06:00
Andrew
0a598071af
🎨 Adjust some Python formatting (#27649) 2025-01-23 19:48:58 -06:00