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: jcrocholl/kossel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ut7/kossel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 18 commits
  • 13 files changed
  • 3 contributors

Commits on Sep 18, 2014

  1. Copy the full SHA
    4f71cb7 View commit details
  2. retractable: fix "not a 2-manifold" error by creating slight overlap

    OpenSCAD refused to generate an STL otherwise.
    jonathanperret committed Sep 18, 2014
    Copy the full SHA
    2efd167 View commit details
  3. Copy the full SHA
    c28a55d View commit details
  4. Copy the full SHA
    6b9e964 View commit details
  5. retractable: shorten wrench head groove

    No need to go below microswitch.
    jonathanperret committed Sep 18, 2014
    Copy the full SHA
    a33cdf5 View commit details

Commits on Sep 22, 2014

  1. Copy the full SHA
    893be74 View commit details
  2. retractable: make wrench head groove as wide as tunnel

    Also move tunnel radius to configuration.scad for use in effector.
    jonathanperret committed Sep 22, 2014
    Copy the full SHA
    acac948 View commit details
  3. Copy the full SHA
    e903c54 View commit details
  4. effector: make space for excentered probe

    The Z-probe no longer goes through one of the unused mount holes.
    jonathanperret committed Sep 22, 2014
    Copy the full SHA
    4aeb48c View commit details
  5. Copy the full SHA
    1efdfb6 View commit details
  6. Copy the full SHA
    aec6b5e View commit details

Commits on Nov 25, 2014

  1. Copy the full SHA
    342d23d View commit details
  2. Copy the full SHA
    49f585b View commit details

Commits on Nov 12, 2016

  1. Copy the full SHA
    f048493 View commit details
  2. Copy the full SHA
    9a4a80e View commit details

Commits on Mar 27, 2023

  1. Copy the full SHA
    3cd8e66 View commit details
  2. Copy the full SHA
    06f7d81 View commit details
  3. Copy the full SHA
    8bdf594 View commit details
Showing with 161,665 additions and 76 deletions.
  1. +0 −1 .gitignore
  2. BIN Orbiter_V2.0_Mockup_50k.stl
  3. +137,468 −0 PC4-M10.STL
  4. +4 −0 configuration.scad
  5. +32 −21 effector.scad
  6. +111 −20 glass_tab.scad
  7. BIN glass_tab.stl
  8. BIN logo_ut7_fixed.stl
  9. +23,858 −0 openbeam.stl
  10. +93 −0 orbiter_holder.scad
  11. BIN orbiter_holder.stl
  12. +55 −0 retainer.scad
  13. +44 −34 retractable.scad
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
*.stl
*.deps
*.tab
*.gcode
Binary file added Orbiter_V2.0_Mockup_50k.stl
Binary file not shown.
Loading