๐Ÿ–จ Inkjet DTS

Inkjet Drop density โ€“ Throughput โ€“ Spread

Back to Portal (EN)

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 GitHub Pages EN GitHub Repo EN

๐Ÿงญ Overview

This page presents a minimal educational model for understanding the
fundamental trade-off in inkjet printing between:

The model is intentionally simplified.
Its purpose is to clarify design causality, not to reproduce the behavior
of real printers or specific products.


๐Ÿ—‚ Directory Structure

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

๐ŸŽฏ Design Intent

This separation keeps the system easy to understand, extend, and reuse
for educational purposes.


๐Ÿงฎ Dominant axes (Dโ€“Tโ€“S)

Inkjet printing behavior can be reduced to three dominant axes:

Most practical parameters
(dpi, passes, drop size, color count, nozzle count)
can be expressed as combinations of these three axes.


๐Ÿ–ผ Visualization examples

Graininess vs. quality

Lower drop density (FAST mode)

FAST

Higher drop density (HIGH QUALITY mode)

HIGH QUALITY


Dot spread effect

Small dot (sharper edges)

SMALL DOT

Large dot (increased bleeding)

LARGE DOT


โ–ถ Interactive Animation Demo

Inkjet DTS (Drop Density โ€“ Throughput โ€“ Spread)

This interactive demo provides a conceptual visualization of the
fundamental trade-off in inkjet printing:

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


๐Ÿ“ Notes


๐ŸŽ“ Purpose

This project is intended to support:

by keeping the model simple, executable, and visual.


๐Ÿ‘ค Author

๐Ÿ“Œ Item Details
Name Shinichi Samizo
Expertise Semiconductor devices (logic, memory, high-voltage mixed-signal)
Thin-film piezo actuators for inkjet systems
PrecisionCore printhead productization, BOM management, ISO training
GitHub GitHub

๐Ÿ“„ License

Hybrid License

๐Ÿ“Œ Item License Description
Source Code MIT License Free to use, modify, and redistribute
Text Materials CC BY 4.0 or CC BY-SA 4.0 Attribution required; share-alike applies for BY-SA
Figures & Diagrams CC BY-NC 4.0 Non-commercial use only
External References Follow the original license Cite the original source properly

๐Ÿ’ฌใ€€Feedback

Suggestions, improvements, and discussions are welcome via GitHub Discussions.

๐Ÿ’ฌ GitHub Discussions