kicad-jlcpcb-tools icon indicating copy to clipboard operation
kicad-jlcpcb-tools copied to clipboard

Bom Incomplete

Open whinis opened this issue 6 months ago • 0 comments

Describe the bug Unsure if this is the same or just similar to #524 however I noticed my BOM is only generated up to the first DNP Piece and such is observed in the log.

2024.08.25 11:38:38 - INFO - generate_geber -  Successfully plotted Silk top
2024.08.25 11:38:39 - INFO - generate_geber -  Successfully plotted Mask top
2024.08.25 11:38:39 - INFO - generate_geber -  Successfully plotted Paste top
2024.08.25 11:38:39 - INFO - generate_geber -  Successfully plotted Inner layer 1
2024.08.25 11:38:39 - INFO - generate_geber -  Successfully plotted Inner layer 2
2024.08.25 11:38:39 - INFO - generate_geber -  Successfully plotted Inner layer 3
2024.08.25 11:38:39 - INFO - generate_geber -  Successfully plotted Inner layer 4
2024.08.25 11:38:39 - INFO - generate_geber -  Successfully plotted Bottom layer
2024.08.25 11:38:40 - INFO - generate_geber -  Successfully plotted Silk top
2024.08.25 11:38:40 - INFO - generate_geber -  Successfully plotted Mask bottom
2024.08.25 11:38:40 - INFO - generate_geber -  Successfully plotted Paste bottom
2024.08.25 11:38:40 - INFO - generate_geber -  Successfully plotted Edges
2024.08.25 11:38:40 - INFO - generate_geber -  Successfully plotted V score cut
2024.08.25 11:38:40 - INFO - generate_excellon -  Finished generating Excellon files
2024.08.25 11:38:43 - INFO - zip_gerber_excellon -  Finished generating ZIP file /network/KiCad/SFP-Media-Buddy/jlcpcb/production_files/GERBER-panel-3-3.zip
2024.08.25 11:38:58 - INFO - generate_cpl -  Finished generating CPL file /network/KiCad/SFP-Media-Buddy/jlcpcb/production_files/CPL-panel-3-3.csv
2024.08.25 11:38:58 - INFO - generate_bom -  Component R35 has 'Do not placed' enabled: removing from BOM
2024.08.25 11:38:16 - INFO - generate_bom -  Component R35 has 'Do not placed' enabled: removing from BOM

No line on BOM generated but it is created.

To Reproduce Steps to reproduce the behavior:

  1. Have a PCB with a DNP part
  2. Generate BOM
  3. BOM includes parts up to DNP and not after.

Expected behavior A clear and concise description of what you expected to happen.

KiCad Version

Application: KiCad Schematic Editor x86_64 on x86_64

Version: 8.0.4, release build

Libraries:
	wxWidgets 3.2.5
	FreeType 2.13.3
	HarfBuzz 9.0.0
	FontConfig 2.15.0
	libcurl/8.9.1 OpenSSL/3.3.1 zlib/1.3.1 brotli/1.1.0 zstd/1.5.6 libidn2/2.3.7 libpsl/0.21.5 libssh2/1.11.0 nghttp2/1.62.1 nghttp3/1.4.0

Platform: Arch Linux, 64 bit, Little endian, wxGTK, Wayland, KDE, wayland
OpenGL: AMD, AMD Radeon RX 5700 XT (radeonsi, navi10, LLVM 18.1.8, DRM 3.57, 6.10.5-arch1-1), 4.6 (Compatibility Profile) Mesa 24.2.0-arch1.1

Build Info:
	Date: Jul 18 2024 08:25:54
	wxWidgets: 3.2.5 (wchar_t,wx containers) GTK+ 3.24
	Boost: 1.83.0
	OCC: 7.7.2
	Curl: 8.8.0
	ngspice: 42
	Compiler: GCC 14.1.1 with C++ ABI 1019

Build settings:
	KICAD_USE_EGL=ON

whinis avatar Aug 25 '24 15:08 whinis