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

until extrude/cutblind #875

Merged
merged 29 commits into from
Sep 26, 2021
Merged

until extrude/cutblind #875

merged 29 commits into from
Sep 26, 2021

Commits on Aug 31, 2021

  1. final commit

    Jojain committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    529dccb View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. black run

    Jojain committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    54e5939 View commit details
    Browse the repository at this point in the history
  2. right version of black

    Jojain committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    01e2266 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    752a485 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. remove files

    Jojain committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    fef12cf View commit details
    Browse the repository at this point in the history
  2. add tests

    Jojain committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    1897790 View commit details
    Browse the repository at this point in the history
  3. removed test.brep

    Jojain committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    e5a5fe2 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Remove annotation

    adam-urbanczyk authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    2553740 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    761a3a5 View commit details
    Browse the repository at this point in the history
  3. Use tcast

    adam-urbanczyk authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    236be05 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    ec64bcf View commit details
    Browse the repository at this point in the history
  2. Remove the workaround

    adam-urbanczyk authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    7e53027 View commit details
    Browse the repository at this point in the history
  3. Black fix

    adam-urbanczyk authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    4e324e4 View commit details
    Browse the repository at this point in the history
  4. Update test_cadquery.py

    Jojain committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    6cd4d2f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Update cadquery/cq.py

    Co-authored-by: Marcus Boyd <[email protected]>
    Jojain and marcus7070 authored Sep 18, 2021
    Configuration menu
    Copy the full SHA
    2d142d0 View commit details
    Browse the repository at this point in the history
  2. Update cadquery/cq.py

    Co-authored-by: Marcus Boyd <[email protected]>
    Jojain and marcus7070 authored Sep 18, 2021
    Configuration menu
    Copy the full SHA
    5878b17 View commit details
    Browse the repository at this point in the history
  3. Update cadquery/occ_impl/shapes.py

    Co-authored-by: Marcus Boyd <[email protected]>
    Jojain and marcus7070 authored Sep 18, 2021
    Configuration menu
    Copy the full SHA
    b05242f View commit details
    Browse the repository at this point in the history
  4. Update cadquery/occ_impl/shapes.py

    Co-authored-by: Marcus Boyd <[email protected]>
    Jojain and marcus7070 authored Sep 18, 2021
    Configuration menu
    Copy the full SHA
    84aaff5 View commit details
    Browse the repository at this point in the history
  5. Update cadquery/occ_impl/shapes.py

    Co-authored-by: Marcus Boyd <[email protected]>
    Jojain and marcus7070 authored Sep 18, 2021
    Configuration menu
    Copy the full SHA
    40ac712 View commit details
    Browse the repository at this point in the history
  6. Update cq.py

    Jojain committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    54a48b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. add test for direction=None

    add test for direction=None
    Jojain committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    c369e5d View commit details
    Browse the repository at this point in the history
  2. docstring update

    Jojain committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    0fded0d View commit details
    Browse the repository at this point in the history
  3. black run

    Jojain committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    e2141c4 View commit details
    Browse the repository at this point in the history
  4. corrected the test bug

    Jojain committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    bdec80b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Formatting

    Line length and removing empty lines from docstrings
    marcus7070 committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    7b371d0 View commit details
    Browse the repository at this point in the history
  2. Extrude from inside solid

    Added test for extruding from inside a solid up to next and changed
    the order of statements in Workplane.extrude
    marcus7070 committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    a91f623 View commit details
    Browse the repository at this point in the history
  3. Handle extrude until=Face and combine=False

    Added test for this and changed extrude to raise a ValueError
    marcus7070 committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    20691bc View commit details
    Browse the repository at this point in the history
  4. correct extrude docsting

    marcus7070 committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    da62886 View commit details
    Browse the repository at this point in the history
  5. Black fix

    marcus7070 committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    8dab694 View commit details
    Browse the repository at this point in the history