pcb without scheme

Asked by YaGeek

I would like to know if it is possible to design net and modules in pcbnew without making a scheme ?

Question information

Language:
English Edit question
Status:
Solved
For:
KiCad Edit question
Assignee:
No assignee Edit question
Solved by:
Lorenzo Marcantonio
Solved:
Last query:
Last reply:
Revision history for this message
Best Lorenzo Marcantonio (l-marcantonio) said :
#1

On Fri, 11 Jun 2010, YaGeek wrote:

> New question #114271 on KiCad:
> https://answers.launchpad.net/kicad/+question/114271
>
> I would like to know if it is possible to design net and modules in pcbnew without making a scheme ?

You actually could do it, but it's very involved and error prone, at
least... you just add components with the 'Add module' tool, then you
have two options:

- Lay the tracks without drc enabled (using pcbnew as a simple drawing
   program)

or

- Enter each module with 'Edit module' and assign the nets by hand to
   each pin (you gain ratnests and DRC, but it's painful)

Considering that the netlist export is essentially a one-click operation
and that somehow you need a schematic it's obviously better (and faster)
to draw it with eeschema first.

--
Lorenzo Marcantonio
Logos Srl

Revision history for this message
YaGeek (yageek) said :
#2

Thanks for all ! I did not see the DRC enabled options !