Initial commit
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
[05:04:28] WARNING Not Implemented Error
|
||||
`exclude_from_bom` is not yet implemented. This should not currently affect your design, however may throw spurious warnings.
|
||||
See: https://github.com/atopile/atopile/issues/755
|
||||
Source: main.ato:81:7
|
||||
80
|
||||
❱ 81 module App:
|
||||
82 │ # --- Signals and Power rails ---
|
||||
Code causing the error:
|
||||
Source: main.ato:91:32
|
||||
90 │ dfplayer = new DFPlayer_Mini
|
||||
❱ 91 │ dfplayer.exclude_from_bom = True # Exclude from BOM since it's a module
|
||||
92
|
||||
[05:04:29] WARNING Not Implemented Error
|
||||
`exclude_from_bom` is not yet implemented. This should not currently affect your design, however may throw spurious warnings.
|
||||
See: https://github.com/atopile/atopile/issues/755
|
||||
Source: main.ato:81:7
|
||||
80
|
||||
❱ 81 module App:
|
||||
82 │ # --- Signals and Power rails ---
|
||||
Code causing the error:
|
||||
Source: main.ato:122:37
|
||||
121 │ mounting_hole.footprint = "MountingHole:MountingHole_3.2mm_M3"
|
||||
❱ 122 │ mounting_hole.exclude_from_bom = True # Exclude from BOM it's just a hole
|
||||
123 │ mounting_hole.drill = 3.2mm
|
||||
WARNING Exception
|
||||
Ignoring assignment of `F.Cu` to `layer` on `mounting_hole`
|
||||
Source: main.ato:81:7
|
||||
80
|
||||
❱ 81 module App:
|
||||
82 │ # --- Signals and Power rails ---
|
||||
Code causing the error:
|
||||
Source: main.ato:124:4
|
||||
123 │ mounting_hole.drill = 3.2mm
|
||||
❱ 124 │ mounting_hole.layer = "F.Cu"
|
||||
125 │ # hole1 = new MountingHole_M3
|
||||
Reference in New Issue
Block a user