The project started as a 1 meter Cartesian Cube. But for easy transportation around the house, I had to reduce the printer width to 83 cm from 1 meter. Printer details can be found below ; Max tested printing speed : 150mm/s Best results as of now : 75mm/s with 550 acceleration & 0.04 junction Deviation Printer dimensions : Length : 120 cm Width : 83 cm Height : 83 cm Current Print Dimension : 60 × 60 × 50 cm Print Dimension upgradable : 120*83*83 cm Endstops set to : 48x * 38y * 28z cm Firmware : Marlin 2.0.6.1 upgraded to 2.0.8.2 with SKR2 Steps per unit A4988 (100, 100, 2600, 95) DRV8825 (200, 200, 5200, 190) Iinear Advancement K = 0.22 Baud 250000 # printing Material (All metal) [PLA, ABS, Nylon, ASA, TPU etc] # 1.75mm filament # 100k ntc b 3950 Thermistor # 12v 40w heating cartridge # E3D V6 All Metal J-Head Hotend Extruder PID Tuning 195°c Kp : 41.88 Ki : 7.41 Kd : 59.18 185°c Kp : 42.65 Ki : 7.23 Kd : 62.90 # Fat Nema extreme Extrusio...
VIBGYOR COLOR MODEL
RGB contains of three channels (Red, Green, Blue) Each channel is an 8 bit number string.
A bit can consist of 2 values, (0 or 1).
where with 2 bits we can store 4 values
(00, 01, 10,11)
where 8 bit can store 256 values
ie; 2^n = 2^8 =256
where 0 is considered a value, hence 256-1 = 255
now with 3 channels of 256 values (shades), we can get a maximum color shades of 16777216 shades of colors.
ie; 256 * 256 * 256 = 16777216 color shades
But the human eyes cannot differentiate or perceive most of the Colors, unless you are a tetrachromat, where you are able to see upto 100 million colors when the average human would see under 10 million.
How many colors are in the world?
It is infinite, but the colors an average humans can see is estimated around 5-10 millions, depending on person.
A modern computer screen shows over 16 million hues of color to show a single image. There are LCD displays that can reproduce each RGB Channel in 10 bits giving 1.073 billion color shades. But Simply we cant differentiate much of the colors.
In 3d printing, Mixing just 3 colors like RGB to create all possible shades has limitations, using just 3 extruders to mix colors accurately and efficiently is practically impossible,
To overcome this issue, i designed VIBGYOR Color model, where we can use 7 different colors of a rainbow to create more complex gradients and shades efficiently in 3D printing.
With 7 colors mixed, we can create,
256 * 256 * 265 * 256 * 256 * 265 * 256 combinations.
which is 72057594037927936 colors
Yes that's insane!! but practically, we can bookmark our favourite combination of those values and 3D print with them without the need to change filament ever and we can create a random color code where the printer may surprise us with a cool looking print.
EXTRUDER RANDOM COLOR GENERATOR
A cool feature to add would be to have a color generator either as a slicer plugin or in the firmware.
Where the color codes can be randomly generated or selected based on the criteria users set. The result could be crappy or wonderful, which i think would be an awesome way to explore deep into the color concept.
Currently the project is in slow progress as many other projects are in development.
Comments
Post a Comment