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
### DISCLAIMER | |
### This Makefile is for use with the 2014 Series-1 and arduino-mk. | |
### see instructions for installation and use at forum.typemachines.com | |
### For detailed explanations about all the avalaible options, | |
### please refer to https://github.com/sudar/Arduino-Makefile/blob/master/arduino-mk-vars.md | |
### PROJECT_DIR | |
### This is the path to where you have created/cloned your project | |
PROJECT_DIR =/home/ubuntu/marlin/Marlin |
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
### DISCLAIMER | |
### This is a config Makefile tailored to be used with the Type A Machines Series 1 2014 | |
### For detailed explanations about all the available options in the arduino.mk makefile, | |
### please refer to https://github.com/sudar/Arduino-Makefile/blob/master/arduino-mk-vars.md | |
### PROJECT_DIR | |
### This is the path to where you have created/cloned your project | |
PROJECT_DIR =/home/ubuntu/marlin/Marlin |
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
// hex shaped shell for building standoff guide out of loop-only print, no infill | |
// stl outputs from this openscad file work to create strong loop only objects | |
// port the no_of_loops and loop_width vars below into the slicer of choice (KISS was used for first test) | |
// and using hollow mode | |
// to do's | |
// figure out a way for solo-shell prints to have different inner and outer path shapes | |
// currently unused |
NewerOlder