
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 70 (100.0%) | 424 (100.0%) | 6.0 |
| alex_joni | 38 (54.3%) | 165 (38.9%) | 4.3 |
| cradek | 10 (14.3%) | 162 (38.2%) | 16.2 |
| jepler | 12 (17.1%) | 62 (14.6%) | 5.1 |
| jmkasunich | 9 (12.9%) | 34 (8.0%) | 3.7 |
| rayhenry | 1 (1.4%) | 1 (0.2%) | 1.0 |
make constraints match max since that's the testing platform
12 lines of code changed in:
get rid of mentions of bridgeporttask and minimilltask
8 lines of code changed in:
fix the many other varfiles (UVW)
34 lines of code changed in:
example configuration for pluto_step
23 lines of code changed in:
replace linkpp with net. linkpp is obsolete
9 lines of code changed in:
change default gui for stepper machines
5 lines of code changed in:
fix parport incantation (noticed by maddash)
6 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
21 lines of code changed in:
remove core_axis.hal
0 lines of code changed in:
remove outdated info
1 lines of code changed in:
fix location of tkemc/xemc help files
4 lines of code changed in:
beautify configs as on the 2.1 branch
18 lines of code changed in:
examples to answer the most common config questions
76 lines of code changed in:
proper unit for angles is 'degree', not 'degrees'
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
29 lines of code changed in:
[AXIS]CYCLE_TIME is no longer used
3 lines of code changed in:
typo
2 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:
silence CVS about core_axis.hal
1 lines of code changed in:
(16 more)