Skip to content

Releases: medicationforall/cqindustry

3.1.2 - Depot

Choose a tag to compare

@medicationforall medicationforall released this 20 May 11:46

3.1.2

  • depot package
    • Added Container
    • Added Depot
  • Added documentation indexes

3.1.1 - Can Tower Stairs

Choose a tag to compare

@medicationforall medicationforall released this 13 Apr 10:55

3.1.1

  • Can package
    • Added RoundPlatform
    • Added RoundPlatformGreebledCircles
    • Added StairSegment
    • Added CanTowerStairs
    • Updated documentation
  • README.md - Added version pic.

3.1.0

Choose a tag to compare

@medicationforall medicationforall released this 12 Mar 17:43

3.1.0

  • Testing for packaging and deploying to pypi.
  • Added PACKAGE_README.md

3.0.1 updated dependencies

Choose a tag to compare

@medicationforall medicationforall released this 25 Feb 07:15

3.0.1

  • Updated cqterrain to version 3.6.2

cqterrain and wip code

Choose a tag to compare

@medicationforall medicationforall released this 06 Nov 10:43

3.0.0

  • Upped cqterrain version to 3.5.1
  • Created support package.
    • Moved conduit into support package.
    • Added Basic
    • Added Segmented
    • Added BoltPanel
    • Added Strut
  • chip package
    • Added RingSupport

2.4.2 Can tower papercut fixes

Choose a tag to compare

@medicationforall medicationforall released this 25 May 10:07

2.4.2

  • can.CanTowers.
    • Added render_rails
    • Added render_pipe
    • Added render_platform
    • Added render_ring
    • bp_rail can be set to None.
    • Refactored make function.
    • Refactored build function.
    • Fixed build_ring_pipe_connector issue when using the conduit ring type.
      • Had to do with when the cut operation was applied to the pipe.
    • Added can_tower_alt_ring example.
  • Changed build order for CanRail so that the cut operation happens after supports are added.
    • Added calculate cut rail height
  • chip package
    • Refactored RingConduit
    • Added Conduit class

2.4.1 Can Tower Streamlit Development Changes

Choose a tag to compare

@medicationforall medicationforall released this 09 May 03:02

2.4.1

  • documentation clean up
  • Added render_floor parameter to can.CanPlatform
    • Fixed platform height when render_floor is false.
  • Split out the ring creation in can.CanTower into its own build function.
  • Added pipe_length parameter to can.CanTower

2.4.0 cadquery version update

Choose a tag to compare

@medicationforall medicationforall released this 27 Apr 22:50

2.4.0

  • Upped cqterrain version to 3.4.1
  • Cleaned up instances where I was setting the callback parameter for workplane.eachpoint invocations.
  • Documentatd a bug in chiptower when using the conduit ring type.
    • This is a regression issue from going to the new version of cadquery.
  • Changed from using assembly.save (deprecated) to assembly.export
  • Fixed dome imports for examples

2.3.0 Move Portal and Container into cqindustry

Choose a tag to compare

@medicationforall medicationforall released this 05 Jan 22:46

2.3.0

  • Upped cqterrain version to 2.5.0
  • Moved cqportal portal code over into cqindustry
  • Moved cqportal container code over into cqindustry
  • Updated README.md

2.2.0

Choose a tag to compare

@medicationforall medicationforall released this 08 Dec 16:53

2.2.0

  • Upped cqterrain version to 2.1.0
    • This includes spool code
  • Moved power station code over into cqindustry