(work in progress blog) I want to tell my experience and story about the creation of MELS 3D LABS Articulated Seahorse. Of all the Articulated designs, this has a unique story and place among them all. Early 2024, i was researching for an articulation no other designer has ever made. It should be an interesting creature as well, my research led me to seahorse, a beautiful creation of nature. THE SCULPTING My sculpting workflow evolved over the years, a systematic, hence its time consuming but foolproof approach to perfection. Typically i sculpt 2-3 days straight, mostly skipping breakfast as i get hyper obsessive. The sculpting path : Typically i could create a link and the body section, where then i can duplicate it, then scale it down and keep duplicating it up to the tail. That would save a lot of time and effort. But for the seahorse, This wasn’t the case. The body is curved, hence even after duplicating, each link has to be precisely sculpted to preserve th...
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