// Fill Resistance run configuration - classic mode. // Copy next to your board as "fill_res_config.json" (or // "fill_res_config..json" - the config named "default" loads // automatically, others via the dialog's Load config... button; or // ".fill_res_config.json" when several boards share the // directory). Full-line comments like these are allowed; keys starting // with "_" are ignored everywhere. Every key except "version" is // optional - the dialog's Save config... button writes this file too. { "version": 1, "mode": "classic", "run": { "net": "VOUT+", "layers": ["F.Cu", "In1.Cu", "B.Cu"], "include_tracks": true, "vias_capped": true, "cap_max_drill_mm": 0.5, "adaptive": true, "cell_um": null, "freq_hz": "142k", "contact_model": "uniform", "include_buildup": false, "extra_cu_um": 0.0, "push_overlays": false, "trim": {"enabled": false, "mode": "pct", "value": 10.0} }, "classic": { "current_a": 40.0, "contact1": "auto", "contact2": "auto", "_comment": "pos/neg omitted -> terminals come from the board as usual (selection / User.1+User.2 rectangles). With both present the file fully specifies the terminals:", "pos": ["J1.1"], "neg": ["J2.1", "J2.2"] }, "physics": { "via_plating_um": 25.0 } }