#emc-devel | Logs for 2008-08-16

Back
[02:29:32] <CIA-35> EMC: 03seb 07TRUNK * 10emc2/src/hal/drivers/mesa-hostmot2/ (ChangeLog hostmot2.h stepgen.c): stepgen fix for 5i20
[02:29:45] <cradek> woo
[02:31:02] <jepler> heh
[02:31:36] <jepler> ok so now that I've got this nice waveform display .. somebody should pick it up and attach it to halscope
[02:33:02] <jepler> more likely I should just re-write the part I want (display of integer values like < 00 >< 01 >< 02 >) and put it in halscope
[02:35:28] <cradek> hm, I know the feeling.
[04:47:35] <CIA-35> EMC: 03seb 07v2_2_branch * 10emc2/src/hal/drivers/mesa-hostmot2/ (ChangeLog hostmot2.h stepgen.c): Merge the 5i20 stepgen fix from TRUNK.
[11:43:49] <CIA-35> EMC: 03bigjohnt 07TRUNK * 10emc2/docs/src/gcode/mill_canned.lyx: added a few indexes etc.
[11:54:23] <CIA-35> EMC: 03bigjohnt 07TRUNK * 10emc2/docs/src/common/Linux_FAQ.lyx: add some tips for non linux users
[11:55:34] <BigJohnT> alex_joni: will there be any more 2.2.x releases?
[11:56:44] <CIA-35> EMC: 03bigjohnt 07TRUNK * 10emc2/docs/src/ (Master_Integrator.lyx Submakefile): added Linux FAQ section to help non linux users
[12:06:21] <BigJohnT> do you just have to add a .cvsignore file to a folder to stop this ? src/hal/drivers/mesa-hostmot2/.bitfile.o.cmd from showing up when you do a diff
[12:15:03] <CIA-35> EMC: 03bigjohnt 07TRUNK * 10emc2/docs/src/common/Linux_FAQ.lyx: removed stuttering
[12:33:09] <alex_joni> BigJohnT: yes and yes
[13:39:56] <alex_joni> BigJohnT: yes and yes
[15:24:11] <CIA-35> EMC: 03bigjohnt 07TRUNK * 10emc2/src/hal/drivers/mesa-hostmot2/.cvsignore: silence cvs, hope you don't mind seb
[20:18:37] <BigJohnT> cradek: MIN_OUTPUT is no longer used in the .ini [AXIS] section for servos?
[20:21:24] <jepler> BigJohnT: that's right. it's not used in emc itself and it's not used in the hal files of any sample configuration.
[20:21:56] <BigJohnT> Ok, it's gone :)
[20:22:20] <BigJohnT> and MAX_OUTPUT is applied symmetrically?
[20:22:54] <jepler> yes for all the drivers I am aware of
[20:23:03] <BigJohnT> ok thanks
[20:26:42] <CIA-35> EMC: 03bigjohnt 07TRUNK * 10emc2/docs/src/config/ini_config.lyx: removed MIN_OUTPUT no longer used
[20:28:03] <CIA-35> EMC: 03bigjohnt 07v2_2_branch * 10emc2/docs/src/config/ini_config.lyx: removed MIN_OUTPUT no longer used
[20:43:44] <CIA-35> EMC: 03jepler 07TRUNK * 10emc2/src/hal/utils/halrmt.c: fix uninitialized value warning
[20:43:56] <CIA-35> EMC: 03jepler 07TRUNK * 10emc2/src/emc/motion/ (emcmotcfg.h emcmotglb.c): get rid of some unused items
[20:52:26] <CIA-35> EMC: 03bigjohnt 07TRUNK * 10emc2/docs/src/gcode/main.lyx: moved G80 to after G76
[20:55:17] <CIA-35> EMC: 03jepler 07TRUNK * 10emc2/src/emc/nml_intf/ (emc.cc emc.hh emc_nml.hh): more unused stuff
[20:58:11] <BigJohnT> cleaning house jepler?
[20:59:49] <jepler> there's plenty that could be done
[21:00:14] <BigJohnT> :)
[21:03:48] <mozroute> hi jepler
[21:04:03] <mozroute> how would I use the idoubler.comp you made for me last week?
[21:06:02] <CIA-35> EMC: 03bigjohnt 07TRUNK * 10emc2/docs/src/gcode/main.lyx: move G73 ahead of G76
[22:00:46] <CIA-35> EMC: 03bigjohnt 07v2_2_branch * 10emc2/docs/src/gcode/main.lyx: moved G80 to after G76
[23:16:01] <CIA-35> EMC: 03bigjohnt 07v2_2_branch * 10emc2/src/hal/drivers/mesa-hostmot2/.cvsignore: quiet cvs
[23:25:06] <CIA-35> EMC: 03bigjohnt 07v2_2_branch * 10emc2/docs/man/man9/.cvsignore: add ilowpass
[23:37:15] <jepler> hm the stat buffer is supposed to have min and max soft limits but they are just zeros
[23:39:52] <jepler> oh -- that just indicates whether it's on a soft limit
[23:39:56] <jepler> not the extent of the soft limits
[23:50:19] <CIA-35> EMC: 03jepler 07TRUNK * 10emc2/src/emc/usr_intf/axis/scripts/axis.py: get soft limits from the status buffer instead of the inifile
[23:50:52] <CIA-35> EMC: 03jepler 07TRUNK * 10emc2/src/emc/usr_intf/axis/extensions/emcmodule.cc: expose to Python the methods to change the soft limits of axes (chris, here's your typewriter limits hook!)
[23:56:26] <CIA-35> EMC: 03jepler 07TRUNK * 10emc2/src/emc/usr_intf/axis/extensions/emcmodule.cc: all these should be static