linuxcnc blogs

August 19, 2008

Commit Log

Release 0.8.

Commit by seb on TRUNK :: emc2/src/hal/drivers/mesa-hostmot2/ (ChangeLog hostmot2.h):
Release 0.8.

August 19, 2008 06:46

This changes stepgen timing parameters from "float seconds" to "u32...

Commit by seb on TRUNK :: emc2/src/hal/drivers/mesa-hostmot2/ (hostmot2.h stepgen.c):
This changes stepgen timing parameters from "float seconds" to "u32 nanoseconds".

NOTE: This will break existing configs that change the stepgen timing registers!

August 19, 2008 06:43

This changes stepgen timing parameters from "float seconds" to "u32...

Commit by seb on TRUNK :: emc2/docs/man/man9/hostmot2.9:
This changes stepgen timing parameters from "float seconds" to "u32 nanoseconds".

NOTE: This will break existing configs that change the stepgen timing registers!

August 19, 2008 06:43

This changes stepgen timing parameters from "float seconds" to "u32...

Commit by seb on TRUNK :: emc2/configs/hostmot2/ (hm2-2-boards.hal hm2.hal):
This changes stepgen timing parameters from "float seconds" to "u32 nanoseconds".

NOTE: This will break existing configs that change the stepgen timing registers!

August 19, 2008 06:43

This adds an "enable" pin to the hm2 stepgen.

Commit by seb on TRUNK :: emc2/src/hal/drivers/mesa-hostmot2/ (TODO hostmot2.h stepgen.c):
This adds an "enable" pin to the hm2 stepgen.

August 19, 2008 06:38

This adds an "enable" pin to the hm2 stepgen.

Commit by seb on TRUNK :: emc2/docs/man/man9/hostmot2.9:
This adds an "enable" pin to the hm2 stepgen.

August 19, 2008 06:38

note items fixed

Commit by jepler on v2_2_branch :: emc2/debian/changelog:
note items fixed

August 19, 2008 02:30

from branch: doc improvements

Commit by jepler on TRUNK :: emc2/docs/src/hal/comp.lyx:
from branch: doc improvements

August 19, 2008 02:29

some doc improvements prompted by irc discussion

Commit by jepler on v2_2_branch :: emc2/docs/src/hal/comp.lyx:
some doc improvements prompted by irc discussion

August 19, 2008 02:29

from branch: fix bug with 'variable double output[8];' generating bad C code

Commit by jepler on TRUNK :: emc2/src/hal/utils/comp.g:
from branch: fix bug with 'variable double output[8];' generating bad C code

August 19, 2008 02:20

fix bug with 'variable double output[8];' generating bad C code

Commit by jepler on v2_2_branch :: emc2/src/hal/utils/comp.g:
fix bug with 'variable double output[8];' generating bad C code

August 19, 2008 02:19

August 18, 2008

Commit Log

rudumentary reader for .obj 3d meshes

Commit by jepler on TRUNK :: emc2/lib/python/vismach.py:
rudumentary reader for .obj 3d meshes

August 18, 2008 16:13

adding menu desc

Commit by bigjohnt on TRUNK :: emc2/docs/src/gui/axis.lyx:
adding menu desc

August 18, 2008 11:56

index cleanup

Commit by bigjohnt on TRUNK :: emc2/docs/src/gcode/main.lyx:
index cleanup

August 18, 2008 11:40

get rid of more unused stuff in nml

Commit by jepler on TRUNK :: emc2/src/emc/nml_intf/ (emc.cc emc.hh emc_nml.hh emcops.cc):
get rid of more unused stuff in nml

August 18, 2008 01:11

get rid of more unused stuff in nml

Commit by jepler on TRUNK :: emc2/src/emc/usr_intf/axis/extensions/emcmodule.cc:
get rid of more unused stuff in nml

August 18, 2008 01:11

get rid of more unused stuff in nml

Commit by jepler on TRUNK :: emc2/src/emc/usr_intf/ (emcsh.cc shcom.cc xemc.cc):
get rid of more unused stuff in nml

August 18, 2008 01:11

get rid of more unused stuff in nml

Commit by jepler on TRUNK :: emc2/src/emc/task/emctaskmain.cc:
get rid of more unused stuff in nml

August 18, 2008 01:11

August 17, 2008

Commit Log

add tool bar icons

Commit by bigjohnt on v2_2_branch :: emc2/docs/src/gui/axis.lyx:
add tool bar icons

August 17, 2008 20:48

add tool bar icons

Commit by bigjohnt on v2_2_branch :: emc2/docs/src/gui/images/ (17 files):
add tool bar icons

August 17, 2008 20:47

adding menu items

Commit by bigjohnt on TRUNK :: emc2/docs/src/gui/axis.lyx:
adding menu items

August 17, 2008 14:34

add Servo to screen title

