🫧 CORAL🪸 ARTICULATED 🌊 TURTLE 🐢 Born from three months of technical sculpting and refinement, this articulated turtle carries a mesmerizing coral shell, unique flippers, and lifelike textures. Engineered to move with natural grace, it showcases the hidden beauty of gyroid patterns while remaining FDM-printable with almost no supports, a rare harmony of design, art, and technical mastery. 🌊 The Journey 🐢✨ The Coral Articulated Turtle was not born overnight, it was technically sculpted over months of persistence, trial, and discovery. It began with a vision. I had always wondered how to design articulations as fluid and natural as waves. But there was no ready-made tool or shortcut. What existed felt limiting, so I set out to build my own way, a path that would take me through months of testing, sculpting, and refining and creating various CAD software, custom algorithms, and hands-on sculpting into a process that was as much invention as it was cre...
Before making fun of my marker on the Heatblock, I was lazy Doing CNC branding. It was just for a demo pic.
Hellfire is named after the thought whether the not the heatblock will wreck hellfire.
The concept behind is simple, that is heating the filament equally from both sides vertically while traditionally the heater catridge are placed horizontally.
Hence achieving fast and constant filament melting and increased printing speed.
CONFIGURATION
It is wired paralled to existing heater port.
The feature can be enabled in marlin by
// control heater 0 and 1 in parallel.
//define HEATERS_PARALLEL
In config_adv
#if ENABLED (HEATERS_PARALLEL)
#DEFINE WRITE_HEATER_0(V)
{ WRITE_HEATER_0P(V); WRITE_HEATER_1(V); }
#ELSE
#DEFINE WRITE_HEATER_0_(V)
WRITE_HEATER_0P(V)
#ENDIF
Comments
Post a Comment