Project [RAGNAROK] M3
Spanner For M3 Nuts
Mark 0.0.1
Copyright (C) 2021 Wing-Chern Leung, CEO Leung Engineering
www.leungengineering.com

PREREQUISITES

	You need to have the following installed on your computer:

	unzip
	A text editor (e.g. pluma)
	make
	openscad


INSTALLATION

	You can double click the ZIP archive or you can right click the ZIP archive and click "Extract Here" to extract the project if your computer supports it

	If not, then:

	1. Open up your terminal emulator
	2. Install unzip, on Debian-based distributions, the terminal command is:
		sudo apt-get install unzip
	3. Change directory (cd) to where the project ZIP archive is
	4. Unzip the project with
		unzip leung-engineering-ragnarok-m3-mk-0-0-1.zip


BUILDING

	1. Using the command line interface, change directory to where the cad export folder is
	2. Type make
	3. Press enter!

	You can remove all generated files with make clean

