This is an educational template to help a makerspace build its own checkout, not a certified safety program or legal advice. Adapt it to your exact machine and follow OSHA and your local requirements.

A makerspace shares one CNC router among many members of mixed experience, which is exactly the situation a safety checkout exists for. Before a member runs the machine alone, a short test, paper plus a hands-on demonstration, proves they understand the hazards. General machine-safety expectations are set out in OSHA 1910.212, and the shared-equipment culture is part of what defines a hackerspace or makerspace.

What the test should cover

Build the checkout around the hazards a member must control:

TopicWhat it checks
PPESafety glasses on, no gloves, no loose clothing or jewelry, long hair tied back
Emergency stopMember can point to the E-stop and knows when to hit it
WorkholdingMaterial is clamped to the bed, never held by hand, clamps clear of the toolpath
ToolingCorrect bit for the material, seated and tightened in the collet
Program reviewThe file is checked, the origin and zero are set, the job is simulated
Dust and chipsDust collection running, no reaching into the cut
OperationStay at the controls, never leave the machine running unattended

Turn each topic into a question

The printable part is straightforward: make each hazard a question with one clear correct answer. A few examples:

QuestionCorrect answer
Should you wear gloves at the router?No, gloves can catch in the spinning bit
Where is the emergency stop?Member physically points to it
What holds the material during a cut?Clamps or the bed, never your hand
What do you do before pressing start?Review the program, set zero, simulate
Can you leave the machine running to grab a coffee?No, never leave it unattended

Keep it to one page so it works as a quick checkout, and pair every paper answer with the member showing it on the actual machine.

Do not skip code literacy

A safety test proves someone can operate the router; it does not prove they can read the program they are about to run. Those are different skills. A member who cannot read a CNC program may not notice a wrong origin or a bad move, and the rise of AI tools makes this worse, as covered in why ChatGPT G-code crashes a CNC. Adding a short check on the common G-codes for CNC beginners closes that gap.

For the code-literacy portion, a free practice tool helps members drill the codes without tying up the machine. That is what a routine on the G-code practice hub is for, and it pairs naturally with router-specific practice like Shapeoko CNC router G-code practice. The practice tool is a study aid, not a safety program or a replacement for your hands-on checkout.

Bottom line

A makerspace CNC router safety test should verify PPE, the emergency stop, workholding, tooling, program review and zeroing, dust control, and the never-leave-it-running rule. Make it one page, pair it with a hands-on demonstration, add a short code-literacy check, and adapt every item to your exact machine.

Sources

Frequently asked questions

What should a makerspace CNC router safety test cover?

The core hazards: PPE (glasses, no gloves, no loose clothing), the emergency stop, proper workholding, correct tooling installation, reviewing and zeroing the program, dust and chip control, and never leaving the machine running unattended.

Is there a printable CNC router safety quiz?

You can build one from the topic checklist: turn each hazard into a question with a clear answer, print it as a one-page checkout, and pair it with a hands-on demonstration. Adapt it to your exact router and house rules.

Does passing a safety test mean someone can program the router?

No. A safety checkout proves safe operation, not code skill. Many makerspaces pair it with a short code-literacy check so members can catch a bad program before it runs.

What is the best free way to practice CNC code for a makerspace checkout?

A free app like G-Code Sprint drills the real G-codes and M-codes with active recall and repeats whichever ones a member keeps missing. It is a study tool, not a safety program or a substitute for a hands-on checkout.

G-Code Sprint is a study and practice tool only. Always follow your instructor, employer, machine manual, and shop safety procedures.