Last active
February 9, 2017 04:31
-
-
Save aphex3k/33739935b61ae7887d22dbbfdbdb62e9 to your computer and use it in GitHub Desktop.
Tiko 3D printer advanced custom settings
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
{ | |
"infillPercent": 25.0, | |
"layerThickness": 0.2, | |
"temperature": 199.0, | |
"manualLevelEnabled": 0, | |
"autolevelOffset": 0, | |
"flowPercentage": 1, | |
"minLayerTime": 0, | |
"coastLength": 2.5, | |
"shells": 3, | |
"surfaceLayers": 4, | |
"wipeLength": 7, | |
"retractLift": 1.5, | |
"retractLength": 4.1, | |
"unretractLength": 3.9, | |
"retractSpeed": 15, | |
"unretractSpeed": 15, | |
"travelSpeed": 25, | |
"shellsInsideSpeed": 11, | |
"shellsMiddleSpeed": 10, | |
"shellsOuterSpeed": 7, | |
"infillSpeed": 8, | |
"raftGapHeight": 0.54 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment