July 24, 2019
Description
Amethyst Necklace (Steven Universe)
To print in two colors:
Open the gcode with Notepad++ and add command M600 between the last layer of the first color and the first layer of the second color.
For example, it'll initially look like this:
; END_LAYER_OBJECT z=2.20
; BEGIN_LAYER_OBJECT z=2.40
You have to change it to:
; END_LAYER_OBJECT z=2.20
M600
; BEGIN_LAYER_OBJECT z=2.40
The first color ends on layer 2.2mm and the final height is 3mm.
License:
Creative Commons - Attribution - Non-Commercial
286