Search found 10 matches

by Spationaute
Fri May 27, 2022 11:29 pm
Forum: DM41X
Topic: Few attempt for 3D printed faceplate
Replies: 7
Views: 2161

Re: Few attempt for 3D printed faceplate

Yes, the code run with the https://openscad.org/ software. You can generate an STL, which is pretty common and easy to import in most 3D printing software. I split the face-plate in two because of the printer I use. You can modify the code to fits your need! The text can obviously be changed. If you...
by Spationaute
Tue May 17, 2022 1:20 am
Forum: DM41X
Topic: Few attempt for 3D printed faceplate
Replies: 7
Views: 2161

Few attempt for 3D printed faceplate

I made a few attempts to 3D print some faceplate for the DM41X/DM42. I have a bit of difficulty to get it thin enough, but it went close. The openSCAD code follow the picture. You can change the text you want to display. The "Function_key_text" are reversed. https://lh3.googleusercontent.c...
by Spationaute
Mon Nov 02, 2020 7:13 pm
Forum: Hardware issues
Topic: Faceplate peeling.
Replies: 7
Views: 4819

Re: Faceplate peeling.

Problem Solved with the support of the SwissMicros team!
by Spationaute
Thu Sep 24, 2020 10:27 pm
Forum: Hardware issues
Topic: Faceplate peeling.
Replies: 7
Views: 4819

Re: Faceplate peeling.

I just started having the same issue! Serial Number: 03329. The paint is starting to fall apart spot by spot, even if I am super cautious.
by Spationaute
Fri Jan 25, 2019 1:42 pm
Forum: Software Library
Topic: Small program to print all XTOA caracters on the printer
Replies: 7
Views: 5324

Re: Small program to print all XTOA caracters on the printer

I indeed forgot 0x00... I just assumed it was the NULL character!
by Spationaute
Fri Jan 25, 2019 2:31 am
Forum: Software Library
Topic: Small program to print all XTOA caracters on the printer
Replies: 7
Views: 5324

Re: Small program to print all XTOA caracters on the printer

Pauli's version with extended char:
Image
by Spationaute
Fri Jan 25, 2019 2:24 am
Forum: Software Library
Topic: Small program to print all XTOA caracters on the printer
Replies: 7
Views: 5324

Re: Small program to print all XTOA caracters on the printer

Hey, thanks Pauli! Here an updated version that print the extended characters, if you are lucky enough to have a HP82240 B ! It is a bit sad, it doesn't work with free42... You need your DM42 and the physical printer. Here the code: 00 { 217-Byte Prgm } 01▸LBL "CHAR" 02 CLA 03 27 04 XTOA 0...
by Spationaute
Thu Jan 10, 2019 3:46 pm
Forum: Software Library
Topic: Small program to print all XTOA caracters on the printer
Replies: 7
Views: 5324

Small program to print all XTOA caracters on the printer

Hi, I was curious to see what was the code for each caracters. So I did a small program that printe all of them. I had to put few exceptions for "non-printable" caraters... An (partial) image of the results is at the end of this post (I might send a video also). Here is the code: 00 { 176-...
by Spationaute
Thu Jan 10, 2019 2:24 am
Forum: Developer Forum
Topic: Want to try to implement few thing!
Replies: 0
Views: 5206

Want to try to implement few thing!

Hi, I just bought the DM42 and I'm having too much fun. I programmed few things, and now I'm looking at the code. I started working on an text reader to read back the "printer" text file. I want also to work on Import/Export of matrices and finally I want to implement a QR Code export func...