
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 35 (100.0%) | 152 (100.0%) | 4.3 |
| cradek | 10 (28.6%) | 90 (59.2%) | 9.0 |
| alex_joni | 13 (37.1%) | 32 (21.1%) | 2.4 |
| jmkasunich | 7 (20.0%) | 17 (11.2%) | 2.4 |
| jepler | 4 (11.4%) | 10 (6.6%) | 2.5 |
| rayhenry | 1 (2.9%) | 3 (2.0%) | 3.0 |
get rid of mentions of bridgeporttask and minimilltask
2 lines of code changed in:
fix the many other varfiles (UVW)
35 lines of code changed in:
replace linkpp with net. linkpp is obsolete
9 lines of code changed in:
change motmod insmod parameter from max_joints to num_joints
1 lines of code changed in:
move spindle from pin 9 (already used) to pin 1
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:
don't need to load scope_rt or halscope by default, they can now be loaded from the GUI menus
0 lines of code changed in:
don't display halscope by default
0 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
9 lines of code changed in:
remove core_axis.hal
0 lines of code changed in:
fix location of tkemc/xemc help files
2 lines of code changed in:
beautify configs as on the 2.1 branch
3 lines of code changed in:
fix up inifile for jogging speeds
5 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
2 lines of code changed in:
replaced LINEAR_ & ANGULAR_UNITS settings with literals (mm, inch, degree). makes it a lot easier to read and follow
3 lines of code changed in:
[AXIS]CYCLE_TIME is no longer used
1 lines of code changed in:
Moved spindle control into the motion controller.
Motion currently exports the same HAL pins that iocontrol
used to export. They are commanded using EMCMOT_* commands.
This is preparing work for further improvement
(like constant surface speed machining, etc).
All GUI's need to update and get spindle relevant
data from the motion stat not from IO. (e.g. emcStatus->motion.spindle.*)
Currently the only problem lies in iosh.cc, which used
to talk directly to the iocontroller, and has no idea about
motion status. For now that part is commented out, if we
decide that this is a good way to go, all IO can be part of
motion and iosh.cc can be slightly rewritten to use that.
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:
silence CVS about core_axis.hal
1 lines of code changed in:
(9 more)