This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [user] | |
| name = Chow Loong Jin | |
| email = hyperair@debian.org | |
| signingkey = 0x588752A1 | |
| [alias] | |
| ci = commit# -uno | |
| co = checkout | |
| st = status | |
| praise = blame |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| m | |
| t | |
| w | |
| u | |
| tm | |
| tf | |
| tc | |
| ta | |
| tb | |
| tam |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| import sys | |
| import math | |
| import re | |
| import collections | |
| import os | |
| filament_diameter = 1.75; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; 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 |