Sakati84 / 3DPrintColorizer

Software & Hardware to do multi color printing with Sharpies
GNU General Public License v3.0
425 stars 56 forks source link

[Question / Feature Request] Drawing / Coloring on paper without hotend / heated bed #66

Open JMVS opened 2 years ago

JMVS commented 2 years ago

Great project! Just finished printing all the parts, installing, calibrating and doing a first test run on an Ender 3 v2. All seems to be working according to plan.

I would like to know if it is possible to use the system to just draw on paper without using the hotend nor the heated bed. I assume is possible by just using a single layer model, not using Extruder 1 and turning off hotend & bed temperatures and setting the fans off. I'm not really sure about the Z-Offset and maybe a Z-Hop when travelling?

I would like to hear from your thoughts about this.

Thanks again for this project!

JMVS commented 2 years ago

Alright first test drive with the butterfly went OK:

imagen (don't mind the circles, they were the very first try) Took really loooong time (about an hour) because the Extruder 1 (hotend) did all the paths first at initial layer speed. Also forgot to turn on Z-Hop for all extruders.

Second test went really well:

imagen imagen This took about 15 minutes as I manually deleted all the Extruder 1 (hotend) lines from G-Code. I've yet to figure out if this can be done automatically done by the post-processing plugin.

Color setup:

imagen

What I changed:

Profile:

PenColorized Post-Processing Plugin:

G-Code:

Test file (rename extension .gcode) CFFFP_Mariposa_rev2.txt (NOT for printing your printer values might differ and cause problems)

Here's the Illustrator file I used: Butterfly test.zip

Sakati84 commented 2 years ago

Very cool! I think I will add a "Draw only"-mode to the plugin in the future!

JMVS commented 2 years ago

What is very important is to make sure there's no extruder movement. In my tests I took out the filament just to be on the safe side, as moving the extruder (either way) with the hotend cold (and thus the filament) would be a bad idea.

Some other things I noticed for this to work perfectly:

I'm sending some other sample over cardboard (had to adjust Z-Offset): imagen

I can help with testing if needed. Thanks again for a great work!