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 Mon Jul 13 11:20:39 2015 | |
| avoid_crossing_perimeters = 0 | |
| bed_shape = 109.397x11.4981,107.596x22.8703,104.616x33.9919,100.49x44.741,95.2628x55,88.9919x64.6564,81.7459x73.6044,73.6044x81.7459,64.6564x88.9919,55x95.2628,44.741x100.49,33.9919x104.616,22.8703x107.596,11.4981x109.397,0x110,-11.4981x109.397,-22.8703x107.596,-33.9919x104.616,-44.741x100.49,-55x95.2628,-64.6564x88.9919,-73.6044x81.7459,-81.7459x73.6044,-88.9919x64.6564,-95.2628x55,-100.49x44.741,-104.616x33.9919,-107.596x22.8703,-109.397x11.4981,-110x0,-109.397x-11.4981,-107.596x-22.8703,-104.616x-33.9919,-100.49x-44.741,-95.2628x-55,-88.9919x-64.6564,-81.7459x-73.6044,-73.6044x-81.7459,-64.6564x-88.9919,-55x-95.2628,-44.741x-100.49,-33.9919x-104.616,-22.8703x-107.596,-11.4981x-109.397,0x-110,11.4981x-109.397,22.8703x-107.596,33.9919x-104.616,44.741x-100.49,55x-95.2628,64.6564x-88.9919,73.6044x-81.7459,81.7459x-73.6044,88.9919x-64.6564,95.2628x-55,100.49x-44.741,104.616x-33.9919,107.596x-22.8703,109.397x-11.4981,110x0 | |
| bed_ |
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
| hyperair@thinkpwn:~/src/3d-print% cat test.scad | |
| module test1 () | |
| { | |
| foo = "a"; | |
| } | |
| module test2 () | |
| { | |
| test1 (); | |
| echo (foo); |
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
| avoid_crossing_perimeters = 1 | |
| bed_shape = 109.397x11.4981,107.596x22.8703,104.616x33.9919,100.49x44.741,95.2628x55,88.9919x64.6564,81.7459x73.6044,73.6044x81.7459,64.6564x88.9919,55x95.2628,44.741x100.49,33.9919x104.616,22.8703x107.596,11.4981x109.397,0x110,-11.4981x109.397,-22.8703x107.596,-33.9919x104.616,-44.741x100.49,-55x95.2628,-64.6564x88.9919,-73.6044x81.7459,-81.7459x73.6044,-88.9919x64.6564,-95.2628x55,-100.49x44.741,-104.616x33.9919,-107.596x22.8703,-109.397x11.4981,-110x0,-109.397x-11.4981,-107.596x-22.8703,-104.616x-33.9919,-100.49x-44.741,-95.2628x-55,-88.9919x-64.6564,-81.7459x-73.6044,-73.6044x-81.7459,-64.6564x-88.9919,-55x-95.2628,-44.741x-100.49,-33.9919x-104.616,-22.8703x-107.596,-11.4981x-109.397,0x-110,11.4981x-109.397,22.8703x-107.596,33.9919x-104.616,44.741x-100.49,55x-95.2628,64.6564x-88.9919,73.6044x-81.7459,81.7459x-73.6044,88.9919x-64.6564,95.2628x-55,100.49x-44.741,104.616x-33.9919,107.596x-22.8703,109.397x-11.4981,110x0 | |
| bed_temperature = 75 | |
| before_layer_gcode = | |
| bridge_accelerati |
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-04 at 14:55:33 | |
| ; external perimeters extrusion width = 0.40mm | |
| ; perimeters extrusion width = 0.50mm | |
| ; infill extrusion width = 0.60mm | |
| ; solid infill extrusion width = 0.50mm | |
| ; top infill extrusion width = 0.40mm | |
| ; support material extrusion width = 0.50mm | |
| 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
| #!/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
| include <MCAD/units/metric.scad> | |
| module teardrop (r, h, stretch = 1.5) | |
| { | |
| linear_extrude (height = h) | |
| hull () { | |
| circle (r = r); | |
| translate ([r * stretch, 0, 0]) | |
| circle (r = epsilon); |
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-11 at 03:43:34 | |
| ; 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 |
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-12 at 22:02:02 | |
| ; external perimeters extrusion width = 0.40mm | |
| ; perimeters extrusion width = 0.45mm | |
| ; infill extrusion width = 0.60mm | |
| ; solid infill extrusion width = 0.60mm | |
| ; top infill extrusion width = 0.40mm | |
| ; support material extrusion width = 0.60mm | |
| M107 ; disable fan |
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 |
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; |