- Added segment package
- Added SegmentWall
- Added wall package
- Added CorridorWall
- Added CorridorWallGreebled
- depot package
- Added Container
- Added Depot
- Added documentation indexes
- Can package
- Added RoundPlatform
- Added RoundPlatformGreebledCircles
- Added StairSegment
- Added CanTowerStairs
- Updated documentation
- README.md - Added version pic.
- Testing for packaging and deploying to pypi.
- Added PACKAGE_README.md
- Updated cqterrain to version 3.6.2
- 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
- can.CanTower.
- 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
- 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
- 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
- Upped cqterrain version to 2.5.0
- Moved cqportal portal code over into cqindustry
- Moved cqportal container code over into cqindustry
- Updated README.md
- Upped cqterrain version to 2.1.0
- This includes spool code
- Moved power station code over into cqindustry
- Moved dome code over into cqindustry
- Fix README.md example path
- Upped cqterrain version to 2.0.2
- Moved code, examples, and documentation around to new packages
- barrier
- chip
- can
- walkway
- Added annotations to Barrier
- Documented can package
- chip Platform added ladder_width property
- moved Barrier code into cqterrain
- moved walkway code into cqterrain
- Upped cqterrain version to 1.1.1
- Added intial bridge module
- Added soda can tower variant
- Added CanTower (orchestrator class)
- Added CanPlatform
- Added CanRail
- Added can_tower example
- Added can_platform example
- Added can_rail example
- Added can_tower_set example
- Upped cqterrain version to 1.0.3
- Upped cqterrain version to 1.0.2
- Upped cqterrain version to 1.0.1
- Type Annotations
- Upped cqterrain version to 1.0.0
- Fixed barrier_greebled example
- Fixed walkway tiled example
- Added example_runner.py
- Added License blocks
- Added GuardRail, with examples
- Added ChipCan
- Added ChipTower and example
- Added RingConduit
- Platform changed how some of the render flags work.
- On make the ladder cut and center cut are still made
- the cut components are just not applied on build if the flags are turned off
- Documentation
- Updated README.md
- Upped cqterrain version to 0.3.3
- Upped cqterrain version to 0.3.0
- Removed local Base class and instead resolve Base from cadqueryhelper
- Ring build unions the ladders.
- Platform build unions the stripes; also fixed a a syntax bug.
- Walkway build unions
- rails.
- irregular grid.
- tile grid
- Added irregular grid walkway example
- Added tile walkway example
- Upped cqterrain version to 0.2.0
- Fixed barrier magnet placement bug
- Added z_lift property to barrier cut magnets.
- Upped cqterrain version to 0.1.8
- Made platform corner_chamfer optional
- Updated platform example
- Added new platform stl
- Updated README.md
- Made the platform center cut optional
- Updated README.md
- Fix that which lives in the basement, and was causing all of the example files to break.
- Circular dependency issue from the 5th ring of hell.
- Added support to render only the left or right rail on the walkway.
- Updated Dependencies
- Upped cadqueryhelper dependency version
- Upped cqterrain dependency version
- Walkway added irregular grid support
- Walkway added grid support
- Added Initial Barrier Design
- Updated the license
- Initial release
- chip tube platform code
- ring code
- walkway code