Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marker instructions #33

Merged
merged 3 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
- [Robots]()
- [Husky]()

- [Miscellaneous]()
- [Miscellaneous](./equipment/misc/index.md)
- [Markers](./equipment/misc/markers.md)

# Services

Expand Down
1 change: 1 addition & 0 deletions src/equipment/misc/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Miscellaneous
23 changes: 23 additions & 0 deletions src/equipment/misc/markers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,27 @@

## Marker Refill Instructions

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having it be in this format would be easier to read:

  1. step
  2. step
    • comment

- Carefully unscrew tip assembly from barrel
- Inspect tip for damage. If needed, flip or replace the tip.
- Replacement tips can be found in the marker cases on the green bookshelf in the front of the lab.
- make sure that the tip clips into place when being inserted.

- Use the correct into the soak the reservoir inside of the barrel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct ink

- Usually takes around 20-25 drops.

- Reassemble the marker, put the cap on it, and stand the marker vertically on the cap for a couple minutes to allow ink to soak back into the tip.

- Test the marker to make sure that it works
```cpp
while (true) {
if (marker_works) {
return to_service;
}
else {
soak_tip_in_ink();
place_cap_down("5 minutes");
}
}
```

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stain clothes warning?

![markers.jpg](markers.jpg)
Loading