-
Stepconfig in ver 2.3.4 sets 2-nd parport direction backwards
if you select IN, port will be listed in hal file as OUT, if you select OUT it will be listed as IN
I did not try 3-rd port.
2009-11-11 01:34:36 UTC by https://www.google.com/accounts
-
It is possible for the pop up window to be beneath the main screen. Peole who are unaware of the possibility may find emc not responding to other inputs since the popup has not been delt with.
Please make popups "always on top"
Runing with Ubunty 8.04 LTS and EMC2.3.4.
2009-11-10 21:52:26 UTC by nobody
-
Current trajectory planner is not suitable for any machines with non-trivial kinematics. Please take a look for the following code at getStraightAcceleration() on emccanon.cc:
tx = dx? (dx / FROM_EXT_LEN(AXIS_MAX_ACCELERATION[0])): 0.0;
For non-trivial kinematic machines, such as SCARA, the dx is contributed by several joints other than AXIS_0. However, the above code assume that it...
2009-11-08 12:20:02 UTC by yishin_li
-
Fixed in 2.3.4
commit 81dda51b46.
2009-11-05 10:50:33 UTC by micges
-
If speed is set to 0 (s0) either explicitly or when EMC is first started, m3 / sNNN will not turn on the spindle. E.g., s1000 m3 / m5 / s0 / m3 / s1000. Radek suggested looking at code in function emcSpindleSpeed() in taskintf.cc, specifically "taskintf.cc:1377: if (emcmotStatus.spindle.speed == 0) return 0; //spindle stopped, not updating speed". Since logging (2009-11-02.txt) was not...
2009-11-03 14:19:02 UTC by dalegrover
-
alex_joni made 3 file-release changes.
2009-10-26 08:51:04 UTC by alex_joni
-
alex_joni made 1 file-release changes.
2009-10-26 08:50:01 UTC by alex_joni
-
alex_joni made 1 file-release changes.
2009-10-26 08:48:02 UTC by alex_joni
-
Version 2.3.3 - /configs/smithy/924.ini - Ubuntu Hardy (standard install from CD)
Like the summary says, L1 or L3 in a G76 block results in pauses during the coordinated moves. Changing only the L word (to L0 or L2) results in smooth wonderful motion. The test program is examples/g76.ngc and the block in question is line #102.
2009-10-24 22:21:57 UTC by mshaver
-
Thank you for your report. This problem has been fixed in v2_3_branch and master. The fix will be present in emc 2.3.4 when it is released.
2009-10-14 14:27:11 UTC by jepler