Configurations icon indicating copy to clipboard operation
Configurations copied to clipboard

Configurations for Marlin Firmware

Results 47 Configurations issues
Sort by recently updated
recently updated
newest added

### Description This is a working OEM config and shipped with the MicroProbe connected to the PROBE port. ### Benefits Prevents confusion since users compiling a stock/OEM Hurakan config do...

config improved

### Description This PR updates the configuration data for the FlashForge Creator Pro, following issues I ran into during my own work modding my FFCP. This performs the following updates:...

config improved
Docs / README

### Requirements * Filling out this template is required. Pull Requests without a clear description may be closed at the maintainers' discretion. ### Description Fix broken links. ### Benefits Links...

Docs / README

### Requirements Two Trees SP-5 V3 ### Description As requested, here are the Two Trees SP-5 V3 Configuration files ### Benefits We have these Config files ### Related Issues https://github.com/MarlinFirmware/Configurations/issues/649

config added

### Requirements * Filling out this template is required. Pull Requests without a clear description may be closed at the maintainers' discretion. ### Description This PR aims to provide support...

### Bug Description Longer LK5 needs ENDSTOP_INTERRUPTS_FEATURE disabled, but older versions have it enabled. ✅ bugfix-2.1.x ❌ release-2.1.2.2 ❌ release-2.1.2.1 ❌ release-2.1.2 Example does not exist further back (that I...

bug

### Description While running the [`build_all_examples`](https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.1.x/buildroot/bin/build_all_examples) script, this config would not build because `SDCARD_SORT_ALPHA` was enabled: ```prolog #error "SDCARD_SORT_ALPHA requires an LCD that supports it. (It doesn't apply to M20,...

config bugfix

### Description While running the [`build_all_examples`](https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.1.x/buildroot/bin/build_all_examples) script, this config would not build because it was too large: ```prolog Error: The program size (127000 bytes) is greater than maximum allowed (126976...

config improved
config bugfix

### Description Wrap `STRING_CONFIG_H_AUTHOR` string in parenthesis per default & most configs. ### Benefits Configs will match the standard `STRING_CONFIG_H_AUTHOR` format. > [!NOTE] > Several configs will not build &...

config updated

## Description Results of Marlin's [`build_all_examples`](https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.1.x/buildroot/bin/build_all_examples) script. These configs will not build for the reason listed in the "error details" drop-down under each title, so this issue was created as...

bug