mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-23 14:44:12 -06:00
🧑💻 Improve build_example
This commit is contained in:
parent
90e5826256
commit
fe56f5d3a6
3 changed files with 75 additions and 50 deletions
|
@ -216,7 +216,7 @@ def compute_build_signature(env):
|
|||
if not conf_schema: exit(1)
|
||||
|
||||
# Start with a preferred @section ordering
|
||||
preorder = ('info','machine','extruder','stepper drivers','geometry','homing','endstops','probes','lcd','interface','host','reporting')
|
||||
preorder = ('info','user','machine','extruder','bed temp','fans','stepper drivers','geometry','homing','endstops','probes','lcd','interface','host','reporting')
|
||||
sections = { key:{} for key in preorder }
|
||||
|
||||
# Group options by schema @section
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue