307 Commits

Author SHA1 Message Date
John Beard
e016dc52fd Pcbnew: Add concept of a 'point'
This is a zero-dimensional object that can be used for snapping
and documentation of useful, but non-physical features on a
board or footprint. They do not correspond to any physical
output in exports or plots.

Points do have a "size", but this is a graphical property only
and determines how large they are drawn on the board.

They also have a layer, which allows them to be selected and
made visible according to layer filters.

Fixes: https://gitlab.com/kicad/code/kicad/-/issues/4691
2025-09-01 23:44:21 +08:00
Seth Hillbrand
147ffa379c Add new demo project CM5 MINIMA
It is a nice little carrier board for the RP CM5.  Demonstrates good
design features
2025-07-11 14:09:39 -07:00
jean-pierre charras
5d8c8b9c54 pcbnew, appearance control: add entry to enable/disable LAYER_BOARD_OUTLINE_AREA 2025-06-19 18:42:03 +02:00
Jeff Young
f9011e9e35 Update sample script.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20538
2025-04-18 13:41:18 -07:00
Carsten Presser
33ee9e99fe Improve rectifier demo
This demo project used old symbols that don't match the current style of
the library. Replace them with the correct ones.
But also move them to the project library again.
Add a workbook that has the simulation traces selected.
2025-03-30 06:53:21 -04:00
Marek Roszko
3d15317282 Add missing demo installs 2025-02-19 23:07:10 -05:00
Ian McInerney
0954f8ff76 Ensure vme-wren demo is installed 2025-02-20 03:00:10 +00:00
Seth Hillbrand
5ca7abf2c1 Add vme-wren demo 2025-02-18 16:49:00 -08:00
Wayne Stambaugh
7f84e24ac5 Update demos to V9 file formats except simulations. 2025-02-18 09:24:23 -05:00
Seth Hillbrand
9b56b8d89a Add royalblue54L feather demo 2025-02-17 13:18:47 -08:00
JamesJCode
8746313ce3 Fix class-d simulation demo 2025-01-11 20:55:14 +00:00
JamesJCode
65918b8bad Fix up-down-counter simulation demo 2025-01-11 20:53:03 +00:00
Seth Hillbrand
6c7c531a5f Add generic op amp sim demo 2025-01-07 08:51:08 -08:00
jean-pierre charras
7a29ed6815 Fix demo simulation/subsheets (add a .kicad_pro file, and fix ERC) 2025-01-07 17:44:13 +01:00
jean-pierre charras
337217ccb2 Demo update 2025-01-07 16:15:00 +01:00
jean-pierre charras
82516c6f16 Demos update 2024-12-29 20:01:26 +01:00
jean-pierre charras
ab85c41028 Demo update 2024-12-22 18:24:46 +01:00
John Beard
13a60be892 Demos: resave video project 2024-11-29 04:12:10 +08:00
John Beard
07e5aace3d Demo: resave Stickhub project 2024-11-29 04:12:09 +08:00
Tomasz Wlostowski
244a886415 demos: update file format in the multichannel example 2024-11-02 19:59:09 +01:00
Tomasz Wlostowski
8751a62aa6 pcbnew: fix PCB_SELECTION_TOOL multidrag condition 2024-11-02 19:59:09 +01:00
Tomasz Wlostowski
792845b550 multichannel: added unrouted version of the demo project 2024-08-14 00:09:32 +02:00
Tomasz Wlostowski
f60017903f demos: demo project for the MULTICHANNEL_TOOL 2024-08-13 22:50:26 +02:00
jean-pierre charras
efc9db55e8 Demos update 2024-08-01 18:50:04 +02:00
jean-pierre charras
e130780238 Demo update 2024-07-29 18:37:13 +02:00
jean-pierre charras
5ce6060012 Demos update 2024-07-18 08:07:16 +02:00
jean-pierre charras
eb5530eadf Demos update. 2024-07-12 08:52:19 +02:00
jean-pierre charras
53896105c0 Demos update 2024-02-09 20:31:32 +01:00
jean-pierre charras
608294171b Demos update 2024-02-05 16:53:10 +01:00
Alex Shvartzkop
8cd0c5d574 Remove electric demo from install 2024-02-05 18:03:43 +03:00
jean-pierre charras
3178bbfba0 Demo update. Remove also a useless demo 2024-02-05 15:05:25 +01:00
jean-pierre charras
31394e95d7 Demo update 2024-02-03 17:09:48 +01:00
Seth Hillbrand
a98ff2bb9f Fix 3d Display on tiny_tapeout 2024-01-22 15:23:59 -08:00
Seth Hillbrand
7001c4e351 Remove errand remnant of capitalized demo 2024-01-16 08:39:28 -08:00
Seth Hillbrand
d25ac664f8 Adding additional demos
Some simulation demos curtesy of Holger Vogt and a new board design
curtesy of Pat Deegan
2024-01-15 16:52:33 -08:00
jean-pierre charras
f5e76e6116 Demos update 2024-01-06 10:52:46 +01:00
Graham Keeth
e3eab57133 add IBIS demo, based on schematic/models by Fabien Corona 2023-12-04 01:05:17 +00:00
jean-pierre charras
bfa9ea66cc Demo update 2023-11-10 10:30:33 +01:00
jean-pierre charras
b2c33ed6b2 Demo update 2023-11-09 08:57:35 +01:00
jean-pierre charras
249b2e740e Demo update 2023-11-06 16:02:15 +01:00
jean-pierre charras
248a8caa45 Demos update 2023-11-01 10:15:11 +01:00
jean-pierre charras
cb5c571d0d Demos: update old action script to be compatible with current code 2023-06-02 13:23:50 +02:00
jean-pierre charras
c3ae2d4f43 Demos update 2023-04-12 17:16:50 +02:00
jean-pierre charras
aa7f9a0fe5 Update spice demo. 2023-04-07 07:13:53 +02:00
Wayne Stambaugh
37b9b3f3cc Update demos using latest file formats. 2023-02-06 14:29:24 -05:00
Jeff Young
baa13b885f Don't add Sim.Params unless it contains data, and update sallen key demo. 2023-01-03 17:20:23 +00:00
Jeff Young
6f44468385 Fix more lifetime issues in simulator tuning.
Fixes https://gitlab.com/kicad/code/kicad/issues/13257
2022-12-23 22:03:24 +00:00
Jeff Young
a3a2e2e5b1 Update demos and legacy qa files SpiceMapping -> Spice_Node_Sequence.
Also removes migration in the code as it will no longer be needed.
2022-12-19 12:04:53 +00:00
Yang sheng
aff5245041 Fix enum class DRILL_MARKS no export to python 2022-12-09 18:07:58 +00:00
jean-pierre charras
0b5c91d3f4 Demo update 2022-11-03 11:09:26 +01:00