Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
; generated by Slic3r 1.3.0-dev on 2016-06-11 at 18:37:51
; external perimeters extrusion width = 0.40mm
; perimeters extrusion width = 0.40mm
; infill extrusion width = 0.80mm
; solid infill extrusion width = 0.40mm
; top infill extrusion width = 0.40mm
; support material extrusion width = 0.40mm
M107 ; disable fan
// General Settings //
// Hostname for server.
hostname hackerspace.sg
sv_password hackerspace
sv_downloadurl "https://dl.dropboxusercontent.com/u/169656/tf2/"
// Overrides the max players reported to prospective clients
sv_visiblemaxplayers 24
// General Settings //
// Hostname for server.
hostname hackerspace.sg
sv_password hackerspace
sv_downloadurl "https://dl.dropboxusercontent.com/u/169656/tf2/"
// Overrides the max players reported to prospective clients
sv_visiblemaxplayers 24
[user]
name = Chow Loong Jin
email = hyperair@debian.org
signingkey = 0x588752A1
[alias]
ci = commit# -uno
co = checkout
st = status
praise = blame
@hyperair
hyperair / -
Created September 27, 2015 09:36
m
t
w
u
tm
tf
tc
ta
tb
tam
@hyperair
hyperair / -
Created September 5, 2015 19:28
Recv: ok C: X:0.000 Y:0.000 Z:0.250 A:196.670 B:196.670 C:196.670 E:0.000
Send: G92 X119.78 Y113 Z0.25 E0
Send: M114
Recv: ok C: X:119.780 Y:113.000 Z:0.250 A:0.000 B:150.170 C:194.690 E:0.000
This file has been truncated, but you can view the full file.
M190 S75 ; set bed temp
M104 S220 ; set temperature
G28 ; home
M109 S220 ; wait for first layer temperature
G28 ; home again just in case motors turned off
;LAYER:0
M107
G1 F18000 X0 Y0 Z0.25
G92 X119.78 Y113 Z0.25 E0
#!/usr/bin/python
import sys
import math
import re
import collections
import os
filament_diameter = 1.75;
#!/usr/bin/python
import sys
import math
import re
import collections
import os
filament_diameter = 1.75;
This file has been truncated, but you can view the full file.
; generated by Slic3r 1.2.9 on 2015-08-14 at 23:59:19
; external perimeters extrusion width = 0.40mm
; perimeters extrusion width = 0.40mm
; infill extrusion width = 0.60mm
; solid infill extrusion width = 0.40mm
; top infill extrusion width = 0.40mm
; support material extrusion width = 0.40mm
M107 ; disable fan