Parametric Hieroglyphic Alphabet (high Resolution Bitmaps) 3D Printer Model

Author: @
License: CC BY
File formats: stl,scad,vbs,bat
Download type: zip
Size:598.5KB

The file 'Parametric Hieroglyphic Alphabet (high Resolution Bitmaps) 3D Printer Model' is (stl,scad,vbs,bat) file type, size is 598.5KB.

Summary

Parametric Hieroglyphic Alphabet.

With the openscad program "Hieroglyphics.scad" it is possible:

to draw parametric hieroglyphic texts by use of the function "drawText()"to draw a hieroglyphic text inside a cartouche by use of the function "drawTextInCartouche()"

samples:

drawText(["A","B","C",0); // text written from left to right
drawText(["A","B","C",1); // text written from top to bottom

drawTextInCartouche(["K","U","F","U"],0); // characters are laying on top of cartouche
drawTextInCartouche(["K","U","F","U"],1); // characters are carved inward

The program uses a 256x256 bitmap to define a single hieroglyphic character. The bitmaps have been generated using the vbscript "ConvertBMP.vbs". This script converts all the 256x256 (8 bits color) .bmp files into two openscad include files:
1) bitmap.scad (containing the textual bitmaps)
2) utils.scad (only containing a single function to calculate the character size)

If one wants to replace any of the bitmaps currently used by the scad file, the new textual bitmap can be generated using the vbscript.

Most important generic parameters:

pixelSize = 0.1; // determines the overall size of the characterpixelThickness = 2.0; // determines the thickness (z-direction) of the character
ABC.stl 1.9MB
bitmap.scad 3.3MB
ConvertBMP.vbs 3.6KB
Hieroglyphics.scad 3.1KB
KUFU_0.stl 3.4MB
KUFU_1.stl 3.5MB
run.bat 60.0B
utils.scad 43.0B