Wire gauge calc

This commit is contained in:
Daniel Dunn
2025-04-02 13:38:12 -06:00
parent 3264640a07
commit db2e1810a9
10 changed files with 198 additions and 109 deletions

View File

@@ -18,7 +18,7 @@ allGenericCalcs.forEach((x) => {
tools.push(
defineTool('number', {
name: x.title,
path: 'generic-calc/x.name',
path: 'generic-calc/' + x.name,
icon: '',
description: '',
shortDescription: '',