@tscircuit/eval 0.0.480 → 0.0.481
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/blob-url.js +1 -1
- package/dist/eval/index.d.ts +36 -12
- package/dist/lib/index.d.ts +36 -12
- package/dist/webworker/entrypoint.js +143 -143
- package/package.json +5 -5
package/dist/eval/index.d.ts
CHANGED
|
@@ -814,6 +814,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
814
814
|
hole_diameter: number;
|
|
815
815
|
subcircuit_id?: string | undefined;
|
|
816
816
|
pcb_group_id?: string | undefined;
|
|
817
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
817
818
|
soldermask_margin?: number | undefined;
|
|
818
819
|
} | {
|
|
819
820
|
x: number;
|
|
@@ -825,6 +826,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
825
826
|
hole_height: number;
|
|
826
827
|
subcircuit_id?: string | undefined;
|
|
827
828
|
pcb_group_id?: string | undefined;
|
|
829
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
828
830
|
soldermask_margin?: number | undefined;
|
|
829
831
|
} | {
|
|
830
832
|
x: number;
|
|
@@ -836,6 +838,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
836
838
|
hole_height: number;
|
|
837
839
|
subcircuit_id?: string | undefined;
|
|
838
840
|
pcb_group_id?: string | undefined;
|
|
841
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
839
842
|
soldermask_margin?: number | undefined;
|
|
840
843
|
} | {
|
|
841
844
|
x: number;
|
|
@@ -848,6 +851,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
848
851
|
ccw_rotation: number;
|
|
849
852
|
subcircuit_id?: string | undefined;
|
|
850
853
|
pcb_group_id?: string | undefined;
|
|
854
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
851
855
|
soldermask_margin?: number | undefined;
|
|
852
856
|
} | {
|
|
853
857
|
x: number;
|
|
@@ -858,6 +862,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
858
862
|
hole_diameter: number;
|
|
859
863
|
subcircuit_id?: string | undefined;
|
|
860
864
|
pcb_group_id?: string | undefined;
|
|
865
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
861
866
|
soldermask_margin?: number | undefined;
|
|
862
867
|
} | {
|
|
863
868
|
x: number;
|
|
@@ -869,6 +874,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
869
874
|
hole_height: number;
|
|
870
875
|
subcircuit_id?: string | undefined;
|
|
871
876
|
pcb_group_id?: string | undefined;
|
|
877
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
872
878
|
soldermask_margin?: number | undefined;
|
|
873
879
|
} | {
|
|
874
880
|
message: string;
|
|
@@ -919,6 +925,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
919
925
|
pcb_component_id?: string | undefined;
|
|
920
926
|
subcircuit_id?: string | undefined;
|
|
921
927
|
pcb_group_id?: string | undefined;
|
|
928
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
922
929
|
soldermask_margin?: number | undefined;
|
|
923
930
|
port_hints?: string[] | undefined;
|
|
924
931
|
pcb_port_id?: string | undefined;
|
|
@@ -937,6 +944,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
937
944
|
pcb_component_id?: string | undefined;
|
|
938
945
|
subcircuit_id?: string | undefined;
|
|
939
946
|
pcb_group_id?: string | undefined;
|
|
947
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
940
948
|
soldermask_margin?: number | undefined;
|
|
941
949
|
port_hints?: string[] | undefined;
|
|
942
950
|
pcb_port_id?: string | undefined;
|
|
@@ -957,6 +965,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
957
965
|
pcb_component_id?: string | undefined;
|
|
958
966
|
subcircuit_id?: string | undefined;
|
|
959
967
|
pcb_group_id?: string | undefined;
|
|
968
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
960
969
|
soldermask_margin?: number | undefined;
|
|
961
970
|
port_hints?: string[] | undefined;
|
|
962
971
|
pcb_port_id?: string | undefined;
|
|
@@ -979,6 +988,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
979
988
|
pcb_component_id?: string | undefined;
|
|
980
989
|
subcircuit_id?: string | undefined;
|
|
981
990
|
pcb_group_id?: string | undefined;
|
|
991
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
982
992
|
soldermask_margin?: number | undefined;
|
|
983
993
|
port_hints?: string[] | undefined;
|
|
984
994
|
pcb_port_id?: string | undefined;
|
|
@@ -1003,6 +1013,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1003
1013
|
pcb_component_id?: string | undefined;
|
|
1004
1014
|
subcircuit_id?: string | undefined;
|
|
1005
1015
|
pcb_group_id?: string | undefined;
|
|
1016
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
1006
1017
|
soldermask_margin?: number | undefined;
|
|
1007
1018
|
port_hints?: string[] | undefined;
|
|
1008
1019
|
pcb_port_id?: string | undefined;
|
|
@@ -1025,6 +1036,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1025
1036
|
subcircuit_id?: string | undefined;
|
|
1026
1037
|
pcb_group_id?: string | undefined;
|
|
1027
1038
|
hole_diameter?: number | undefined;
|
|
1039
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
1028
1040
|
soldermask_margin?: number | undefined;
|
|
1029
1041
|
hole_width?: number | undefined;
|
|
1030
1042
|
hole_height?: number | undefined;
|
|
@@ -1144,10 +1156,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1144
1156
|
pcb_component_id?: string | undefined;
|
|
1145
1157
|
subcircuit_id?: string | undefined;
|
|
1146
1158
|
pcb_group_id?: string | undefined;
|
|
1159
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
1147
1160
|
soldermask_margin?: number | undefined;
|
|
1148
1161
|
port_hints?: string[] | undefined;
|
|
1149
1162
|
pcb_port_id?: string | undefined;
|
|
1150
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
1151
1163
|
} | {
|
|
1152
1164
|
x: number;
|
|
1153
1165
|
y: number;
|
|
@@ -1160,11 +1172,11 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1160
1172
|
pcb_component_id?: string | undefined;
|
|
1161
1173
|
subcircuit_id?: string | undefined;
|
|
1162
1174
|
pcb_group_id?: string | undefined;
|
|
1175
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
1163
1176
|
soldermask_margin?: number | undefined;
|
|
1164
1177
|
port_hints?: string[] | undefined;
|
|
1165
1178
|
pcb_port_id?: string | undefined;
|
|
1166
1179
|
rect_border_radius?: number | undefined;
|
|
1167
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
1168
1180
|
corner_radius?: number | undefined;
|
|
1169
1181
|
} | {
|
|
1170
1182
|
x: number;
|
|
@@ -1179,11 +1191,11 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1179
1191
|
pcb_component_id?: string | undefined;
|
|
1180
1192
|
subcircuit_id?: string | undefined;
|
|
1181
1193
|
pcb_group_id?: string | undefined;
|
|
1194
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
1182
1195
|
soldermask_margin?: number | undefined;
|
|
1183
1196
|
port_hints?: string[] | undefined;
|
|
1184
1197
|
pcb_port_id?: string | undefined;
|
|
1185
1198
|
rect_border_radius?: number | undefined;
|
|
1186
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
1187
1199
|
corner_radius?: number | undefined;
|
|
1188
1200
|
} | {
|
|
1189
1201
|
x: number;
|
|
@@ -1199,10 +1211,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1199
1211
|
pcb_component_id?: string | undefined;
|
|
1200
1212
|
subcircuit_id?: string | undefined;
|
|
1201
1213
|
pcb_group_id?: string | undefined;
|
|
1214
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
1202
1215
|
soldermask_margin?: number | undefined;
|
|
1203
1216
|
port_hints?: string[] | undefined;
|
|
1204
1217
|
pcb_port_id?: string | undefined;
|
|
1205
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
1206
1218
|
} | {
|
|
1207
1219
|
x: number;
|
|
1208
1220
|
y: number;
|
|
@@ -1216,10 +1228,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1216
1228
|
pcb_component_id?: string | undefined;
|
|
1217
1229
|
subcircuit_id?: string | undefined;
|
|
1218
1230
|
pcb_group_id?: string | undefined;
|
|
1231
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
1219
1232
|
soldermask_margin?: number | undefined;
|
|
1220
1233
|
port_hints?: string[] | undefined;
|
|
1221
1234
|
pcb_port_id?: string | undefined;
|
|
1222
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
1223
1235
|
} | {
|
|
1224
1236
|
type: "pcb_smtpad";
|
|
1225
1237
|
layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
@@ -1232,10 +1244,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1232
1244
|
pcb_component_id?: string | undefined;
|
|
1233
1245
|
subcircuit_id?: string | undefined;
|
|
1234
1246
|
pcb_group_id?: string | undefined;
|
|
1247
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
1235
1248
|
soldermask_margin?: number | undefined;
|
|
1236
1249
|
port_hints?: string[] | undefined;
|
|
1237
1250
|
pcb_port_id?: string | undefined;
|
|
1238
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
1239
1251
|
} | {
|
|
1240
1252
|
x: number;
|
|
1241
1253
|
y: number;
|
|
@@ -3075,6 +3087,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3075
3087
|
hole_diameter: number;
|
|
3076
3088
|
subcircuit_id?: string | undefined;
|
|
3077
3089
|
pcb_group_id?: string | undefined;
|
|
3090
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3078
3091
|
soldermask_margin?: number | undefined;
|
|
3079
3092
|
} | {
|
|
3080
3093
|
x: number;
|
|
@@ -3086,6 +3099,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3086
3099
|
hole_height: number;
|
|
3087
3100
|
subcircuit_id?: string | undefined;
|
|
3088
3101
|
pcb_group_id?: string | undefined;
|
|
3102
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3089
3103
|
soldermask_margin?: number | undefined;
|
|
3090
3104
|
} | {
|
|
3091
3105
|
x: number;
|
|
@@ -3097,6 +3111,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3097
3111
|
hole_height: number;
|
|
3098
3112
|
subcircuit_id?: string | undefined;
|
|
3099
3113
|
pcb_group_id?: string | undefined;
|
|
3114
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3100
3115
|
soldermask_margin?: number | undefined;
|
|
3101
3116
|
} | {
|
|
3102
3117
|
x: number;
|
|
@@ -3109,6 +3124,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3109
3124
|
ccw_rotation: number;
|
|
3110
3125
|
subcircuit_id?: string | undefined;
|
|
3111
3126
|
pcb_group_id?: string | undefined;
|
|
3127
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3112
3128
|
soldermask_margin?: number | undefined;
|
|
3113
3129
|
} | {
|
|
3114
3130
|
x: number;
|
|
@@ -3119,6 +3135,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3119
3135
|
hole_diameter: number;
|
|
3120
3136
|
subcircuit_id?: string | undefined;
|
|
3121
3137
|
pcb_group_id?: string | undefined;
|
|
3138
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3122
3139
|
soldermask_margin?: number | undefined;
|
|
3123
3140
|
} | {
|
|
3124
3141
|
x: number;
|
|
@@ -3130,6 +3147,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3130
3147
|
hole_height: number;
|
|
3131
3148
|
subcircuit_id?: string | undefined;
|
|
3132
3149
|
pcb_group_id?: string | undefined;
|
|
3150
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3133
3151
|
soldermask_margin?: number | undefined;
|
|
3134
3152
|
} | {
|
|
3135
3153
|
message: string;
|
|
@@ -3180,6 +3198,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3180
3198
|
pcb_component_id?: string | undefined;
|
|
3181
3199
|
subcircuit_id?: string | undefined;
|
|
3182
3200
|
pcb_group_id?: string | undefined;
|
|
3201
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3183
3202
|
soldermask_margin?: number | undefined;
|
|
3184
3203
|
port_hints?: string[] | undefined;
|
|
3185
3204
|
pcb_port_id?: string | undefined;
|
|
@@ -3198,6 +3217,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3198
3217
|
pcb_component_id?: string | undefined;
|
|
3199
3218
|
subcircuit_id?: string | undefined;
|
|
3200
3219
|
pcb_group_id?: string | undefined;
|
|
3220
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3201
3221
|
soldermask_margin?: number | undefined;
|
|
3202
3222
|
port_hints?: string[] | undefined;
|
|
3203
3223
|
pcb_port_id?: string | undefined;
|
|
@@ -3218,6 +3238,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3218
3238
|
pcb_component_id?: string | undefined;
|
|
3219
3239
|
subcircuit_id?: string | undefined;
|
|
3220
3240
|
pcb_group_id?: string | undefined;
|
|
3241
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3221
3242
|
soldermask_margin?: number | undefined;
|
|
3222
3243
|
port_hints?: string[] | undefined;
|
|
3223
3244
|
pcb_port_id?: string | undefined;
|
|
@@ -3240,6 +3261,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3240
3261
|
pcb_component_id?: string | undefined;
|
|
3241
3262
|
subcircuit_id?: string | undefined;
|
|
3242
3263
|
pcb_group_id?: string | undefined;
|
|
3264
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3243
3265
|
soldermask_margin?: number | undefined;
|
|
3244
3266
|
port_hints?: string[] | undefined;
|
|
3245
3267
|
pcb_port_id?: string | undefined;
|
|
@@ -3264,6 +3286,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3264
3286
|
pcb_component_id?: string | undefined;
|
|
3265
3287
|
subcircuit_id?: string | undefined;
|
|
3266
3288
|
pcb_group_id?: string | undefined;
|
|
3289
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3267
3290
|
soldermask_margin?: number | undefined;
|
|
3268
3291
|
port_hints?: string[] | undefined;
|
|
3269
3292
|
pcb_port_id?: string | undefined;
|
|
@@ -3286,6 +3309,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3286
3309
|
subcircuit_id?: string | undefined;
|
|
3287
3310
|
pcb_group_id?: string | undefined;
|
|
3288
3311
|
hole_diameter?: number | undefined;
|
|
3312
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3289
3313
|
soldermask_margin?: number | undefined;
|
|
3290
3314
|
hole_width?: number | undefined;
|
|
3291
3315
|
hole_height?: number | undefined;
|
|
@@ -3405,10 +3429,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3405
3429
|
pcb_component_id?: string | undefined;
|
|
3406
3430
|
subcircuit_id?: string | undefined;
|
|
3407
3431
|
pcb_group_id?: string | undefined;
|
|
3432
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3408
3433
|
soldermask_margin?: number | undefined;
|
|
3409
3434
|
port_hints?: string[] | undefined;
|
|
3410
3435
|
pcb_port_id?: string | undefined;
|
|
3411
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
3412
3436
|
} | {
|
|
3413
3437
|
x: number;
|
|
3414
3438
|
y: number;
|
|
@@ -3421,11 +3445,11 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3421
3445
|
pcb_component_id?: string | undefined;
|
|
3422
3446
|
subcircuit_id?: string | undefined;
|
|
3423
3447
|
pcb_group_id?: string | undefined;
|
|
3448
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3424
3449
|
soldermask_margin?: number | undefined;
|
|
3425
3450
|
port_hints?: string[] | undefined;
|
|
3426
3451
|
pcb_port_id?: string | undefined;
|
|
3427
3452
|
rect_border_radius?: number | undefined;
|
|
3428
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
3429
3453
|
corner_radius?: number | undefined;
|
|
3430
3454
|
} | {
|
|
3431
3455
|
x: number;
|
|
@@ -3440,11 +3464,11 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3440
3464
|
pcb_component_id?: string | undefined;
|
|
3441
3465
|
subcircuit_id?: string | undefined;
|
|
3442
3466
|
pcb_group_id?: string | undefined;
|
|
3467
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3443
3468
|
soldermask_margin?: number | undefined;
|
|
3444
3469
|
port_hints?: string[] | undefined;
|
|
3445
3470
|
pcb_port_id?: string | undefined;
|
|
3446
3471
|
rect_border_radius?: number | undefined;
|
|
3447
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
3448
3472
|
corner_radius?: number | undefined;
|
|
3449
3473
|
} | {
|
|
3450
3474
|
x: number;
|
|
@@ -3460,10 +3484,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3460
3484
|
pcb_component_id?: string | undefined;
|
|
3461
3485
|
subcircuit_id?: string | undefined;
|
|
3462
3486
|
pcb_group_id?: string | undefined;
|
|
3487
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3463
3488
|
soldermask_margin?: number | undefined;
|
|
3464
3489
|
port_hints?: string[] | undefined;
|
|
3465
3490
|
pcb_port_id?: string | undefined;
|
|
3466
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
3467
3491
|
} | {
|
|
3468
3492
|
x: number;
|
|
3469
3493
|
y: number;
|
|
@@ -3477,10 +3501,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3477
3501
|
pcb_component_id?: string | undefined;
|
|
3478
3502
|
subcircuit_id?: string | undefined;
|
|
3479
3503
|
pcb_group_id?: string | undefined;
|
|
3504
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3480
3505
|
soldermask_margin?: number | undefined;
|
|
3481
3506
|
port_hints?: string[] | undefined;
|
|
3482
3507
|
pcb_port_id?: string | undefined;
|
|
3483
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
3484
3508
|
} | {
|
|
3485
3509
|
type: "pcb_smtpad";
|
|
3486
3510
|
layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
@@ -3493,10 +3517,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3493
3517
|
pcb_component_id?: string | undefined;
|
|
3494
3518
|
subcircuit_id?: string | undefined;
|
|
3495
3519
|
pcb_group_id?: string | undefined;
|
|
3520
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3496
3521
|
soldermask_margin?: number | undefined;
|
|
3497
3522
|
port_hints?: string[] | undefined;
|
|
3498
3523
|
pcb_port_id?: string | undefined;
|
|
3499
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
3500
3524
|
} | {
|
|
3501
3525
|
x: number;
|
|
3502
3526
|
y: number;
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -830,6 +830,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
830
830
|
hole_diameter: number;
|
|
831
831
|
subcircuit_id?: string | undefined;
|
|
832
832
|
pcb_group_id?: string | undefined;
|
|
833
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
833
834
|
soldermask_margin?: number | undefined;
|
|
834
835
|
} | {
|
|
835
836
|
x: number;
|
|
@@ -841,6 +842,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
841
842
|
hole_height: number;
|
|
842
843
|
subcircuit_id?: string | undefined;
|
|
843
844
|
pcb_group_id?: string | undefined;
|
|
845
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
844
846
|
soldermask_margin?: number | undefined;
|
|
845
847
|
} | {
|
|
846
848
|
x: number;
|
|
@@ -852,6 +854,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
852
854
|
hole_height: number;
|
|
853
855
|
subcircuit_id?: string | undefined;
|
|
854
856
|
pcb_group_id?: string | undefined;
|
|
857
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
855
858
|
soldermask_margin?: number | undefined;
|
|
856
859
|
} | {
|
|
857
860
|
x: number;
|
|
@@ -864,6 +867,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
864
867
|
ccw_rotation: number;
|
|
865
868
|
subcircuit_id?: string | undefined;
|
|
866
869
|
pcb_group_id?: string | undefined;
|
|
870
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
867
871
|
soldermask_margin?: number | undefined;
|
|
868
872
|
} | {
|
|
869
873
|
x: number;
|
|
@@ -874,6 +878,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
874
878
|
hole_diameter: number;
|
|
875
879
|
subcircuit_id?: string | undefined;
|
|
876
880
|
pcb_group_id?: string | undefined;
|
|
881
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
877
882
|
soldermask_margin?: number | undefined;
|
|
878
883
|
} | {
|
|
879
884
|
x: number;
|
|
@@ -885,6 +890,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
885
890
|
hole_height: number;
|
|
886
891
|
subcircuit_id?: string | undefined;
|
|
887
892
|
pcb_group_id?: string | undefined;
|
|
893
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
888
894
|
soldermask_margin?: number | undefined;
|
|
889
895
|
} | {
|
|
890
896
|
message: string;
|
|
@@ -935,6 +941,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
935
941
|
pcb_component_id?: string | undefined;
|
|
936
942
|
subcircuit_id?: string | undefined;
|
|
937
943
|
pcb_group_id?: string | undefined;
|
|
944
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
938
945
|
soldermask_margin?: number | undefined;
|
|
939
946
|
port_hints?: string[] | undefined;
|
|
940
947
|
pcb_port_id?: string | undefined;
|
|
@@ -953,6 +960,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
953
960
|
pcb_component_id?: string | undefined;
|
|
954
961
|
subcircuit_id?: string | undefined;
|
|
955
962
|
pcb_group_id?: string | undefined;
|
|
963
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
956
964
|
soldermask_margin?: number | undefined;
|
|
957
965
|
port_hints?: string[] | undefined;
|
|
958
966
|
pcb_port_id?: string | undefined;
|
|
@@ -973,6 +981,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
973
981
|
pcb_component_id?: string | undefined;
|
|
974
982
|
subcircuit_id?: string | undefined;
|
|
975
983
|
pcb_group_id?: string | undefined;
|
|
984
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
976
985
|
soldermask_margin?: number | undefined;
|
|
977
986
|
port_hints?: string[] | undefined;
|
|
978
987
|
pcb_port_id?: string | undefined;
|
|
@@ -995,6 +1004,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
995
1004
|
pcb_component_id?: string | undefined;
|
|
996
1005
|
subcircuit_id?: string | undefined;
|
|
997
1006
|
pcb_group_id?: string | undefined;
|
|
1007
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
998
1008
|
soldermask_margin?: number | undefined;
|
|
999
1009
|
port_hints?: string[] | undefined;
|
|
1000
1010
|
pcb_port_id?: string | undefined;
|
|
@@ -1019,6 +1029,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1019
1029
|
pcb_component_id?: string | undefined;
|
|
1020
1030
|
subcircuit_id?: string | undefined;
|
|
1021
1031
|
pcb_group_id?: string | undefined;
|
|
1032
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
1022
1033
|
soldermask_margin?: number | undefined;
|
|
1023
1034
|
port_hints?: string[] | undefined;
|
|
1024
1035
|
pcb_port_id?: string | undefined;
|
|
@@ -1041,6 +1052,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1041
1052
|
subcircuit_id?: string | undefined;
|
|
1042
1053
|
pcb_group_id?: string | undefined;
|
|
1043
1054
|
hole_diameter?: number | undefined;
|
|
1055
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
1044
1056
|
soldermask_margin?: number | undefined;
|
|
1045
1057
|
hole_width?: number | undefined;
|
|
1046
1058
|
hole_height?: number | undefined;
|
|
@@ -1160,10 +1172,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1160
1172
|
pcb_component_id?: string | undefined;
|
|
1161
1173
|
subcircuit_id?: string | undefined;
|
|
1162
1174
|
pcb_group_id?: string | undefined;
|
|
1175
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
1163
1176
|
soldermask_margin?: number | undefined;
|
|
1164
1177
|
port_hints?: string[] | undefined;
|
|
1165
1178
|
pcb_port_id?: string | undefined;
|
|
1166
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
1167
1179
|
} | {
|
|
1168
1180
|
x: number;
|
|
1169
1181
|
y: number;
|
|
@@ -1176,11 +1188,11 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1176
1188
|
pcb_component_id?: string | undefined;
|
|
1177
1189
|
subcircuit_id?: string | undefined;
|
|
1178
1190
|
pcb_group_id?: string | undefined;
|
|
1191
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
1179
1192
|
soldermask_margin?: number | undefined;
|
|
1180
1193
|
port_hints?: string[] | undefined;
|
|
1181
1194
|
pcb_port_id?: string | undefined;
|
|
1182
1195
|
rect_border_radius?: number | undefined;
|
|
1183
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
1184
1196
|
corner_radius?: number | undefined;
|
|
1185
1197
|
} | {
|
|
1186
1198
|
x: number;
|
|
@@ -1195,11 +1207,11 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1195
1207
|
pcb_component_id?: string | undefined;
|
|
1196
1208
|
subcircuit_id?: string | undefined;
|
|
1197
1209
|
pcb_group_id?: string | undefined;
|
|
1210
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
1198
1211
|
soldermask_margin?: number | undefined;
|
|
1199
1212
|
port_hints?: string[] | undefined;
|
|
1200
1213
|
pcb_port_id?: string | undefined;
|
|
1201
1214
|
rect_border_radius?: number | undefined;
|
|
1202
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
1203
1215
|
corner_radius?: number | undefined;
|
|
1204
1216
|
} | {
|
|
1205
1217
|
x: number;
|
|
@@ -1215,10 +1227,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1215
1227
|
pcb_component_id?: string | undefined;
|
|
1216
1228
|
subcircuit_id?: string | undefined;
|
|
1217
1229
|
pcb_group_id?: string | undefined;
|
|
1230
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
1218
1231
|
soldermask_margin?: number | undefined;
|
|
1219
1232
|
port_hints?: string[] | undefined;
|
|
1220
1233
|
pcb_port_id?: string | undefined;
|
|
1221
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
1222
1234
|
} | {
|
|
1223
1235
|
x: number;
|
|
1224
1236
|
y: number;
|
|
@@ -1232,10 +1244,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1232
1244
|
pcb_component_id?: string | undefined;
|
|
1233
1245
|
subcircuit_id?: string | undefined;
|
|
1234
1246
|
pcb_group_id?: string | undefined;
|
|
1247
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
1235
1248
|
soldermask_margin?: number | undefined;
|
|
1236
1249
|
port_hints?: string[] | undefined;
|
|
1237
1250
|
pcb_port_id?: string | undefined;
|
|
1238
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
1239
1251
|
} | {
|
|
1240
1252
|
type: "pcb_smtpad";
|
|
1241
1253
|
layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
@@ -1248,10 +1260,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1248
1260
|
pcb_component_id?: string | undefined;
|
|
1249
1261
|
subcircuit_id?: string | undefined;
|
|
1250
1262
|
pcb_group_id?: string | undefined;
|
|
1263
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
1251
1264
|
soldermask_margin?: number | undefined;
|
|
1252
1265
|
port_hints?: string[] | undefined;
|
|
1253
1266
|
pcb_port_id?: string | undefined;
|
|
1254
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
1255
1267
|
} | {
|
|
1256
1268
|
x: number;
|
|
1257
1269
|
y: number;
|
|
@@ -3091,6 +3103,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3091
3103
|
hole_diameter: number;
|
|
3092
3104
|
subcircuit_id?: string | undefined;
|
|
3093
3105
|
pcb_group_id?: string | undefined;
|
|
3106
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3094
3107
|
soldermask_margin?: number | undefined;
|
|
3095
3108
|
} | {
|
|
3096
3109
|
x: number;
|
|
@@ -3102,6 +3115,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3102
3115
|
hole_height: number;
|
|
3103
3116
|
subcircuit_id?: string | undefined;
|
|
3104
3117
|
pcb_group_id?: string | undefined;
|
|
3118
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3105
3119
|
soldermask_margin?: number | undefined;
|
|
3106
3120
|
} | {
|
|
3107
3121
|
x: number;
|
|
@@ -3113,6 +3127,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3113
3127
|
hole_height: number;
|
|
3114
3128
|
subcircuit_id?: string | undefined;
|
|
3115
3129
|
pcb_group_id?: string | undefined;
|
|
3130
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3116
3131
|
soldermask_margin?: number | undefined;
|
|
3117
3132
|
} | {
|
|
3118
3133
|
x: number;
|
|
@@ -3125,6 +3140,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3125
3140
|
ccw_rotation: number;
|
|
3126
3141
|
subcircuit_id?: string | undefined;
|
|
3127
3142
|
pcb_group_id?: string | undefined;
|
|
3143
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3128
3144
|
soldermask_margin?: number | undefined;
|
|
3129
3145
|
} | {
|
|
3130
3146
|
x: number;
|
|
@@ -3135,6 +3151,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3135
3151
|
hole_diameter: number;
|
|
3136
3152
|
subcircuit_id?: string | undefined;
|
|
3137
3153
|
pcb_group_id?: string | undefined;
|
|
3154
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3138
3155
|
soldermask_margin?: number | undefined;
|
|
3139
3156
|
} | {
|
|
3140
3157
|
x: number;
|
|
@@ -3146,6 +3163,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3146
3163
|
hole_height: number;
|
|
3147
3164
|
subcircuit_id?: string | undefined;
|
|
3148
3165
|
pcb_group_id?: string | undefined;
|
|
3166
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3149
3167
|
soldermask_margin?: number | undefined;
|
|
3150
3168
|
} | {
|
|
3151
3169
|
message: string;
|
|
@@ -3196,6 +3214,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3196
3214
|
pcb_component_id?: string | undefined;
|
|
3197
3215
|
subcircuit_id?: string | undefined;
|
|
3198
3216
|
pcb_group_id?: string | undefined;
|
|
3217
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3199
3218
|
soldermask_margin?: number | undefined;
|
|
3200
3219
|
port_hints?: string[] | undefined;
|
|
3201
3220
|
pcb_port_id?: string | undefined;
|
|
@@ -3214,6 +3233,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3214
3233
|
pcb_component_id?: string | undefined;
|
|
3215
3234
|
subcircuit_id?: string | undefined;
|
|
3216
3235
|
pcb_group_id?: string | undefined;
|
|
3236
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3217
3237
|
soldermask_margin?: number | undefined;
|
|
3218
3238
|
port_hints?: string[] | undefined;
|
|
3219
3239
|
pcb_port_id?: string | undefined;
|
|
@@ -3234,6 +3254,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3234
3254
|
pcb_component_id?: string | undefined;
|
|
3235
3255
|
subcircuit_id?: string | undefined;
|
|
3236
3256
|
pcb_group_id?: string | undefined;
|
|
3257
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3237
3258
|
soldermask_margin?: number | undefined;
|
|
3238
3259
|
port_hints?: string[] | undefined;
|
|
3239
3260
|
pcb_port_id?: string | undefined;
|
|
@@ -3256,6 +3277,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3256
3277
|
pcb_component_id?: string | undefined;
|
|
3257
3278
|
subcircuit_id?: string | undefined;
|
|
3258
3279
|
pcb_group_id?: string | undefined;
|
|
3280
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3259
3281
|
soldermask_margin?: number | undefined;
|
|
3260
3282
|
port_hints?: string[] | undefined;
|
|
3261
3283
|
pcb_port_id?: string | undefined;
|
|
@@ -3280,6 +3302,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3280
3302
|
pcb_component_id?: string | undefined;
|
|
3281
3303
|
subcircuit_id?: string | undefined;
|
|
3282
3304
|
pcb_group_id?: string | undefined;
|
|
3305
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3283
3306
|
soldermask_margin?: number | undefined;
|
|
3284
3307
|
port_hints?: string[] | undefined;
|
|
3285
3308
|
pcb_port_id?: string | undefined;
|
|
@@ -3302,6 +3325,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3302
3325
|
subcircuit_id?: string | undefined;
|
|
3303
3326
|
pcb_group_id?: string | undefined;
|
|
3304
3327
|
hole_diameter?: number | undefined;
|
|
3328
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3305
3329
|
soldermask_margin?: number | undefined;
|
|
3306
3330
|
hole_width?: number | undefined;
|
|
3307
3331
|
hole_height?: number | undefined;
|
|
@@ -3421,10 +3445,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3421
3445
|
pcb_component_id?: string | undefined;
|
|
3422
3446
|
subcircuit_id?: string | undefined;
|
|
3423
3447
|
pcb_group_id?: string | undefined;
|
|
3448
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3424
3449
|
soldermask_margin?: number | undefined;
|
|
3425
3450
|
port_hints?: string[] | undefined;
|
|
3426
3451
|
pcb_port_id?: string | undefined;
|
|
3427
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
3428
3452
|
} | {
|
|
3429
3453
|
x: number;
|
|
3430
3454
|
y: number;
|
|
@@ -3437,11 +3461,11 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3437
3461
|
pcb_component_id?: string | undefined;
|
|
3438
3462
|
subcircuit_id?: string | undefined;
|
|
3439
3463
|
pcb_group_id?: string | undefined;
|
|
3464
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3440
3465
|
soldermask_margin?: number | undefined;
|
|
3441
3466
|
port_hints?: string[] | undefined;
|
|
3442
3467
|
pcb_port_id?: string | undefined;
|
|
3443
3468
|
rect_border_radius?: number | undefined;
|
|
3444
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
3445
3469
|
corner_radius?: number | undefined;
|
|
3446
3470
|
} | {
|
|
3447
3471
|
x: number;
|
|
@@ -3456,11 +3480,11 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3456
3480
|
pcb_component_id?: string | undefined;
|
|
3457
3481
|
subcircuit_id?: string | undefined;
|
|
3458
3482
|
pcb_group_id?: string | undefined;
|
|
3483
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3459
3484
|
soldermask_margin?: number | undefined;
|
|
3460
3485
|
port_hints?: string[] | undefined;
|
|
3461
3486
|
pcb_port_id?: string | undefined;
|
|
3462
3487
|
rect_border_radius?: number | undefined;
|
|
3463
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
3464
3488
|
corner_radius?: number | undefined;
|
|
3465
3489
|
} | {
|
|
3466
3490
|
x: number;
|
|
@@ -3476,10 +3500,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3476
3500
|
pcb_component_id?: string | undefined;
|
|
3477
3501
|
subcircuit_id?: string | undefined;
|
|
3478
3502
|
pcb_group_id?: string | undefined;
|
|
3503
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3479
3504
|
soldermask_margin?: number | undefined;
|
|
3480
3505
|
port_hints?: string[] | undefined;
|
|
3481
3506
|
pcb_port_id?: string | undefined;
|
|
3482
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
3483
3507
|
} | {
|
|
3484
3508
|
x: number;
|
|
3485
3509
|
y: number;
|
|
@@ -3493,10 +3517,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3493
3517
|
pcb_component_id?: string | undefined;
|
|
3494
3518
|
subcircuit_id?: string | undefined;
|
|
3495
3519
|
pcb_group_id?: string | undefined;
|
|
3520
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3496
3521
|
soldermask_margin?: number | undefined;
|
|
3497
3522
|
port_hints?: string[] | undefined;
|
|
3498
3523
|
pcb_port_id?: string | undefined;
|
|
3499
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
3500
3524
|
} | {
|
|
3501
3525
|
type: "pcb_smtpad";
|
|
3502
3526
|
layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
@@ -3509,10 +3533,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3509
3533
|
pcb_component_id?: string | undefined;
|
|
3510
3534
|
subcircuit_id?: string | undefined;
|
|
3511
3535
|
pcb_group_id?: string | undefined;
|
|
3536
|
+
is_covered_with_solder_mask?: boolean | undefined;
|
|
3512
3537
|
soldermask_margin?: number | undefined;
|
|
3513
3538
|
port_hints?: string[] | undefined;
|
|
3514
3539
|
pcb_port_id?: string | undefined;
|
|
3515
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
3516
3540
|
} | {
|
|
3517
3541
|
x: number;
|
|
3518
3542
|
y: number;
|