So instead of randomly tweaking angle / pressure / springs / vibes / magic and hoping for the best, I started writing a small Python tool to actually measure what my embossing head is doing.
Current setup:
DIY embossing head, cutting polycarbonate (CDs). Yes, I know. Don’t judge me.
What I’m building:
- Generates a structured test suite (log sweeps, multitone, tones, silence)
I emboss that to disc
Playback gets recorded
Software analyzes:
Frequency response via deconvolution
Resonances
Level-dependent non-linearity
Basic wow estimation
Noise floor
Then it builds a pre-compensation curve based on what the system actually does
This is not “let’s EQ our way out of bad mechanics.”
The whole point is:
- Measure the real mechanical behavior
Fix what can be fixed physically (angle, mass, damping, downforce)
Only then apply pre-emphasis where it makes sense
I’m refining the measurement side now:
- Sweep deconvolution
Multi-level comparison to detect non-linearity
Automatic resonance detection
Repeatable calibration presets
The long-term goal is to make something genuinely useful — not just for me, but potentially a semi-professional calibration workflow for DIY heads.
If anyone here has:
- Experience measuring cutterhead response
Data on typical resonance zones in lightweight builds
Opinions on damping strategies
Or just wants to tell me I’m overengineering this…
More soon.