
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 46 (100.0%) | 980 (100.0%) | 21.3 |
| alex_joni | 42 (91.3%) | 942 (96.1%) | 22.4 |
| cradek | 1 (2.2%) | 34 (3.5%) | 34.0 |
| jepler | 3 (6.5%) | 4 (0.4%) | 1.3 |
get rid of mentions of bridgeporttask and minimilltask
2 lines of code changed in:
fix the many other varfiles (UVW)
34 lines of code changed in:
replace linkpp with net. linkpp is obsolete
83 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:
beautify configs as on the 2.1 branch
4 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:
Fixed bug #1384883 - optional stop is not optional
A new NML message was added (EMC_TASK_PLAN_SET_OPTIONAL_STOP).
The default value is On (any M1 will pause) to match previous behaviour.
The command to change the value may be sent at any time,
even during a program run.
Canon has 2 new functions: SET_OPTIONAL_STOP and GET_OPTIONAL_STOP,
the later is used for status.
The first one is called by emctask.cc upon receiving a proper message.
Halui now has 3 pins for optional stop (on, off, is-on)
43 lines of code changed in:
added hooks to allow setting of a Spindle Speed override from the GUI's. This means a new NML message, support in task, which sends it to the motion controller through taskintf.cc, support in the motion controller for it. halui currently can set the spindle_speed_override, so does emcsh. Adding a slider in the other GUI's should be next.
24 lines of code changed in:
feed-override increase/decrease
16 lines of code changed in:
jogging stuff
46 lines of code changed in:
new "component ready" flag for userspace components, and hal_ready() api to set it.
call hal_ready from at least some userspace components
halcmd 'loadusr -W [-n compname]' waits for this flag to be ready, and can replace wait-for-pin
new 'unloadusr' command uses the pid field to send SIGTERM to userspace components
bump hal_priv version number
1 lines of code changed in:
rework of the vcp, added a few more buttons and leds
459 lines of code changed in:
use some of the latest halui pins (spindle stats & brake)
46 lines of code changed in:
added spindle command example
48 lines of code changed in:
load_halvcp.sh no longer needed, halvcp & halui run perfectly from the runscript now(hint: bug #1507848 has been fixed to allow this)
0 lines of code changed in:
sleep less, and debug less, now halvcp & halui start from the runscript, and set up all the links using only hal files. fixes bug #1507848
5 lines of code changed in:
(6 more)