Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SolidCode/SolidPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SolidCode/SolidPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/implicitCAD_20200122
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 22, 2020

  1. Configuration menu
    Copy the full SHA
    101f411 View commit details
    Browse the repository at this point in the history
  2. Added implicitcad_render_to_file()

    Non-consumer methods in implicit.py given _leading _underscores to show they're not useful.
    Added `suffix` argument to `solid.scad_render_to_file()` and `solid._write_code_to_file()` so we can output to `X.escad` as needed
    etjones-erisyon committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    bf9c55d View commit details
    Browse the repository at this point in the history
  3. Added implicitcad_render(), which is just a passthrough so you don't …

    …have to import from solid to use ImplicitCad code
    etjones-erisyon committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    b9f756d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    9305c01 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Added FIXME. WIP.


    etjones-erisyon committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    9b2dd4e View commit details
    Browse the repository at this point in the history
Loading