
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 45 (100.0%) | 458 (100.0%) | 10.1 |
| petev | 8 (17.8%) | 189 (41.3%) | 23.6 |
| alex_joni | 12 (26.7%) | 116 (25.3%) | 9.6 |
| jmkasunich | 10 (22.2%) | 45 (9.8%) | 4.5 |
| rayhenry | 6 (13.3%) | 44 (9.6%) | 7.3 |
| cradek | 1 (2.2%) | 34 (7.4%) | 34.0 |
| rayh | 3 (6.7%) | 15 (3.3%) | 5.0 |
| jepler | 3 (6.7%) | 9 (2.0%) | 3.0 |
| swpadnos | 2 (4.4%) | 6 (1.3%) | 3.0 |
fix the many other varfiles (UVW)
34 lines of code changed in:
update sample 5i20 config to support index pulses
4 lines of code changed in:
merge from v2_1_branch: fix some misleading comments about how to use these hal files. for pid tuning, use halrun. classicladder files are generally loaded from inis.
5 lines of code changed in:
replace linkpp with net. linkpp is obsolete
3 lines of code changed in:
remove out-of-date comments
3 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
7 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:
remove references to spindle-incr-speed and spindle-decr-speed
0 lines of code changed in:
beautify configs as on the 2.1 branch
3 lines of code changed in:
comment out spindle speed up and down
6 lines of code changed in:
some time ago, the pin index-pulse-in was renamed to index-enable. Update the sample configuration files to reflect this
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
3 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
4 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.
5 lines of code changed in:
silence CVS about core_axis.hal
1 lines of code changed in:
change m5i20 sample config so it doesn't use index pulses - that is under construction right now
11 lines of code changed in:
comment out encoder index
4 lines of code changed in:
(14 more)