KiCad 8.0 Schematic Editorchecked, BOM generators run in a visible console window, which may be necessary if the generator plugin provides a graphical user interface. BOM generator scripts By default, the legacy BOM tool presents particular ODBC driver or database server, but has been tested to work with Sqlite, MySQL, MariaDB, and PostgreSQL. NOTE Windows users: the backslash character ( \ ) must be escaped with a second backslash when mariadb-connector-odbc for MariaDB or MySQL, or flatpak install org.kicad.KiCad.ODBCDriver.psqlodbc for PostgreSQL. NOTE Flatpak users: Due to Flatpak sandboxing, a possible way to connect to database servers0 码力 | 200 页 | 8.34 MB | 1 年前3
KiCad 8.0 Schematic Editorchecked, BOM generators run in a visible console window, which may be necessary if the generator plugin provides a graphical user interface. BOM generator scripts By default, the legacy BOM tool presents particular ODBC driver or database server, but has been tested to work with Sqlite, MySQL, MariaDB, and PostgreSQL. NOTE Windows users: the backslash character ( \ ) must be escaped with a second backslash when mariadb-connector-odbc for MariaDB or MySQL, or flatpak install org.kicad.KiCad.ODBCDriver.psqlodbc for PostgreSQL. NOTE Flatpak users: Due to Flatpak sandboxing, a possible way to connect to database servers0 码力 | 194 页 | 7.86 MB | 1 年前3
KiCad 7.1 Schematic Editorchecked, BOM generators run in a visible console window, which may be necessary if the generator plugin provides a graphical user interface. BOM generator scripts By default, the BOM tool presents three particular ODBC driver or database server, but has been tested to work with Sqlite, MySQL, MariaDB, and PostgreSQL. NOTE Flatpak users: Due to Flatpak sandboxing, the only way to connect to database servers running machine is via TCP/IP. Using the default UNIX domain socket connections for i.e. MySQL, MariaDB, or PostgreSQL is not possible. First, make sure that your database server allows TCP/IP connections, and then0 码力 | 182 页 | 16.47 MB | 1 年前3
KiCad 8.0 原理图编辑器configuring a database connection. KiCad 不推荐或认可任何特定的 ODBC 驱动程序或数据库服务器,但经测试可与 Sqlite、MySQL、MariaDB 和 PostgreSQL 兼容。 NOTE Windows users: the backslash character ( \ ) must be escaped with a second backslash mariadb-connector-odbc for MariaDB or MySQL, or flatpak install org.kicad.KiCad.ODBCDriver.psqlodbc for PostgreSQL. NOTE Flatpak users: Due to Flatpak sandboxing, a possible way to connect to database servers Server=localhost;Port=5432; to force PostgreSQL to use a TCP connection to the local server. Using the default UNIX domain socket connections for MySQL, MariaDB, or PostgreSQL is only possible when overriding0 码力 | 190 页 | 10.16 MB | 1 年前3
KiCad 7.0 原理图编辑器驱动程序或数据库服务器,但经测试可与 Sqlite、MySQL、MariaDB 和 PostgreSQL 兼容。 NOTE Flatpak 用户。由于 Flatpak 的沙盒功能,连接到本地机器上运行的数据库服务器的唯一方法是 通过 TCP/IP。 使用默认的 UNIX 域套接字连接,即 MySQL、MariaDB 或 PostgreSQL 是不可 能的。 首先,确保你的数据库服务器允许 TCP/IP 连接,然后在你的连接字符串中添加所需的 参 数 。 例 如 , 为 MySQL/MariaDB 的 默 认 TCP 端 口 添 加 Port=3306; , 或 Server=localhost;Port=5432; ,强制 PostgreSQL 使用 TCP 连接到本地服务器。 配置库 每个数据基础库可以包含映射到单个数据库表的 "子库"。 配置文件中的 libraries 条目包含一个对象列表,每个对 象定义一个库。 每个库必须存在以下设置:0 码力 | 175 页 | 18.32 MB | 1 年前3
Kicad 5.1 PluginsIntroduction to the KiCad plugin system 2 1.1 Plugin Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1.1 Plugin Class: PLUGIN_3D . . . . . . . . 3 2 Tutorials: 3D Plugin Class 4 2.1 Basic 3D Plugin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 2.2 Advanced 3D Plugin . . . . . . . . . . . Programming Interface (API) 18 3.1 Plugin Class APIs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 3.1.1 API: Base Kicad Plugin Class . . . . . . . . . . .0 码力 | 36 页 | 204.70 KB | 1 年前3
Kicad 4.0 PluginsIntroduction to the KiCad plugin system 2 1.1 Plugin Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1.1 Plugin Class: PLUGIN_3D . . . . . . 3 2 Tutorials: 3D Plugin Class 4 2.1 Tutorial: 3D Plugin, Demo 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 2.2 Tutorial: 3D Plugin, Demo 2 . . . . . Interface (API) 18 3.1 Plugin Class APIs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 3.1.1 API: Base Kicad Plugin Class . . . . . . . . .0 码力 | 36 页 | 210.85 KB | 1 年前3
Kicad 5.1 PluginsKicad Plugins The KiCad Team KiCad Plugin System Copyright This document is Copyright © 2016 by it’s contributors as listed below. You may distribute it and/or modify it under the terms of either the Introduction to the KiCad plugin system The KiCad plugin system is a framework for extending the capabilities of KiCad using shared libraries. One of the main advantages of using a plugin is that it is not necessary while developing a plugin; in fact, plugins can be built with the aid of a very small set of headers from the KiCad source tree. Removing the requirement to build KiCad during plugin development greatly0 码力 | 48 页 | 44.28 KB | 1 年前3
Kicad 4.0 PluginsKicad Plugins The KiCad Team KiCad Plugin System Copyright This document is Copyright © 2016 by it’s contributors as listed below. You may distribute it and/or modify it under the terms of either the Introduction to the KiCad plugin system The KiCad plugin system is a framework for extending the capabilities of KiCad using shared libraries. One of the main advantages of using a plugin is that it is not necessary while developing a plugin; in fact plugins can be built with the aid of a very small set of headers from the KiCad source tree. Removing the requirement to build KiCad during plugin development greatly0 码力 | 48 页 | 66.10 KB | 1 年前3
Kicad 5.1 插件‘include/plugins/kicad_plugin.h’ 声明了所有 KiCad 插件所需的泛型函数; 这 些函数标识插件类,提供特定插件的名称,提供插件类 API 的版本信息,提供 特定插件的版本信息,并提供插件类 API 的基本版本兼容性检查。 简而言 之,这些功能是: /* 返回命名插件类的 UTF-8 字符串 */ /* Return a UTF-8 string naming the Plugin Class char const* GetKicadPluginClass( void ); /* 返回插件类API的版本信息 */ /* Return version information for the Plugin Class API */ void GetClassVersion( unsigned char* Major, unsigned char* Minor, unsigned char* true。 确定给定的插件类 API 是否兼容。 Return true if the version check implemented in the plugin determines that the given Plugin Class API is compatible. */ bool CheckClassVersion( unsigned char Major,0 码力 | 56 页 | 49.46 KB | 1 年前3
共 49 条
- 1
- 2
- 3
- 4
- 5













