Commit graph

1430 commits

Author SHA1 Message Date
Scott Lahteine
3ac9068e0e 🔨 Add build_example --noxfer flag
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-24 17:02:28 -06:00
Scott Lahteine
4fccfa14e9 🔨 Match build env index, skip "_xfer" in MANY loop 2025-12-24 12:25:44 -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
David Buezas
e561058051
🐛 Fix FT Motion edit with UI (#28233)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2025-12-19 17:33:44 -06:00
David Buezas
3e6a0ab713
🐛 FT Motion fix and refine (#28220)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2025-12-16 17:25:37 -06:00
ellensp
ec752068a5
🩹 Fix up SD card sorting (#28218)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2025-12-16 00:10:40 -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
Harald Wagener
e434fd0aef
FTM_SHAPER_* options (#28217)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2025-12-11 20:50:13 -06:00
Harald Wagener
9c29c634b7
NO_STANDARD_MOTION (#28212)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2025-12-10 18:09:05 -06:00
Harald Wagener
d56fbe21fc
🩹 Fix FTM without FTM_POLYS build (#28209) 2025-12-06 13:42:52 -06:00
Naomi Rennie-Waldock
ef2fbcd2b6
🔨 Fix configuration.py URL fetch (#28208) 2025-12-06 11:26:21 -06:00
Scott Lahteine
f139ffed75 REMAINING_TIME_PRIME
Some checks failed
CI - Build Tests / Build Test (push) Has been cancelled
CI - Unit Tests / Unit Test (push) Has been cancelled
CI - Validate Source Files / Validate Source Files (push) Has been cancelled
2025-12-05 00:56:33 -06:00
Scott Lahteine
ec8a6fc7e2
🔧 Uppercase PID options (#27891)
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-30 08:43:23 -06:00
Scott Lahteine
58bce3781e 📝 Usage for run_tests 2025-11-28 19:15:06 -06:00
Vovodroid
12ac094992
PLR_HEAT_BED_ON_REBOOT (#26691)
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
CI - Validate Pins Files / Validate Pins Files (push) Has been cancelled
2025-11-27 19:27:48 -06:00
Scott Lahteine
c420a0b96a 🎨 Comments, refinements 2025-11-26 21:34:42 -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
06c6c479dd 🚸 Immediate Buttons and Menu Items (#28180) 2025-11-19 22:01:42 -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
Vedran
98c72a3b65
DIFFERENTIAL_EXTRUDER (#28023) 2025-11-16 12:22:03 -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
Axel Sepúlveda
8342a5a83e
🐛 Fix TPARA kinematics (#28068) 2025-11-13 20:14:57 -06:00
ellensp
579545177d
GCODE_MACROS_IN_EEPROM (#28114) 2025-11-11 19:51:22 -06:00
Scott Lahteine
27dcfe0ea8 New rule in use_example_configs 2025-11-09 18:37:18 -06:00
narno2202
667aa15b87
FTM_RESONANCE_TEST (#28158) 2025-11-08 15:16:06 -06:00
Scott Lahteine
2073b67e45 FT Motion test EXTRUDERS > 1 (2) 2025-11-07 00:21:09 -06:00
Scott Lahteine
39697628e7 FT Motion test EXTRUDERS > 1 2025-11-06 16:36:45 -06:00
ellensp
8547f4f5b9
🔨🐛 Don't use broken 'board = fysetc_f6_13' (#28159) 2025-11-04 01:31:57 -06:00
Scott Lahteine
29ad078fda
🚸🌡️ Refactor AUTOTEMP, apply to LCD temp change (#28155)
Some checks failed
CI - Build Tests / Build Test (push) Has been cancelled
CI - Unit Tests / Unit Test (push) Has been cancelled
CI - Validate Source Files / Validate Source Files (push) Has been cancelled
Fixes #28154
2025-11-02 21:48:24 -06:00
narno2202
0c4beea9be
🩹 Fix FT_MOTION + DISTINCT_E_FACTORS (#28106)
Fixes #28105
2025-11-02 21:16:44 -06:00
David Buezas
252085f462
🐛 Fix some FT Motion probing issues (#28096)
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
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2025-11-02 01:19:03 -06:00
Scott Lahteine
33ad711ee8 Update some CI tests
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-10-31 20:20:05 -05: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
0f6f125724 🧑‍💻 Fix, improve test scripts [3] 2025-10-25 01:18:27 -05:00
Scott Lahteine
4cab99e1d1 🧑‍💻 Fix, improve test scripts (2) 2025-10-24 22:43:24 -05:00
Andrew
14b5d5ba84
🧑‍💻 Fix, improve test scripts (#28136)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2025-10-24 19:05:59 -05:00
Scott Lahteine
a3929b435b Moved BIQU/BX config 2025-10-19 19:01:04 -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
9f0fa5a040
M265 I2C_SCANNER (#28117) 2025-10-18 18:18:02 -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