A comprehensive wiki-book for machinists, fabricators, and makers.
View the Machine Shop Tutorials Wiki →
This repository contains the source for the Machine Shop Tutorials Wiki, a comprehensive guide covering:
- Drill Press Mastery - From basics to advanced techniques
- Band Saw Operations - Horizontal and vertical saw expertise
- Precision Layout - Bolt circles and coordinate calculations
- Fundamental Skills - Essential machining foundations
- Measurement & QC - Precision measuring and quality control
- Shop Efficiency - Time-saving techniques and custom tooling
nix develop
make serve
pip install -r requirements.txt
mkdocs serve
Visit http://localhost:8000 to view the documentation locally.
.
├── docs/ # MkDocs source files (the wiki content)
├── site/ # Built static site (git-ignored)
├── mkdocs.yml # MkDocs configuration
├── flake.nix # Nix development environment
├── Makefile # Build automation
└── [legacy dirs]/ # Original tutorials (now contain redirects)
The original tutorial directories now contain redirect notices pointing to the new wiki. This preserves existing links while guiding users to the improved content.
- Content: Creative Commons BY-SA 4.0
- Code: MIT License
See LICENSE.md for details.
Johanness A. Nilsson
johanness.nilsson@terraformindustries.com
Building the future, one chip at a time.