kicad-footprint-generator icon indicating copy to clipboard operation
kicad-footprint-generator copied to clipboard

Keep out circle

Open Misca1234 opened this issue 6 years ago • 2 comments

This little add on will create a "keep out circle" like this

bild

It is created like a normal circle


    :Keyword Arguments:
        * *center* (``Vector2D``) --
          center of the circle
        * *radius* (``float``) --
          radius of the circle
        * *layer* (``str``) --
          layer on which the circle is drawn (default: 'Dwgs.User')
        * *width* (``float``) --
          width of the circle line (default: None, which means auto detection)
        * *step* (``float``) --
          the step betwene the crossing lines (default: 1 mm)

With the extra parameter 'step' which define the step along the x-axis for the intersection lines

Misca1234 avatar Dec 15 '18 17:12 Misca1234

Code Climate has analyzed commit 51b91b50 and detected 8 issues on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 3
Style 5

View more on Code Climate.

codeclimate[bot] avatar Dec 15 '18 17:12 codeclimate[bot]

ping

Misca1234 avatar Jan 10 '20 18:01 Misca1234