CAD and Config files for custom pinball machine
License
homechicken/pinball
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
** ** git usage ** ** To check out the latest repository: git clone https://github.com/homechicken/pinball To add a file: git add <file> To check the status of the local repository: git status To see what's changed but not yet staged: git diff To see the difference between what has been staged and what goes in to next commit: git diff --staged To commit changes to local repository: git commit -m 'commit notes' To commit all changed files without having to 'git add' them first: git commit -a -m 'commit notes' To remove a file: git rm file.ext To move a file: git mv file_from file_to To submit back to main repository: git push origin master To see the history of changes to a project: git log To unstage a file before a commit: git reset HEAD <file> To revert a changed file before committing: git checkout -- <file> To list tags for a project: git tag To create a tag: git tag -a v1.4 -m "my version 1.4" Branching: git checkout -b branchname (or `git branch branchname` and then `git checkout branchname`) To switch to another branch git checkout master To delete a branch: git branch -d branchname To merge back to master: git checkout master git merge branchname git branch -d branchname To resolve merge conflicts: git mergetool ** ** Mission Pinball Framework ** To see what version you have: pip list To upgrade Mission Pinball Framework: python -m pip install pip setuptools --upgrade python -m pip install mpf mpf-mc --upgrade To upgrade to a pre-release: python -m pip install mpf mpf-mc --pre --upgrade To run MPF with hardware debugging: 1. configure fast: section with 'debug: true' 2. launch mpf as "mpf -v -V" 3. watch the logfile grow and grow
About
CAD and Config files for custom pinball machine
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published