开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Re: Printing PCB - is it possible to suppress the copper pours ??
Ignore my previous post! I just tried on version 5 again, and it has the same problem; can't eliminate the fill zones. But I found a workaround! If you temporarily remove the fill zone outlines, you
By John - WA2FZW · #24383 ·
Re: Printing PCB - is it possible to suppress the copper pours ??
I've been using version 5 for several years, but just installed version 9. In version 5, I can print without the fills, for example: Can't seem to do it in version 9 even though the fills are turned
By John - WA2FZW · #24382 ·
Re: Uploading a tube amplifier netlist on Files section
Update. I also found the section for controlling uploads of photos. So I have now enabled photos but restricted them to 1024 x 1024 pixels. You can upload larger ones than this but they will
By Ian Bell · #24381 ·
Re: Uploading a tube amplifier netlist on Files section
Now find a copy of rzsz-3.3.6 for an error correcting file transfer protocol. It supports xon/xoff and can move files at 9600 baud, achieving 720 cps on a 6309 nitros9 machine and around 600 cps on a
By Gene Heskett · #24380 ·
File /Bravo_ocean_semi.zip uploaded #file-notice
The following items have been added to the Files area of the [email protected] group. * /Bravo_ocean_semi.zip ( /g/kicad-users/files/Bravo_ocean_semi.zip ) *By:* Carlo
By Group Notification <noreply@...> · #24379 ·
Re: Uploading a tube amplifier netlist on Files section
Yes it works, thank you ! Carlo.
Re: Uploading a tube amplifier netlist on Files section
It turns out you cannot set the file size of images . The board also supports databases which can include photos the size of which can be limited but I am not sure if that would be any
By Ian Bell · #24377 ·
Re: Uploading a tube amplifier netlist on Files section
I can see that being a problem, as it's often necessary to upload a screenshot. Is it possible to limit the file size instead? Regards, Robert. * Plain text email - safe, readable, inclusive.
By Robert · #24376 ·
Re: Uploading a tube amplifier netlist on Files section
OK, it turns out that this feature is not turned on for regular users. It took a while to trawl through the admin user interface to find the right setting but I think it should now allow all members
By Ian Bell · #24375 ·
Re: Uploading a tube amplifier netlist on Files section
Maybe the group owner(s) can comment, but it's possible this group is on the free tier, and the file upload feature is now disabled. Other groups you may be familiar, with pay a
By Tony Casey · #24374 ·
Re: Uploading a tube amplifier netlist on Files section
That's the problem. At the top left on Files page there is not the New/Upload green box at all !
By Carlo · #24373 ·
Re: Uploading a tube amplifier netlist on Files section
Click on Files. At the top left of the page that then appears should be a green box labeled New/Upload. Cheers Ian [email protected]> wrote:
By Ian Bell · #24372 ·
12AU7 tube amplifier simulation
Hello, I'm using ngspice to simulate a tube amplifier based on 12AU7 triode. Attached you can find a zipped folder with the main .cir file and the referenced libraries. Coming from LTspice, I can see
Re: Uploading a tube amplifier netlist on Files section
Ah yes, I can see it (a ground symbol image). I'm using ngspice to run a netlist from LTspice. In order to upload the full/expanded netlist (including all .model and .subckt referenced) there is a
Re: Uploading a tube amplifier netlist on Files section
Normally I just use email to interact with the list, and then I can simply attach files to my email. However, for this message I've gone to the website. The only way I can see of adding a file is by
By Robert · #24369 ·
Uploading a tube amplifier netlist on Files section
Hello, I came from LTspice background and now I'm starting using ngspice to simulate some circuit. I'd like to upload the netlist of a tube amplifier I'm working on. On Files section, however, I
Re: .include vs .lib directives
Of course, the solution is not modify the library itself (no .LIB <libname> .ENDL within it) but use "set ngbehavior=lt" command into .spiceinit configuration file for ngspice. Carlo.
Re: .include vs .lib directives
That would make .subckt models non-portable between different SPICE simulators. -- Regards, Tony
By Tony Casey · #24366 ·
Re: .include vs .lib directives
From ngspice-44 manual section 2.10: From above I believe the "markers" are .LIB and .ENDL statements within the library file itself. I'll do a test using them within a my library. Carlo.
By Carlo · #24365 ·
Re: .include vs .lib directives
.subckt <name> 1 2 3 .. .. .ends <name> The above. -- Regards, Tony
By Tony Casey · #24364 ·