Index: asm.conf =================================================================== --- asm.conf (revision 20062) +++ asm.conf (revision 20063) @@ -1,7 +1,7 @@ li:pcb-rnd-conf-v1 { ha:append { ha:plugins { - ha:assm { + ha:asm1 { group_template = {a.footprint, a.value, a.asm::group} sort_template = {a.footprint, a.value, a.asm::group, side, x, y} } Index: asm_conf.h =================================================================== --- asm_conf.h (revision 20062) +++ asm_conf.h (revision 20063) @@ -5,10 +5,10 @@ typedef struct { const struct plugins { - const struct assm { + const struct asm1 { CFT_STRING group_template; /* asm template that determines grouping (parts resulting in the same string will be puit in the same group) */ CFT_STRING sort_template; /* asm template that determines order of groups and parts within groups */ - } assm; + } asm1; } plugins; } conf_asm_t;