Commit by bigjohnt on v2_2_branch :: emc2/tcl/bin/emccalib.tcl:
add Servo to screen title

August 17, 2008 14:29

add Servo to screen title

Commit by bigjohnt on TRUNK :: emc2/tcl/bin/emccalib.tcl:
add Servo to screen title

August 17, 2008 14:20

add images to the toolbar section

Commit by bigjohnt on TRUNK :: emc2/docs/src/gui/images/ (16 files):
add images to the toolbar section

August 17, 2008 12:37

add images to the toolbar section

Commit by bigjohnt on TRUNK :: emc2/docs/src/gui/images/tool_estop.gif:
add images to the toolbar section

August 17, 2008 12:32

Give HAL interfaces to all IO pins, not just the full GPIOs. IO pins used by...

Commit by seb on TRUNK :: emc2/src/hal/drivers/mesa-hostmot2/ (8 files):
Give HAL interfaces to all IO pins, not just the full GPIOs. IO pins
used by active module instances have restricted interfaces.

Improved IO Port handling. Support open-drain pins.

Updated README to reflect reality.

Report firmware timestamp when loading.

Improved config string parsing.

August 17, 2008 07:36

Give HAL interfaces to all IO pins, not just the full GPIOs. IO pins used by...

Commit by seb on TRUNK :: emc2/docs/man/man9/hostmot2.9:
Give HAL interfaces to all IO pins, not just the full GPIOs. IO pins
used by active module instances have restricted interfaces.

Improved IO Port handling. Support open-drain pins.

Updated README to reflect reality.

Report firmware timestamp when loading.

Improved config string parsing.

August 17, 2008 07:36

August 16, 2008

Commit Log

all these should be static

Commit by jepler on TRUNK :: emc2/src/emc/usr_intf/axis/extensions/emcmodule.cc:
all these should be static

August 16, 2008 23:56

expose to Python the methods to change the soft limits of axes (chris, here's...

Commit by jepler on TRUNK :: emc2/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!)

August 16, 2008 23:50

get soft limits from the status buffer instead of the inifile

Commit by jepler on TRUNK :: emc2/src/emc/usr_intf/axis/scripts/axis.py:
get soft limits from the status buffer instead of the inifile

August 16, 2008 23:50

add ilowpass

Commit by bigjohnt on v2_2_branch :: emc2/docs/man/man9/.cvsignore:
add ilowpass

August 16, 2008 23:24

quiet cvs

Commit by bigjohnt on v2_2_branch :: emc2/src/hal/drivers/mesa-hostmot2/.cvsignore:
quiet cvs

August 16, 2008 23:15

AXIS: EMC2 Blog

Zenbot with Wolfgang Engineering "TB" Spindle

I bought the Wolfgang Engineering Triple Bearing spindle off ebay. The seller, Richard Stethem, apparently custom builds each one. The customized spindle mount was exactly to my specifications and mounted on the Zenbot without fuss. Having milled one tiny board on it, I have to say that the difference between this and the Dremel 300 is night and day, with the TB Spindle playing the part of Day.

August 16, 2008 22:53

Commit Log

moved G80 to after G76

Commit by bigjohnt on v2_2_branch :: emc2/docs/src/gcode/main.lyx:
moved G80 to after G76

August 16, 2008 22:00

move G73 ahead of G76

Commit by bigjohnt on TRUNK :: emc2/docs/src/gcode/main.lyx:
move G73 ahead of G76

August 16, 2008 21:05

more unused stuff

Commit by jepler on TRUNK :: emc2/src/emc/nml_intf/ (emc.cc emc.hh emc_nml.hh):
more unused stuff

August 16, 2008 20:55

moved G80 to after G76

Commit by bigjohnt on TRUNK :: emc2/docs/src/gcode/main.lyx:
moved G80 to after G76

August 16, 2008 20:52

get rid of some unused items

Commit by jepler on TRUNK :: emc2/src/emc/motion/ (emcmotcfg.h emcmotglb.c):
get rid of some unused items

August 16, 2008 20:43

fix uninitialized value warning

Commit by jepler on TRUNK :: emc2/src/hal/utils/halrmt.c:
fix uninitialized value warning

August 16, 2008 20:43

removed MIN_OUTPUT no longer used

Commit by bigjohnt on v2_2_branch :: emc2/docs/src/config/ini_config.lyx:
removed MIN_OUTPUT no longer used

August 16, 2008 20:27

removed MIN_OUTPUT no longer used

Commit by bigjohnt on TRUNK :: emc2/docs/src/config/ini_config.lyx:
removed MIN_OUTPUT no longer used

August 16, 2008 20:26

silence cvs, hope you don't mind seb

Commit by bigjohnt on TRUNK :: emc2/src/hal/drivers/mesa-hostmot2/.cvsignore:
silence cvs, hope you don't mind seb

August 16, 2008 15:24

removed stuttering

Commit by bigjohnt on TRUNK :: emc2/docs/src/common/Linux_FAQ.lyx:
removed stuttering

August 16, 2008 12:14

added Linux FAQ section to help non linux users

Commit by bigjohnt on TRUNK :: emc2/docs/src/ (Master_Integrator.lyx Submakefile):
added Linux FAQ section to help non linux users

August 16, 2008 11:56

add some tips for non linux users

Commit by bigjohnt on TRUNK :: emc2/docs/src/common/Linux_FAQ.lyx:
add some tips for non linux users

August 16, 2008 11:54

added a few indexes etc.

Commit by bigjohnt on TRUNK :: emc2/docs/src/gcode/mill_canned.lyx:
added a few indexes etc.

August 16, 2008 11:43

Merge the 5i20 stepgen fix from TRUNK.

Commit by seb on v2_2_branch :: emc2/src/hal/drivers/mesa-hostmot2/ (ChangeLog hostmot2.h stepgen.c):
Merge the 5i20 stepgen fix from TRUNK.

August 16, 2008 04:47

stepgen fix for 5i20

Commit by seb on TRUNK :: emc2/src/hal/drivers/mesa-hostmot2/ (ChangeLog hostmot2.h stepgen.c):
stepgen fix for 5i20

August 16, 2008 02:29

August 15, 2008

Commit Log

from branch: negative SCALE fix for MAX_VELOCITY

Commit by jepler on TRUNK :: emc2/src/emc/usr_intf/stepconf/stepconf.py:
from branch: negative SCALE fix for MAX_VELOCITY

August 15, 2008 23:49

fix bug reported by Christopher Purcell: bad config files when SCALE is negative

Commit by jepler on v2_2_branch :: emc2/debian/changelog:
fix bug reported by Christopher Purcell: bad config files when SCALE is negative

August 15, 2008 23:48

fix bug reported by Christopher Purcell: bad config files when SCALE is negative

Commit by jepler on v2_2_branch :: emc2/src/emc/usr_intf/stepconf/stepconf.py:
fix bug reported by Christopher Purcell: bad config files when SCALE is negative

August 15, 2008 23:48

August 14, 2008

Commit Log

regenerate

Commit by jepler on v2_2_branch :: emc2/src/configure:
regenerate

August 14, 2008 23:11

bump version after release

Commit by jepler on v2_2_branch :: emc2/VERSION:
bump version after release

August 14, 2008 23:10

bump version after release

Commit by jepler on v2_2_branch :: emc2/debian/changelog:
bump version after release

August 14, 2008 23:10

August 12, 2008

Commit Log

mention fix

Commit by alex_joni on TRUNK :: emc2/debian/changelog:
mention fix

August 12, 2008 19:40

fix SF#2011311 - G33 move not issuing with zero feedrate

Commit by alex_joni on TRUNK :: emc2/src/emc/task/emccanon.cc:
fix SF#2011311 - G33 move not issuing with zero feedrate

August 12, 2008 19:36

a hack to make scara config start - jogging in world mode needs work, startup...

Commit by alex_joni on joints_axes :: emc2/VERSION:
a hack to make scara config start - jogging in world mode needs work, startup code to load joints/axes needs rethinking

August 12, 2008 18:09

a hack to make scara config start - jogging in world mode needs work, startup...

Commit by alex_joni on joints_axes :: emc2/src/emc/usr_intf/axis/scripts/axis.py:
a hack to make scara config start - jogging in world mode needs work, startup code to load joints/axes needs rethinking

August 12, 2008 18:09

a hack to make scara config start - jogging in world mode needs work, startup...

Commit by alex_joni on joints_axes :: emc2/src/emc/task/taskintf.cc:
a hack to make scara config start - jogging in world mode needs work, startup code to load joints/axes needs rethinking

August 12, 2008 18:09

a hack to make scara config start - jogging in world mode needs work, startup...

Commit by alex_joni on joints_axes :: emc2/src/emc/ini/initraj.cc:
a hack to make scara config start - jogging in world mode needs work, startup code to load joints/axes needs rethinking

August 12, 2008 18:09

a hack to make scara config start - jogging in world mode needs work, startup...

Commit by alex_joni on joints_axes :: emc2/configs/scara/ (scara.ini scara_sim_4.hal):
a hack to make scara config start - jogging in world mode needs work, startup code to load joints/axes needs rethinking

August 12, 2008 18:09

close notification button image

Commit by jepler on TRUNK :: emc2/share/axis/images/close.gif:
close notification button image

August 12, 2008 14:43

display error messages in a way that doesn't steal focus

Commit by jepler on TRUNK :: emc2/src/emc/usr_intf/axis/scripts/axis.py:
display error messages in a way that doesn't steal focus

August 12, 2008 14:39