GithubHelp home page GithubHelp logo

maduce / fosscad-repo Goto Github PK

View Code? Open in Web Editor NEW
1.5K 384.0 1.1K 2.57 GB

Official FOSSCAD Library Repository

Home Page: http://fosscad.org

License: GNU General Public License v3.0

OpenSCAD 100.00%
cad cnc 3dprinting

fosscad-repo's People

Contributors

amenpa avatar t-kyouko avatar vxbinaca avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fosscad-repo's Issues

Scale

When opening various files they are not properly sized and appear about 1mm in size. What is the appropriate scale? (not taking into account abs/pla shrinkage/expanditure)

G17 DIY Rail

Left_Rail_Section_Drawing_v3.pdf, the left rail shows a 1.16mm dimension for the slide mating surface, the matching dimension on Right_Rail_Section_Drawing_v2.pdf only shows .16mm. I believe these two dims should match.

Untitled

Scaling

The scale is wrong on these stl files, when I try to slice them it seems like they are like 4mm big lol

Script to download the latest official FOSSCAD repo

Simple Linux script to download the latest official FOSSCAD repo to a local file for backup and mirror support, or for distribution purposes.

Downloaded files are named by the current FOSSCAD release version and the git commit hash, while retaining the git commit timestamp on the file itself. I run it once a month using cron, just in case. :)

fosscad-download.sh

#!/bin/sh
# fosscad-download.sh
# Download the latest official FOSSCAD repository to a local file, for distribution purposes. Compressed archive is prepared by the Github site and downloaded by this script.

set -e
set -x

VERSION=$(wget -q -O - https://raw.githubusercontent.com/maduce/fosscad-repo/master/README.md | grep -A 3 "# Version" | grep -E '\*\s+[0-9]+\.[0-9]+\s+.*' | sed -r 's/\*\s+([0-9]+\.[0-9]+)\s+.*$/\1/')
[ -z "$VERSION" ] && echo "cannot retrieve the release version number" && exit 1

SOURCE_VERSION=$(wget -q -O - https://api.github.com/repos/maduce/fosscad-repo/git/refs/heads/master | grep -A 4 '"object": {' | grep '"sha":' | cut -d'"' -f4)
[ -z "$SOURCE_VERSION" ] && echo "cannot retrieve the git commit hash" && exit 1

SOURCE_TIMESTAMP_X=$(wget -q -O - https://api.github.com/repos/maduce/fosscad-repo/git/commits/${SOURCE_VERSION} | grep -A 4 '"author": {' | grep '"date":' | cut -d'"' -f4)
SOURCE_TIMESTAMP=$(date -u +@%s -d "$SOURCE_TIMESTAMP_X" 2>/dev/null || date -u +@%s -D %Y-%m-%dT%H:%M:%S%Z -d "$SOURCE_TIMESTAMP_X")

FILENAME="FOSSCAD_MEGA_PACK_v${VERSION}+git-${SOURCE_VERSION}"

[ ! -f ${FILENAME}.zip ] && wget -O ${FILENAME}.zip https://github.com/maduce/fosscad-repo/archive/master.zip && touch -d $SOURCE_TIMESTAMP ${FILENAME}.zip

### [ ! -f ${FILENAME}.tar.gz ] && wget -O ${FILENAME}.tar.gz https://github.com/maduce/fosscad-repo/archive/master.tar.gz && touch -d $SOURCE_TIMESTAMP ${FILENAME}.tar.gz

Too long for most cheap printers

Most cheap 3D printers has area of 20x20 cm (7.87x7.87 inch) It would be nice to have version with short barrel that can fit into that area.

Many stl files exported with incorrect unit of measure ; Can solid works files be exported to open source (Freecad)

Many of the stl files are exported in incorrect measurements;
examples :
rifles/AR-15_Reinforced_Lower_Reciever_THOR_IV_version/stl/V4_assy
rifles/AR-15_Reinforced_Lower_Receiver

some do provide the SolidWorks file - but the online trial does not allow import of local files; and I don't have solidworks license.
Some will say - just scale by 2540% - but - I'm not really confident that the export was done in mm or CM ( that's a ton of filament to guess on )

Is it possible to export the solidwork files to a STEP - or something more opensource friendly ?

Rear take down pin retention

What is the proper method to retain the rear take down pin? Do I need to just use a bolt and nut instead of a take down pin?

Beretta 92fs stl is broken.

The STL file for the Beretta 92fs frame displays incorrectly with missing faces in every STL viewer I tried including github's viewer, tinkercad, and simplify3D.

It looks like the renders are taken from FreeCAD. When I opened the stl file and use the mesh repair wizard in that software, it finds 3286 flipped normals and a bunch of self-intersecting faces. Letting the mesh repair wizard do its thing mostly fixes the model, but not 100%.

Not correctly scaled

I tried to use the STL's in Simplify3D and found that the parts are massively larger then they should be, the pins alone for example are 38mm diameter and 137mm tall. Does anyone know the exact dimensions of the pin so I can rescale?

songbird frame stl incomplete

the frame stl for the songbird .22lr is missing the holes required for the hammer pin to stick out of the frame on both sides.

Guide on how to set everything up

hi everyone
i am new to this idea so i have many questions

what 3d printer should i get to correctly print this bump stock?

what type of AR15 must I have for the bump stock to mount correctly? colt? Danial defense? Will this bump stock work on AR15 without a buffer tube?

How can i learn how to use a 3d printer?

how can i download this bump stock file?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.