Table of Contents

Kodak Portrait

Despite the name, it's 3d. Despite the vendor/label, it's surprisingly mod-friendly

Current status

General notes/instructions

profile(s) for slicer(s) (WIP)

PrusaSlicer

Very rudimentary working config. Still needs some adjustments. kodak.zip

There's a bed texture and shape included, but they don't get inlined into config; you'll need to set them yourself. Go to “Printer settings” → “General”, switch settings mode to expert, click “Set” next to bed shape, and load texture and model there.

When adding profiles for more filaments, you may want to lower the temperature from what you'd probably use on other printers, to compensate a bit for the poor part cooling of this printer.

Other slicers?

When configuring other slicers use this for “start g-code”:

PRINT_START T0_USED={ is_extruder_used[0] } T1_USED={ is_extruder_used[1] } T0_TARGET_TEMPERATURE={ first_layer_temperature[0] } T1_TARGET_TEMPERATURE={ first_layer_temperature[1] } BED_TEMPERATURE=[first_layer_bed_temperature]

The printer will handle everything on its own through this macro.

This for “tool change” (subject to change):

G1 Z{layer_z + 5} F5000

T{next_extruder} HOT=1 RETRACT=1

{if layer_num == 0 }
M109 T{next_extruder} S{first_layer_temperature[next_extruder]}
{else}
M109 T{next_extruder} S{temperature[next_extruder]}
{endif}

G1 Z{layer_z}

And this for finishing the print:

FINISH_PRINT

Adjust for macro expansion rules of your slicer. As far as I understand, re-creating these in cura-based slicers may not be trivial.

Hardware documentation

Raspberry PI

Nothing really surprising here

Smoothieboard

Almost all connected cables are labeled; motor connector labels are taken mostly from configuration file, as they were only labeled M{1..5}

Stock smoothieware config: https://code.hackerspace.pl/ar/kodak-portrait/src/branch/main/smoothie-stock/config

See also http://smoothieware.org/pinout

legend:

Config also references the two free endsop inputs as filament runout sensors, but neither sensors nor cables are present.

Power supply

Again, nothing really surprising here. Just a “Mean Well RSP-320-12” and a stepdown board providing 5V to rpi and smoothie

TODO

WIP

This section needs expansion. You can help by prodding my (ari) ADHD brain to do something with it, or pick an item from TODO list yourself.

DONE

This section needs expansion. You can help by prodding my (ari) ADHD brain to do something with it, or pick an item from TODO list yourself.

Preliminary findings

no longer relevant

these items referred to stock software/firmware, leaving them here for future reference for anyone from the wider internets stumbling upon this page

Resources

Many resources about the printer from, apparently, its actual vendor: https://exolicious.com

Plans

Would prefer to keep hardware mostly unmodified, except for following xD