expanded README.md, updated get_customizer_values and acccessory entries

This commit is contained in:
Edward Kisiel
2024-06-06 16:13:49 -04:00
parent 11b869daeb
commit c952df6a28
5 changed files with 332 additions and 195 deletions

View File

@@ -7,11 +7,12 @@
include <./SBC_Model_Framework/sbc_models.cfg>;
include <./sbc_case_builder_accessories.cfg>;
echo(" ");
boards = [for(i=[0:1:len(sbc_data)-1]) sbc_data[i][0]];
echo("Copy the following to `sbc_case_builder.scad` for the `sbc_model` variable");
echo(boards);
echo(" ");
accessory_sets = [for(i=[0:1:len(accessory_data)-1]) accessory_data[i][0]];
echo("Copy the following to `sbc_case_builder.scad` for the `accessory_name` variable");
echo(accessory_sets);
echo(" ");