6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Tue Jul 02, 2024 10:56 am

All times are UTC




Post new topic Reply to topic  [ 13 posts ] 
Author Message
PostPosted: Fri Jan 07, 2022 3:46 pm 
Offline
User avatar

Joined: Tue Apr 03, 2018 2:10 pm
Posts: 125
I'm quickly knocking together a PCB for a simple helper tool. And when I came to lay out the PCB itself I realised the order of connections between two components needed to be reversed. So I went back to the schematic and impatiently made the change you see in the picture.

It works, and this is a schematic I'll almost certainly never look at again after the boards are ordered, let alone share.

The OCD in me tells me to fix this. But the artist in me kinda likes it. What do you think?


Attachments:
wacky_schematic.png
wacky_schematic.png [ 354.75 KiB | Viewed 589 times ]

_________________
I like it when things smoke.
BlogZolatron 64 project
Top
 Profile  
Reply with quote  
PostPosted: Fri Jan 07, 2022 4:21 pm 
Offline
User avatar

Joined: Sun Jun 30, 2013 10:26 pm
Posts: 1938
Location: Sacramento, CA, USA
It looks like the schematic of my brain.

_________________
Got a kilobyte lying fallow in your 65xx's memory map? Sprinkle some VTL02C on it and see how it grows on you!

Mike B. (about me) (learning how to github)


Top
 Profile  
Reply with quote  
PostPosted: Fri Jan 07, 2022 7:07 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8462
Location: Southern California
Does the CAD let you just turn the resistor network over? (CAD limitations like that are one of the reasons I still do my schematics by hand.)

Edit, just to add something without doing another post: Quite often, in order to make the schematic more clear and easy to look at by straightening out the connecting lines and reducing the number of elbows in them, I want to change the order of, or spacing between, pins around an IC in the schematic. Schematic-capture software generally won't let you do that without making it a new schematic component.

_________________
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?


Top
 Profile  
Reply with quote  
PostPosted: Fri Jan 07, 2022 7:53 pm 
Offline

Joined: Fri Jul 09, 2021 10:12 pm
Posts: 741
GARTHWILSON wrote:
Does the CAD let you just turn the resistor network over? (CAD limitations like that are one of the reasons I still do my schematics by hand.)

In Kicad you just press X or Y to flip a component in an axis. I always press the wrong one first though!


Top
 Profile  
Reply with quote  
PostPosted: Fri Jan 07, 2022 8:20 pm 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8237
Location: Midwestern USA
I won't mention the hassles of trying to read a schematic in color. :( It looks as though some connections are missing.

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Fri Jan 07, 2022 8:24 pm 
Offline

Joined: Sat Oct 09, 2021 11:21 am
Posts: 707
Location: Texas
gfoot wrote:
GARTHWILSON wrote:
Does the CAD let you just turn the resistor network over? (CAD limitations like that are one of the reasons I still do my schematics by hand.)

In Kicad you just press X or Y to flip a component in an axis. I always press the wrong one first though!


I JUST learned that yesterday btw, super handy, better than trying to rotate everything!

Chad


Top
 Profile  
Reply with quote  
PostPosted: Sat Jan 08, 2022 8:21 am 
Offline
User avatar

Joined: Tue Apr 03, 2018 2:10 pm
Posts: 125
gfoot wrote:
In Kicad you just press X or Y to flip a component in an axis. I always press the wrong one first though!


Dammit! I didn’t know that. Would have been so much easier.

[Edit] Just tried it, and it worked a treat, although I think the KiCad devs have the use of X and Y backwards. Y seems to flip in the horizontal axis, which I think of as the X axis. But no matter - it does the job, although the schematic is significantly more boring now.

_________________
I like it when things smoke.
BlogZolatron 64 project


Top
 Profile  
Reply with quote  
PostPosted: Sat Jan 08, 2022 4:04 pm 
Offline

Joined: Mon Feb 15, 2021 2:11 am
Posts: 100
speculatrix wrote:
gfoot wrote:
In Kicad you just press X or Y to flip a component in an axis. I always press the wrong one first though!


