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
| //start | |
| //any questions or it isnt working? just contact me and i will try to help you :) | |
| //The argument you pass in throught the button needs to be a valid Group name in the grid | |
| //Idealy with only pistons in it. Like this you will only need this script only once per grid. | |
| //velo stands for the velocity of the piston. Needs to be positive. | |
| //for numbers that use an , put an f behind it. | |
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
| //any questions or it isnt working? just contact me and i will try to help you :) | |
| // The script parses arguments to control hinge limits and therefore control the hinges | |
| // the command ("increase" or "decrease"), optional group name, velocity, and step size. | |
| // For example, "increase MyHingeGroup 2 0.5" will increase the limit by 0.5 degrees for the specified group at 2 RPM. | |
| // If you place a button select the Programmabel Block and pass the argument. If that doesnt work for you just message me. | |
| // You only need to pass ("increase" or "decrease") just to make that clear. Be sure to set the default group name then tho. | |
| // Variables to edit |