
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 26 (100.0%) | 174 (100.0%) | 6.6 |
| jepler | 12 (46.2%) | 72 (41.4%) | 6.0 |
| jmkasunich | 5 (19.2%) | 41 (23.6%) | 8.2 |
| cradek | 1 (3.8%) | 36 (20.7%) | 36.0 |
| alex_joni | 8 (30.8%) | 25 (14.4%) | 3.1 |
get rid of mentions of bridgeporttask and minimilltask
2 lines of code changed in:
fix the many other varfiles (UVW)
36 lines of code changed in:
replace linkpp with net. linkpp is obsolete
7 lines of code changed in:
change motmod insmod parameter from max_joints to num_joints
1 lines of code changed in:
Added max_joints insmod parameter for the motmod module.
Changed a couple of places in the motion controller to check only
up to EMCMOT_MAX_JOINTS(=max_joints), should improve speed a tiny bit.
This also helps to export only the needed number of joints from the motion controller.
HAL files use 'loadrt motmod .. max_joints=[TRAJ]AXES' for now
1 lines of code changed in:
fix ini names, otherwise multiple Desktop links are confusing
2 lines of code changed in:
get rid of double values for INPUT/OUTPUT_SCALE as they are not needed/used. HAL only takes one value, and emc doesn't read the seconds param
5 lines of code changed in:
ignore copied emc.nml
1 lines of code changed in:
beautify configs as on the 2.1 branch
3 lines of code changed in:
use common copy of emc.nml in sample configs
0 lines of code changed in:
oops, inverted wrong pin
1 lines of code changed in:
use pwmgen instead of freqgen
19 lines of code changed in:
changed all sample configs to use .comp type components instead of 'blocks', which is now deprecated. blocks will remain in the codebase until version 2.2 to allow users to convert their configs at their leisure
3 lines of code changed in:
replaced LINEAR_ & ANGULAR_UNITS settings with literals (mm, inch, degree). makes it a lot easier to read and follow
5 lines of code changed in:
[AXIS]CYCLE_TIME is no longer used
1 lines of code changed in:
changed sample configs so that threads are no longer created by drivers, use the 'threads' component instead
1 lines of code changed in:
turn kinematics into separate modules loadable with hal.
make tripodkins tunable with hal parameters.
add 'loadrt trivkins' to all sample configs (now required)
add new 'tripod' simulator configuration
2 lines of code changed in:
remove EMCSERVER from all the inis, this is started by default now
1 lines of code changed in:
describe etch-servo
0 lines of code changed in:
Changed all configs (ini files) to use nanoseconds instead of seconds for BASE_PERIOD, SERVO_PERIOD, and TRAJ_PERIOD, changed the run script so it doesn't load motmod, and change all the config's .hal files so they _do_ load motmod. This enables halcmd save to generate a file that can recreate the complete configuration.
36 lines of code changed in:
(1 more)