JavaScript error: pi.endsWith is not a function (https://hub.allspice.io/assets/js/index.js?v=1.22.6~17 @ 35:174048). Open browser console to see more details. (2)
4
mirror of https://github.com/murexrobotics/electrical-2024.git synced 2025-04-18 06:08:55 +00:00

Fix[electrical]: resolve 8.99 pcb_text crash

This commit is contained in:
Max Liu 2024-10-22 22:57:06 -04:00
parent e3114b21c0
commit 2ed89d804d
7 changed files with 45200 additions and 69131 deletions

View File

LOADING design file

View File

View File

LOADING design file

View File

@ -75,10 +75,13 @@
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint": "error",
"footprint_filters_mismatch": "ignore",
"footprint_symbol_mismatch": "warning",
"footprint_type_mismatch": "ignore",
"hole_clearance": "error",
"hole_near_hole": "error",
"hole_to_hole": "warning",
"holes_co_located": "warning",
"invalid_outline": "error",
"isolated_copper": "warning",
"item_on_disabled_layer": "error",
@ -230,6 +233,7 @@
"mfg": "",
"mpn": ""
},
"layer_pairs": [],
"layer_presets": [],
"viewports": []
},
@ -471,6 +475,7 @@
"microvia_drill": 0.1,
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"priority": 2147483647,
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.09,
"via_diameter": 0.45,
@ -488,6 +493,7 @@
"microvia_drill": 0.1,
"name": "50R",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"priority": 0,
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.1994,
"via_diameter": 0.45,
@ -496,7 +502,7 @@
}
],
"meta": {
"version": 3
"version": 4
},
"net_colors": null,
"netclass_assignments": null,

View File

LOADING design file

View File

@ -199,6 +199,7 @@
"mfg": "",
"mpn": ""
},
"layer_pairs": [],
"layer_presets": [],
"viewports": []
},
@ -440,6 +441,7 @@
"microvia_drill": 0.1,
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"priority": 2147483647,
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25,
"via_diameter": 0.8,
@ -448,7 +450,7 @@
}
],
"meta": {
"version": 3
"version": 4
},
"net_colors": null,
"netclass_assignments": null,

View File

Error: Failed to load file from server. Please contact maintainers@allspice.io if this issue persists.