Recently Updated
Dec 3: Manufactory
Challenge
Today’s gift is ready to be manufactured, but Santa’s afraid that his factory won’t manage to do a production run before christmas. But perhaps you can create it yourself?
Solution
The file was a gcode file for a 3d printer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
; generated by Slic3r 1.2.9 on 2016-12-05 at 07:54:32
; external perimeters extrusion width = 0.50mm
; perimeters extrusion width = 0.72mm
; infill extrusion width = 0.72mm
; solid infill extrusion width = 0.72mm
; top infill extrusion width = 0.72mm
M107
M104 S200 ; set temperature
G28 ; home all axes
G1 Z5 F5000 ; lift nozzle
M109 S200 ; wait for temperature to be reached
G21 ; set units to millimeters
G90 ; use absolute coordinates
M82 ; use absolute distances for extrusion
...
We can view this online at gcode.ws
Flag
HV16-oY2d-2Ki7-JBDe-VVdg-X8bW