Gloomhaven Jaws of the Lion Drink Inlay Coasters (single extruder) by schleprocker 3d model
3dmdb logo
Thingiverse
Gloomhaven Jaws of the Lion Drink Inlay Coasters (single extruder) by schleprocker

Gloomhaven Jaws of the Lion Drink Inlay Coasters (single extruder) by schleprocker

by Thingiverse
Last crawled date: 3 years, 1 month ago
Jaws of the Lion Inlay Drink Coaster (using single extruder)
This is not a plug and play print for beginners. You must know how to utilize expert features of Prusa slicer or be familiar with multicolor printing. This uses two files for printing the same object, the inlay is very thin (2 layers). Printing the inlay second minimizes the color changes. See order of printing below. .3mf file is included as an example of my settings.
For a finishing touch, cut self adhesive felt for the bottoms.
Achieve and inlay using 2 color extrusion with a single extrusion printer.
2 Files for each coaster: _infill.stl and .stl
The _infil.stl must be the second file in your slicer. (Using Prusa Slic3R)
The layer height must be 0.28mm with these files (if you've done this before, you can modify or create your own inlays). The inlay portion is two layers thick, any more than that and nozzle will begin bumping other color.
What happens:
Layer 1: First color begins printing (doesn't print inlay area). Grey color.
Layer 1: Color change alert via code scripts (use your own method or Prusa swap code below), swap your filament color.
Layer 1: Prints Black Inlay.
Layer 2: Prints black inlay only, color change alert via code scripts. change filament to first color
Layer 2: Prints Grey.
Layer...through finish: prints grey.
Bottom Layer: Hilbert Curve. (important for excellent surface finish!)
Infil: Gyroid
Top layer: Monotonic, rectilinear.
Tool change code script (expert custom g-code in printer settings) triggers on extruder selection in object window. Set printer for 2 extruders, change extruder for inlay to #2.:
NOTE: this code inserts at start of print also (annoying) requesting an initial color swap. Hit continue through it.
;Color change filament swap begin
M400;
M300 S294 P200 ;D4: 294. MUSICAL Tones as alert.
M300 S588 P200 ;D5: 588 MUSICAL Tones as alert.
M300 S440 P200 ;A4: 440 MUSICAL Tones as alert.
M300 S392 P200 ;G4: 392 MUSICAL Tones as alert.
M300 S784 P200 ;G5: 784 MUSICAL Tones as alert.
M300 S440 P200 ;A4: 440 MUSICAL Tones as alert.
M300 S740 P200 ;F#5: 740 MUSICAL Tones as alert.
M300 S440 P200 ;A4: 440 MUSICAL Tones as alert.
G1 X20 Y50;
G91 ; use relative coordinates
G1 Z 10.0 F3000 ; move Z 10mm up at 50mm/s
M0;
G1 Z -10.0 F3000 ; move Z 10mm down at 50mm/s
G90 ; absolute positioning
;color change filament swap end

Tags