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

Segmented symbols #37

Merged
merged 9 commits into from
Apr 25, 2023
Merged

Conversation

Knochi
Copy link
Contributor

@Knochi Knochi commented Apr 25, 2023

I created a module to generate 16-segment display style patterns. There is a wheel that contains all segments isolated and some common combinations.
Letters and numbers must be combined by pressing multiple segments without feeding the tape

@andreisperid andreisperid merged commit 9590605 into andreisperid:main Apr 25, 2023
@andreisperid
Copy link
Owner

That's interesting and that idea might lead to a braile press 💡

@Knochi
Copy link
Contributor Author

Knochi commented Apr 25, 2023

Haha yes Braille is the next I‘m looking at.
And I have an idea of a dot Matrix Implantation, but that would require quite high precision of the feeder mechanism.
What do you think is the precision and repeatability?

@Knochi Knochi deleted the SegmentedSymbols branch April 25, 2023 20:22
@andreisperid
Copy link
Owner

andreisperid commented Apr 26, 2023

I guess you might be wanting to use a 3 individual press vertical inline + feed for both advancing the horizontal lines and spaces, right? Instead of the daisy wheel?

Right now the biggest imprecisions on feeding are because of:
1 - this specific stepper motor isn't strong enough, eventually missing steps
2 - the tape occasionally slips, because the extruder gear doesn't fit tight on the stepper motor axis (even with the screw, it gets a bit eccentric

For a totally new design, I guess a NEMA for the feeder would be better. I was thinking about doing a different machine just for braille.

@Knochi
Copy link
Contributor Author

Knochi commented Apr 26, 2023

For Braille I think we can go with the current design.

I was thinking of printing a pixel matrix of 5x8 dots by having just columns of dots, single ones and common combinations.

@andreisperid andreisperid added this to the v2.0.0 milestone May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants