Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Board Editor: Simplify Trace command #737

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 4, 2020

  1. Implementation of "simplify" command

    - New Tool class created and added to GUI
      - Remove duplicate NetLines with the same start and end points
      - Merge NetPoints at the same location
      - Connect Vias with the NetPoints and NetLines at the same location
      - Connect NetPoints with NetLines at the same location
      - Plan out other simplifications
      - Simplify NetLines forming a straight line
    - new CmdBoardCombineAnchors undo command group, that combines anchors of the same NetSegment. Based on combineAnchors in BoardEditorState_DrawTrace
    - Add default nullptr when searching for items at location
    - Add myself to AUTHORS.md
    5n8ke committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    e5d9a62 View commit details
    Browse the repository at this point in the history