About me I've been a computer programmer since I first started typing in program listings on a Commodore Vic 20 when I was about 8. My hobbies include electronics, CNC manufacturing, photography, beer and winemaking.
I live with my wife and lots of left-over parts from unfinished projects in Lincoln, Nebraska, USA.]
Blog
15 July 2013, 14:29 UTCGot a 3D printer
I bought a 3D printer, called Rostock MAX. I'm keeping a record of my experience with it. So far it's just a work in
progress, but maybe this week I'll progress to the point that I can extrude
plastic. Later I'll make it work with LinuxCNC.
13 June 2012, 12:49 UTCStippleGen 2—Stippler, turned friendly
A long time ago I wrote stippler and put the source on my blog.
However, it was pretty user-hostile software and doesn't even build with
current versions of Linux without modification. That's why I'm gratified
to see StippleGen 2, free software (LGPLv2.1+) that performs a similar function
but with a nice-looking user interface. I haven't tried it myself, but
if you are interested in making this kind of art it surely warrants a look.
3 March 2010, 13:15 UTCRELEASED: emc 2.3.5
I'm pleased to announce the next bugfix release in the emc 2.3 series,
emc 2.3.5. A number of problems in earlier releases have been fixed.
The new packages are now available for Ubuntu 8.04 "Hardy Heron" in the
package repositories. Packages for Ubuntu 6.06 "Dapper Drake" should
follow within the next few days. If you have already installed an
earlier 2.3.x version of emc, this will be offered as an update.
If you still have 2.2.8 or earlier installed, 2.3.5 will not
be available as an automatic upgrade. For more information and
installation/upgrade instructions, please see
the wiki
git users can get this release by checking out the v2.3.5 tag (or follow
bugfixes on v2_3_branch). Source tarballs are available from the
package repository:
http://linuxcnc.org/hardy/dists/hardy/emc2.3/source
Many thanks to the people who have contributed bugfixes for this
release.
Change since 2.3.4:
- fix jog increments for mini
- interpreter: detect gouging in last corner before turning off
cutter comp
- interpreter: fix another case of a skipped full-circle arc
- task: fix toolchange at quill-up and g30 positions (SF#2941688)
- stepconf: fix direction of 2nd and 3rd parports
- configs: add smithy 516 sample configuration
- image2gcode: respect current TLO and fixture settings
- image2gcode: "extend image" crash on non-square image (SF#2947390)
- documentation improvements
- hostmot2: Accept "idrom v3" firmwares. these are the firmwares
that will be released with emc 2.4.x.
- axis: mitigate a memory leak each time a program is loaded or
reloaded
28 October 2009, 14:37 UTCRELEASED: emc 2.3.4
I'm pleased to announce the next bugfix release in the emc 2.3 series,
emc 2.3.4. A number of problems with the last release have been fixed.
The new packages are now available for Ubuntu 8.04 "Hardy Heron" in the
package repositories. Packages for Ubuntu 6.06 "Dapper Drake" should
follow within the next few days. If you have already installed an
earlier 2.3.x version of emc, this will be offered as an update.
20 August 2009, 22:48 UTCZenbot is back in business
After weeks of not touching zenbot, I finally milled some circuit boards.
Of course, they were for the zenbot itself.7 July 2009, 12:10 UTCRELEASED: emc 2.3.2
I'm pleased to announce a new bugfix release in the emc 2.3 series,
emc 2.3.2. A number of problems in the 2.3.1 release were fixed. See
below for a list.22 June 2009, 1:41 UTCZenbot upgrades
After some tiny little problems with ruined stepper drivers
that I don't care to talk about, I kept moping on IRC until Sam found me these pittman dc servos and I ordered some, intending on upgrading the zenbot
to servos.25 May 2009, 21:20 UTCRemebering values between runs of emc
This is a userspace hal component which stores values to disk so that it can be preserved from run to run.
Usage
loadusr -W remember v1 v2 f:floatv u:unsignedv
17 May 2009, 18:36 UTCReleased: EMC 2.3.1
19 April 2009, 19:35 UTCRELEASED: emc 2.3.0
29 March 2009, 16:14 UTCBeta release: emc 2.3.0beta2
20 March 2009, 23:42 UTCEmergent Blog, now with 100% more CNC
2 February 2009, 21:32 UTCTesting spindle-synced motion
19 December 2008, 15:55 UTCmouse wheel mpg
17 December 2008, 2:49 UTCCurrent projects
17 December 2008, 2:45 UTCRELEASED: emc 2.2.8
Got a 3D printer
I bought a 3D printer, called Rostock MAX. I'm keeping a record of my experience with it. So far it's just a work in progress, but maybe this week I'll progress to the point that I can extrude plastic. Later I'll make it work with LinuxCNC.
StippleGen 2—Stippler, turned friendly
A long time ago I wrote stippler and put the source on my blog. However, it was pretty user-hostile software and doesn't even build with current versions of Linux without modification. That's why I'm gratified to see StippleGen 2, free software (LGPLv2.1+) that performs a similar function but with a nice-looking user interface. I haven't tried it myself, but if you are interested in making this kind of art it surely warrants a look.
RELEASED: emc 2.3.5
I'm pleased to announce the next bugfix release in the emc 2.3 series, emc 2.3.5. A number of problems in earlier releases have been fixed.
The new packages are now available for Ubuntu 8.04 "Hardy Heron" in the package repositories. Packages for Ubuntu 6.06 "Dapper Drake" should follow within the next few days. If you have already installed an earlier 2.3.x version of emc, this will be offered as an update.
If you still have 2.2.8 or earlier installed, 2.3.5 will not be available as an automatic upgrade. For more information and installation/upgrade instructions, please see the wiki
git users can get this release by checking out the v2.3.5 tag (or follow bugfixes on v2_3_branch). Source tarballs are available from the package repository: http://linuxcnc.org/hardy/dists/hardy/emc2.3/source
Many thanks to the people who have contributed bugfixes for this release.
Change since 2.3.4:
- fix jog increments for mini
- interpreter: detect gouging in last corner before turning off cutter comp
- interpreter: fix another case of a skipped full-circle arc
- task: fix toolchange at quill-up and g30 positions (SF#2941688)
- stepconf: fix direction of 2nd and 3rd parports
- configs: add smithy 516 sample configuration
- image2gcode: respect current TLO and fixture settings
- image2gcode: "extend image" crash on non-square image (SF#2947390)
- documentation improvements
- hostmot2: Accept "idrom v3" firmwares. these are the firmwares that will be released with emc 2.4.x.
- axis: mitigate a memory leak each time a program is loaded or reloaded
RELEASED: emc 2.3.4
I'm pleased to announce the next bugfix release in the emc 2.3 series, emc 2.3.4. A number of problems with the last release have been fixed.
The new packages are now available for Ubuntu 8.04 "Hardy Heron" in the package repositories. Packages for Ubuntu 6.06 "Dapper Drake" should follow within the next few days. If you have already installed an earlier 2.3.x version of emc, this will be offered as an update.
Zenbot is back in business
After weeks of not touching zenbot, I finally milled some circuit boards. Of course, they were for the zenbot itself.
RELEASED: emc 2.3.2
I'm pleased to announce a new bugfix release in the emc 2.3 series, emc 2.3.2. A number of problems in the 2.3.1 release were fixed. See below for a list.
Zenbot upgrades
After some tiny little problems with ruined stepper drivers that I don't care to talk about, I kept moping on IRC until Sam found me these pittman dc servos and I ordered some, intending on upgrading the zenbot to servos.
Remebering values between runs of emc
This is a userspace hal component which stores values to disk so that it can be preserved from run to run.
Usage
loadusr -W remember v1 v2 f:floatv u:unsignedv
Released: EMC 2.3.1
RELEASED: emc 2.3.0
Beta release: emc 2.3.0beta2
Emergent Blog, now with 100% more CNC
Testing spindle-synced motion
mouse wheel mpg
Current projects
RELEASED: emc 2.2.8
All older entries
Website Copyright © 2004-2024 Jeff Epler




