Inkjet Drop density β Throughput β Spread
Inkjet DTS is a minimal design model for understanding how print quality, throughput, and dot spread are causally coupled in inkjet printing systems.
| Language | GitHub Pages π | GitHub π» |
|---|---|---|
| πΊπΈ English |
This page presents a minimal educational model for understanding the fundamental trade-off in inkjet printing between:
- Print quality
- Printing speed
The model is intentionally simplified.
Its purpose is to clarify design causality, not to reproduce the behavior
of real printers or specific products.
This repository is organized to clearly separate theoretical modeling, simulation code, and visual outputs.
inkjet-dts/
ββ _config.yml
ββ index.md
ββ README.md
β
ββ _layouts/
β ββ default.html
β
ββ _includes/
β ββ head.html
β
ββ assets/
β ββ css/
β ββ style.css
β
ββ demo/
β ββ index.html
β ββ demo.js
β
ββ code/
β ββ main.py
β ββ model.py
β ββ render.py
β
ββ images/
ββ print_fast.png
ββ print_high_quality.png
ββ print_large_dot.png
ββ print_small_dot.png
code/contains a minimal but explicit Python model of inkjet trade-offsimages/visualizes how parameter choices affect dot spread and print quality- GitHub Pages is used to document the model, not to execute it
This separation keeps the system easy to understand, extend, and reuse for educational purposes.
Inkjet printing behavior can be reduced to three dominant axes:
-
D β Drop density
Number of ink drops per unit area
β governs graininess and perceived image quality -
T β Throughput
Ink ejection capability per unit time
β limits achievable printing speed -
S β Spread
Dot spread on the medium (inkβpaper interaction)
β determines sharpness versus bleeding
Most practical parameters
(dpi, passes, drop size, color count, nozzle count)
can be expressed as combinations of these three axes.
Lower drop density (FAST mode)
Higher drop density (HIGH QUALITY mode)
Small dot (sharper edges)
Large dot (increased bleeding)
Inkjet DTS (Drop Density β Throughput β Spread)
This interactive demo provides a conceptual visualization of the fundamental trade-off in inkjet printing:
- Drop Density (D) β number of ink droplets deposited per unit area
- Throughput (T) β printing speed / firing frequency
- Spread (S) β dot expansion caused by fluid dynamics and substrate interaction
By adjusting these three parameters, the demo illustrates how print quality and printing speed inherently compete with each other.
The visualization is based on a synthetic, educational model intended to build intuition β it does not represent measured data or a device-specific simulation.
π Launch Demo
- The images shown above are synthetic visualizations, not measured print data.
- They are designed to make qualitative differences immediately visible.
- Numerical accuracy and product-specific tuning are intentionally out of scope.
This project is intended to support:
- engineering education
- early-stage design discussions
- clear explanation of inkjet trade-offs
by keeping the model simple, executable, and visual.
| Item | License | Description |
|---|---|---|
| Source Code | MIT | Free to use, modify, redistribute |
| Text Materials | CC BY 4.0 / CC BY-SA 4.0 | Attribution & share-alike rules |
| Figures & Diagrams | CC BY-NC 4.0 | Non-commercial use |
| External References | Original license applies | Cite properly |
Suggestions, improvements, and discussions are welcome via GitHub Discussions.