Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
3d:tiko [2017/01/09 18:29] – [Headline] photonicsguy | 3d:tiko [2017/03/20 14:45] (current) – photonicsguy | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ~~NOTOC~~ | ||
====== Tiko ====== | ====== Tiko ====== | ||
+ | I was fortunate enough to receive my Tiko for Christmas from batch #1. Starting on Christmas day I printed a bunch of owls, a benchy, and some other ornaments as well as the Tiko demo print. | ||
+ | [[https:// | ||
+ | ====== Things I've designed ====== | ||
- | ===== Notes ===== | + | * [[https://www.thingiverse.com/Photonicsguy/about|Thingiverse]] |
- | Cancel Tiko print job: <code bash> | + | * [[https://www.thingiverse.com/thing: |
- | Sending Tiko gcode: <code bash> | + | * Top hat (for a failed owl print) |
- | Turn off white LEDs: <code bash>curl -X PUT "http:// | + | * Camera mount - in progress |
- | Reboot printer: | + | * |
- | GCODE download((This seems to cause the Tiko to reboot for larger gcode files, around 7MB.)): <code bash> | + | ====== Linux Shortcuts ====== |
+ | Switch to Tiko network: <code bash>alias tiko=' | ||
+ | Run <code bash>alias tiko=' | ||
- | ==== Manually set temperature ==== | ||
+ | |||
+ | ====== Notes ====== | ||
+ | |Cancel Tiko print job|< | ||
+ | |Sending Tiko gcode|< | ||
+ | |Turn off white LEDs|< | ||
+ | |Reboot printer|< | ||
+ | |GCODE download((This seems to cause the Tiko to reboot for larger gcode files, around 7MB.))|< | ||
+ | |||
+ | ====== Temperature readings ====== | ||
Maximum temperature((FW: | Maximum temperature((FW: | ||
- | Red LED is connected to the heater | + | ===== Method ===== |
+ | |||
+ | A Type-K thermocouple was attached to the side of the heater and wrapped with several turns of Teflon plumbers tape to attach the thermocouple without risking melted tape or adhesive on the hotend. | ||
+ | |||
+ | One consideration of using an IR thermometer is that the thermal emissivity of titanium will cause the IR thermometer to read low. Though this may not be a problem with plastic stuck on the nozzle or by taking the reading from the ceramic heater. | ||
+ | ===== Observations ===== | ||
+ | Red LED is connected to the heater | ||
+ | {{ : | ||
^Setpoint^Tmeasured(°C)^ΔT^ | ^Setpoint^Tmeasured(°C)^ΔT^ | ||
|100|100|0| | |100|100|0| | ||
|110|109|-1| | |110|109|-1| | ||
- | |120|118|-2| | + | |120|118|-2|h |
|130|127|-3| | |130|127|-3| | ||
|140|136|-4| | |140|136|-4| | ||
Line 49: | Line 70: | ||
|300|269|-31| | |300|269|-31| | ||
- | ===== Things I've made ===== | + | ===== Firmware |
- | * [[https:// | + | ===== GCODE ===== |
- | * [[https:// | + | |
- | * Camera mount - in progress | + | |
- | * | + | |
- | ==== Software | + | |
- | + | ||
- | * [[http:// | + | |
- | * [[https:// | + | |
- | * [[http:// | + | |
- | * [[http:// | + | |
- | * | + | |
- | * https:// | + | |
- | * [[http:// | + | |
- | * [[https:// | + | |
- | ==== GCODE ==== | + | |
^TIKO^GCODE^Explanation^Proof/ | ^TIKO^GCODE^Explanation^Proof/ | ||
|Yes|G28|Home|na| | |Yes|G28|Home|na| | ||
Line 85: | Line 92: | ||
|No|G20|Set Units to Inches|| | |No|G20|Set Units to Inches|| | ||
|No|G91|Relative mode ignored|| | |No|G91|Relative mode ignored|| | ||
- | |Yes|G92 E0|Reset Extrusion distance (Firmware understands but WIT will not render the preview correctly((Cannot reset X, Y, or Z))|{{: | + | |Yes|G92 E0|Reset Extrusion distance (Firmware understands but WIT((TIKO Web Interface)) |
|No|M114|Get Current Position|| | |No|M114|Get Current Position|| | ||
|No|M105|Get Extruder Temperature|| | |No|M105|Get Extruder Temperature|| | ||
+ | ====== Software ====== | ||
+ | * [[http:// | ||
+ | * [[https:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * Inkscape | ||
+ | * [[https:// | ||
+ | * [[http:// | ||
+ | * [[https:// |