Merge pull request #39 from openscad/cleanup

Cleanup
This commit is contained in:
Chow Loong Jin 2018-09-27 12:54:30 +08:00 committed by GitHub
commit f392483a80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 6 deletions

View file

@ -27,7 +27,6 @@ If you host your project in git, you can do `git submodule add URL PATH` in your
repo to import this library as a git submodule for easy usage. Then you need to do
a `git submodule update --init` after cloning. When you want to update the submodule,
do `cd PATH; git checkout master; git pull`. See `git help submodule` for more info.
"./get_submodules.py" is shortcut that initializes and updates submodules.
Currently Provided Tools:

View file

@ -1,5 +0,0 @@
#!/usr/bin/python
import os
os.system("git submodule update --init")

0
servos.scad Executable file → Normal file
View file