GithubHelp home page GithubHelp logo

kicadpanelizer's People

Contributors

lordblick avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kicadpanelizer's Issues

Alternative fallback font

Any possibility of a more widely available fallback font or do I need another package? [macOS]

/Applications/Kicad/kicad.app/Contents/Frameworks/Python.framework/Versions/Current/bin/python pcbPanelize
/Users/johnpateman/Kicad/kicadPanelizer/uiPanelize.py:211: PangoWarning: couldn't load font "Univers,Sans Condensed Not-Rotated 8", modified variant/weight/stretch as fallback, expect ugly output.
pangoTxtSpc = pangoLayout.get_pixel_size()[0]

execute uipanelize.py using a normal python installation

Hello,

I am trying to execute the script uipanelize.py using my normal python 2.7 32 bit installation. But I can not import _pcbnew DLL. I copied some files from Kicad python installation to the normal python 2.7 library but... it doens't work.

What I am doing wrong?

Thanks!

Duplicate() error

Had this starred for a while but prompted to try it agin following recent update. have now got this running on macOS by changing the top lines to;

#!/Applications/Kicad/kicad.app/Contents/Applications/pcbnew.app/Contents/MacOS/Python
  2 # -*- encoding: utf-8 -*-
  3 # -*- coding: utf-8 -*-
  4
  5 import sys
  6 sys.path.insert(0, "/Applications/Kicad/kicad.app/Contents/Frameworks/python/site-packages/")
  7 import pcbnew

However, am hitting a problem reading a current pcb file (from Kicad 5.0.2)

	'~/EDA_Workspace/Projects/PostBox/PostBox.kicad_pcb'
Script Version: v.0.86. Error report:
Something went wrong. Contact developers.
Provide info about current configuration and processed file:
	'~/EDA_Workspace/Projects/PostBox/PostBox.kicad_pcb'
Error message:
	Duplicate() takes exactly 1 argument (2 given)

screen shot 2019-02-18 at 13 05 52

something went wrong...

Error message:
Wrong number or type of arguments for overloaded function 'MODULE_Duplicate'.
Possible C/C++ prototypes are:
MODULE::Duplicate(BOARD_ITEM const *,bool,bool)
MODULE::Duplicate(BOARD_ITEM const *,bool)

kicad version from help menu:

Application: kicad
Version: no-vcs-found-799c8b657ubuntu14.04.1, release build
Libraries: wxWidgets 3.0.2
libcurl/7.35.0 OpenSSL/1.0.1f zlib/1.2.8 libidn/1.28 librtmp/2.3
Platform: Linux 3.13.0-105-generic x86_64, 64 bit, Little endian, wxGTK

  • Build Info -
    wxWidgets: 3.0.2 (wchar_t,wx containers,compatible with 2.8)
    Boost: 1.54.0
    Curl: 7.35.0
    KiCad - Compiler: GCC 4.8.4 with C++ ABI 1002
    Settings: USE_WX_GRAPHICS_CONTEXT=OFF
    USE_WX_OVERLAY=OFF
    KICAD_SCRIPTING=ON
    KICAD_SCRIPTING_MODULES=ON
    KICAD_SCRIPTING_WXPYTHON=ON
    KICAD_SCRIPTING_ACTION_MENU=OFF
    BUILD_GITHUB_PLUGIN=ON
    KICAD_USE_OCE=ON

Add project to Code Shelter?

Hello! I use this project a lot and have fixed some issues I found with panelizing (mainly removing edges so I can add mousebites). Would you be able to add this project to the Code Shelter so we can help maintain it? Or is this actively maintained and it would be fine if I submitted my patches in a PR?

Thanks!

Spacing of UI elements

The UI elements such as buttons and labels have incorrect spacings with some implementations of GTK. The UI should use relative spacing as opposed to absolute. Here a screenshot from a Debian system (mind the cutoff button text and labels saying "Clear log vi" and "Margi"):

UI spacing problem

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.