Last active
August 29, 2015 14:16
-
-
Save ril3y/87654bb43b2b67e92aac to your computer and use it in GitHub Desktop.
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
{ | |
"tinyg_settings": { | |
"version":1.0, | |
"last_update":2242015, | |
"setting_groups": [ | |
{ | |
"motor_group": [ | |
{ | |
"sn": "ma", | |
"ln": "map axis", | |
"complexity": "user", | |
"input_type": "multiple", | |
"valid_regex": null, | |
"hint": "Configures the axis to which this motor is connected.", | |
"url": "https://github.com/synthetos/TinyG/wiki/TinyG-Configuration-for-Firmware-Version-0.97#1ma---map-motor-to-axis", | |
"supported_platforms": [ | |
6, | |
7, | |
8, | |
9 | |
], | |
"value_map": [ | |
{ | |
"value_0": "x axis" | |
}, | |
{ | |
"value_1": "y axis" | |
}, | |
{ | |
"value_2": "z axis" | |
}, | |
{ | |
"value_3": "a axis" | |
} | |
] | |
}, | |
{ | |
"sn": "tr", | |
"ln": "travel per rev.", | |
"complexity": "user", | |
"input_type": "float", | |
"valid_regex": "^[0-9].{0,5}", | |
"hint": "TR needs to be set to the distance the mapped axis will move for one revolution of the motor. - e.g. if motor 1 is mapped to the X axis, then $1tr applies to the Xaxis. If the machine is in mm mode (G21) the TR value for XYZ axes should be entered in mm. If in inches mode (G20) XYZ should be entered in inches. ABC axes are always entered in degrees. ", | |
"url": "https://github.com/synthetos/TinyG/wiki/TinyG-Configuration-for-Firmware-Version-0.97#1tr---travel-per-revolution", | |
"supported_platforms": [ | |
6, | |
7, | |
8, | |
9 | |
] | |
}, | |
{ | |
"sn": "mi", | |
"ln": "micro steps", | |
"complexity": "user", | |
"input_type": "multiple", | |
"valid_regex": "", | |
"hint": "Configures the specified motor to use uC steps.", | |
"url": "https://github.com/synthetos/TinyG/wiki/TinyG-Configuration-for-Firmware-Version-0.97#1mi---microsteps", | |
"supported_platforms": [ | |
6, | |
7, | |
8, | |
9 | |
], | |
"value_map": [ | |
{ | |
"value_1": "No microsteps (whole steps)" | |
}, | |
{ | |
"value_2": "half stepping" | |
}, | |
{ | |
"value_4": "quarter stepping" | |
}, | |
{ | |
"value_8": "eighth stepping" | |
} | |
] | |
}, | |
{ | |
"sn": "po", | |
"ln": "motor polarity", | |
"complexity": "user", | |
"input_type": "multiple", | |
"valid_regex": "", | |
"hint": "Polarity sets which direction the motor will turn when presented with positive and negative Gcode coordinates. It's affected by how you wired the motors and by mechanical factors. Set polarity so the indicated axis travels in the correct orientation for your machine.", | |
"url": "https://github.com/synthetos/TinyG/wiki/TinyG-Configuration-for-Firmware-Version-0.97#1po---polarity", | |
"supported_platforms": [ | |
6, | |
7, | |
8, | |
9 | |
], | |
"value_map": [ | |
{ | |
"value_1": "normal polarity" | |
}, | |
{ | |
"value_2": "reverse polarity" | |
} | |
] | |
}, | |
{ | |
"sn": "pm", | |
"ln": "power management", | |
"complexity": "user", | |
"input_type": "multiple", | |
"valid_regex": "", | |
"hint": "Power management is used to keep the steppers on when you need them and turn them off when you don't.", | |
"url": "https://github.com/synthetos/TinyG/wiki/Power-Management", | |
"supported_platforms": [ | |
6, | |
7, | |
8, | |
9 | |
], | |
"value_map": [ | |
{ | |
"value_0": "disabled" | |
}, | |
{ | |
"value_1": "always powered" | |
}, | |
{ | |
"value_2": "powered during machining cycle" | |
}, | |
{ | |
"value_3": "enabled while moving" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"axes_group": [] | |
}, | |
{ | |
"system_group": [] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment