rerouted to 5x5 square, moved to Motor output header temporarily

This commit is contained in:
giver 2024-07-22 00:08:16 +03:00
parent b67ac97fc5
commit cce5750c7c
4 changed files with 3548 additions and 3166 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"board": {
"active_layer": 31,
"active_layer": 0,
"active_layer_preset": "",
"auto_track_width": true,
"hidden_netclasses": [],

View File

@ -116,7 +116,7 @@
},
"rules": {
"max_error": 0.005,
"min_clearance": 0.0,
"min_clearance": 0.5,
"min_connection": 0.0,
"min_copper_edge_clearance": 0.5,
"min_hole_clearance": 0.25,
@ -128,7 +128,7 @@
"min_text_height": 0.8,
"min_text_thickness": 0.08,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.0,
"min_track_width": 0.65,
"min_via_annular_width": 0.1,
"min_via_diameter": 0.5,
"solder_mask_to_copper_clearance": 0.0,
@ -434,7 +434,7 @@
"no_connect_dangling": "warning",
"pin_not_connected": "error",
"pin_not_driven": "error",
"pin_to_pin": "warning",
"pin_to_pin": "error",
"power_pin_not_driven": "error",
"similar_labels": "warning",
"simulation_model_issue": "ignore",
@ -486,7 +486,7 @@
"netlist": "",
"plot": "",
"pos_files": "",
"specctra_dsn": "",
"specctra_dsn": "stripe_board.dsn",
"step": "",
"svg": "",
"vrml": ""

File diff suppressed because it is too large Load Diff