Manual for using the Vevor vinyl cutter to create a T-shirt:
flowchart TD
subgraph get_materials[Get the materials]
get_vinyl[4.Get vinyl]
get_t_shirt[3.Get T-shirt]
end
subgraph prepare_software[One-time software setup]
install_inkcut[1.Install inkcut]
setup_inkcut[2.Setup inkcut]
end
subgraph prepare_machines[Prepare machines]
connect_cutter[Connect the vinyl cutter]
connect_heat_press[Connect the heat press]
setup_cutter[Setup the vinyl cutter]
setup_heat_press[Setup the heat press]
end
cut[Cut vinyl]
prepare_cut_vinyl[Prepare the cut vinyl]
transfer[Transfer vinyl to T-shirt]
done[Done!]
connect_cutter --> setup_cutter
connect_heat_press --> setup_heat_press
install_inkcut --> setup_inkcut
setup_inkcut --> cut
setup_cutter --> cut
get_vinyl --> setup_cutter
get_t_shirt --> setup_heat_press
setup_heat_press --> |15 minutes| transfer
cut --> prepare_cut_vinyl
prepare_cut_vinyl --> transfer
transfer --> done
Overview of the procedure
Filename | Thumbnail | Description |
---|---|---|
2024_logo_Complex_Black.svg | 2024 UMS logo, complex | |
2024_logo_Simple_Black.svg | 2024 UMS logo, simple | |
2024_logo_Lazy_Black.svg | 2024 UMS logo, lazy | |
UMS_logo_18.svg | 2014 UMS logo, complex | |
UMS_logo_18_no_letters.svg | 2014 UMS logo, simple | |
UMS_logo_18_lite.svg | 2014 UMS logo, lazy | |
R_written.svg | A handwritten character R |
|
timeseries_horizontal.svg | A timeseries | |
timeseries_vertical.svg | A timeseries | |
utusho.svg | Logo inspired by Utsuho Reiuji |
Filename | Descriptions |
---|---|
mlc_config.json | Configuration of the link checker, use markdown-link-check --config mlc_config.json --quiet docs/**/*.md to do link checking locally |
.spellcheck.yml | Configuration of the spell checker, use pyspelling -c .spellcheck.yml to do spellcheck locally |
.wordlist.txt | Whitelisted words for the spell checker, use pyspelling -c .spellcheck.yml to do spellcheck locally |
.markdownlint.jsonc | Configuration of the markdown linter, use markdownlint "**/*.md" to do markdown linting locally. The name of this file is a default name. |
.markdownlintignore | Files ignored by the markdown linter, use markdownlint "**/*.md" to do markdown linting locally. The name of this file is a default name. |