← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Enhanced arc tool in pcbnew

 

Hi John,

Thank you very much for the patch. The arc drawing tool looks much
better now, so I decided to push it.

Cheers,
Orson

On 03/14/2017 04:44 PM, John Beard wrote:
> Hi,
> 
> This is something I've bene toying with for a little while: an
> enhanced overlay and construction method for arcs in Pcbnew.
> 
> The flashiest part is the new overlay, which is similar to the ruler
> tool in concept and feel and uses many of the same utility functions.
> 
> New features for the tool are ability to "go back" with backspace and
> snap angles with the Ctrl key.
> 
> It introduces a couple of new classes, which, as members of
> common/preview_items, can theoretically be used from other GAL
> canvases for implementing similar tools.
> 
> I tried to genericise the event loop code, but failed to make it much
> clearer, so I put it back: it's still a custom event loop in
> DRAWING_TOOL::drawArc.
> 
> Cheers,
> 
> John
> 
> 
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 


References