Dammit! I didn’t know that. Would have been so much easier.

[Edit] Just tried it, and it worked a treat, although I think the KiCad devs have the use of X and Y backwards. Y seems to flip in the horizontal axis, which I think of as the X axis. But no matter - it does the job, although the schematic is significantly more boring now.



Perhaps the keys refer to the axis of flipping/reflecting, rather than what is being flipped/reflected. If you flip across the Y axis, you're reversing the X values. If you flip across the X axis, you're reversing the Y values.


Top
 Profile  
Reply with quote  
PostPosted: Sat Jan 08, 2022 4:13 pm 
Offline

Joined: Sat Oct 09, 2021 11:21 am
Posts: 707
Location: Texas
Sean wrote:
speculatrix wrote:
gfoot wrote:
In Kicad you just press X or Y to flip a component in an axis. I always press the wrong one first though!


Dammit! I didn’t know that. Would have been so much easier.

[Edit] Just tried it, and it worked a treat, although I think the KiCad devs have the use of X and Y backwards. Y seems to flip in the horizontal axis, which I think of as the X axis. But no matter - it does the job, although the schematic is significantly more boring now.


Perhaps the keys refer to the axis of flipping/reflecting, rather than what is being flipped/reflected. If you flip across the Y axis, you're reversing the X values. If you flip across the X axis, you're reversing the Y values.


Being a math teacher, this conversation is hilarious!


Last edited by sburrow on Sat Jan 08, 2022 8:56 pm, edited 1 time in total.

Top
 Profile  
Reply with quote  
PostPosted: Sat Jan 08, 2022 8:55 pm 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8237
Location: Midwestern USA
speculatrix wrote:
gfoot wrote:
In Kicad you just press X or Y to flip a component in an axis. I always press the wrong one first though!

Dammit! I didn’t know that. Would have been so much easier.

[Edit] Just tried it, and it worked a treat, although I think the KiCad devs have the use of X and Y backwards. Y seems to flip in the horizontal axis, which I think of as the X axis. But no matter - it does the job, although the schematic is significantly more boring now.

One of my beefs with KiCad is it's relatively poor documentation, which is why I haven't done much with it. KiCad reflects the mantra of software developers: "Programmers write code, not prose."

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Sat Jan 08, 2022 9:26 pm 
Offline

Joined: Fri Jul 09, 2021 10:12 pm
Posts: 741
They have just released Kicad 6, which apparently makes the schematic editor behave more like the PCB editor - so this has probably changed now.

I haven't tried it yet... Relearning is hard!


Top
 Profile  
Reply with quote  
PostPosted: Sun Jan 09, 2022 3:37 am 
Offline
User avatar

Joined: Sun Jun 30, 2013 10:26 pm
Posts: 1938
Location: Sacramento, CA, USA
gfoot wrote:
Relearning is hard!

At age 16 my brain was super-efficient, and I could tackle new subjects and juggle them with ease. At age 56, uhh, not so much.

_________________
Got a kilobyte lying fallow in your 65xx's memory map? Sprinkle some VTL02C on it and see how it grows on you!

Mike B. (about me) (learning how to github)


Top
 Profile  
Reply with quote  
PostPosted: Sun Jan 09, 2022 7:19 pm 
Offline
User avatar

Joined: Tue Apr 03, 2018 2:10 pm
Posts: 125
gfoot wrote:
They have just released Kicad 6, which apparently makes the schematic editor behave more like the PCB editor - so this has probably changed now.

I haven't tried it yet... Relearning is hard!


I've just downloaded it. I've only played with the new version briefly, but it does seem like they're improved the UI somewhat. For example, on my Mac I can now click & drag symbols without having to press M first. Also, dragging a footprint in the PCB editor also drags attached tracks. And I think they've changed the logic of the X & Y commands in the schematic editor – so maybe they heard me!

Like I say, I've only played with it briefly, but as software UX goes I think they've definitely managed to propel KiCad into the late 1990s – which is an improvement.

_________________
I like it when things smoke.
BlogZolatron 64 project


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: