
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 58 (100.0%) | 1144 (100.0%) | 19.7 |
| jmkasunich | 25 (43.1%) | 501 (43.8%) | 20.0 |
| rayh | 14 (24.1%) | 375 (32.8%) | 26.7 |
| alex_joni | 10 (17.2%) | 199 (17.4%) | 19.9 |
| cradek | 2 (3.4%) | 38 (3.3%) | 19.0 |
| swpadnos | 2 (3.4%) | 24 (2.1%) | 12.0 |
| jepler | 4 (6.9%) | 6 (0.5%) | 1.5 |
| rayhenry | 1 (1.7%) | 1 (0.1%) | 1.0 |
get rid of mentions of bridgeporttask and minimilltask
2 lines of code changed in:
fix the many other varfiles (UVW)
37 lines of code changed in:
mazak changes from CNC-workshop 2007
76 lines of code changed in:
mazak config changes - spindle, indexing, toolchange - now puts tools back in the right slots
148 lines of code changed in:
remove out-of-date comments
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:
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:
beautify configs as on the 2.1 branch
4 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
6 lines of code changed in:
replaced LINEAR_ & ANGULAR_UNITS settings with literals (mm, inch, degree). makes it a lot easier to read and follow
4 lines of code changed in:
[AXIS]CYCLE_TIME is no longer used
1 lines of code changed in:
use loadusr -W instead of sleep
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.
2 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:
fixed a sign problem, now the spindle turns the right direction ;-)
2 lines of code changed in:
toolchanger almost works... tool prep commands work (locate the proper tool), tool change works but must be initiated manually, and the old tool is not yet returned to the proper slot.
244 lines of code changed in:
misc ladder logic and HAL work - tool unclamp, feedhold, interlocking, spindle stuff
124 lines of code changed in:
(15 more)