Standard:ChecklistTable

From Mindworks
Jump to navigation Jump to search

This table is meant to be used as a quick reference checklist and should be used for procedures that do not require lengthy details or photos.


Applicable Templates

{| style="text-align: left;"
{{ChecklistCategory|title=Category1}}
{{ChecklistRow|title=step1}}
{{ChecklistRowDescription|title=Step2|description=description of step2}}
|}

Usage

Template Description Parameters
ChecklistCategory Creates main category (ex. Before Printing)
  • title
ChecklistRow Creates row entry with checkbox (ex. Turn on printer)
  • title
ChecklistRowDescription Creates row entry with checkbox and description underneath
  • title
  • description

Example

Code
{| style="text-align: left;"
{{ChecklistCategory|title=Before Printing}}
{{ChecklistRowDescription|title=Secure machine|description=The printer must be on a stable work surface and must not able to rattle around. Add foam under the feet as necessary.}}
{{ChecklistRow|title=Turn on printer}}
{{ChecklistRowDescription|title=Check reel of filament|description=If empty/too low/wrong color, see (put link here)}}
{{ChecklistRowDescription|title=Preheat nozzle|description=ADD INSTRUCTION HERE}}
{{ChecklistRow|title=Insert SD card}}

{{ChecklistCategory|title=Starting the Job}}
{{ChecklistRowDescription|title=Begin job|description=ADD INSTRUCTION HERE}}
{{ChecklistRowDescription|title= Monitor first few layers|description=ADD INSTRUCTION HERE WITH LINK TO LEVELING BED}}

{{ChecklistCategory|title=Post Printing}}
{{ChecklistRowDescription|title=Remove part|description=ADD INSTRUCTION HERE}}
{{ChecklistRowDescription|title=Cool extruder|description=ADD INSTRUCTION HERE}}
{{ChecklistRowDescription|title=Clean printer|description=ADD INSTRUCTION HERE}}
{{ChecklistRowDescription|title=Turn of printer|description=After the fan has shut off, cooling has completed and the printer may be turned off}}
|}
Result
Before Printing
Secure machine
The printer must be on a stable work surface and must not able to rattle around. Add foam under the feet as necessary.
Turn on printer
Check reel of filament
If empty/too low/wrong color, see (put link here)
Preheat nozzle
ADD INSTRUCTION HERE
Insert SD card
Starting the Job
Begin job
ADD INSTRUCTION HERE
Monitor first few layers
ADD INSTRUCTION HERE WITH LINK TO LEVELING BED
Post Printing
Remove part
ADD INSTRUCTION HERE
Cool extruder
ADD INSTRUCTION HERE
Clean printer
ADD INSTRUCTION HERE
Turn of printer
After the fan has shut off, cooling has completed and the printer may be turned off

Special Considerations

None