Advanced Search

Search Results (Searched for: )

  • Aciera
  • Aciera's Avatar
03 Apr 2026 17:54
Replied by Aciera on topic Schaublin 125-CNC retrofit.

Schaublin 125-CNC retrofit.

Category: Turning

Are looking at the right file? The error is in 'turret.hal' (ie the hal file) NOT 'turret.comp' (the component)
  • RotarySMP
  • RotarySMP's Avatar
03 Apr 2026 17:54
Replied by RotarySMP on topic Schaublin 125-CNC retrofit.

Schaublin 125-CNC retrofit.

Category: Turning

You still have the:
.turret.hal:1: Unknown command ''
error, there is something on the first line of that file causing the error.
Try running it through a dos/win to Linux script, might be some strange character there.

 

Yeah, I see that too.

I tried a few different ways to identify and remove strange characters, and even completely rewrote the code by hand into visual code studio. It compiles without error and runs without error in Halrun, but only fails as part of a full linuxcnc start.
  • andypugh
  • andypugh's Avatar
03 Apr 2026 17:44
Replied by andypugh on topic Schaublin 125-CNC retrofit.

Schaublin 125-CNC retrofit.

Category: Turning

If I fall back on somehing like 2.8.4 buster ISO, do I loose your latest macros layout?

I think that it should work as long as you have GTK3
  • tommylight
  • tommylight's Avatar
03 Apr 2026 17:43

Can't install Linux 2.9.8 hybrid alongside Windows 11.1

Category: Installing LinuxCNC

Might have better luck searching the Debian forums with this, although win11.....
  • tommylight
  • tommylight's Avatar
03 Apr 2026 17:39
Replied by tommylight on topic Nice small 5 axis machine with some nice features

Nice small 5 axis machine with some nice features

Category: Show Your Stuff

Bump.
They post plenty of new videos, but i did not have time to watch them.
  • Aciera
  • Aciera's Avatar
03 Apr 2026 17:39 - 03 Apr 2026 17:44
Replied by Aciera on topic CSS/G96 for other than X-axis?

CSS/G96 for other than X-axis?

Category: Advanced Configuration

Interesting. Just checked on a sim on 2.10pre and setting ini velocities to 0 does not quite work for me. The tool moves to the start of the spiral and then moves back. A bit strange really:

 

Same on 2.9.8
  • Lcvette
  • Lcvette's Avatar
03 Apr 2026 17:26
Replied by Lcvette on topic Install Probe Basic

Install Probe Basic

Category: QtPyVCP

thats true, i did that because we now listed everything here in the docs. I will remove the machine setup file ini since it can be copied directly from the docs page instead and will be kept more current. good looking out susan-parker!
  • tommylight
  • tommylight's Avatar
03 Apr 2026 17:10
Replied by tommylight on topic Schaublin 125-CNC retrofit.

Schaublin 125-CNC retrofit.

Category: Turning

You still have the:
.turret.hal:1: Unknown command ''
error, there is something on the first line of that file causing the error.
Try running it through a dos/win to Linux script, might be some strange character there.
  • RotarySMP
  • RotarySMP's Avatar
03 Apr 2026 16:33 - 03 Apr 2026 16:43

Gmoccapy scaling up each time you exit tool table - 2.9.8 trixie

Category: Gmoccapy

Hans contacted over the github bug tracker, to have me run the Gmoccapy lathe sim, and sure enough, there is no scaling error behaviour there.

So I also tried the Gmoccapy Lathe_Macros sim, and that has the scaling behavior error.

When I created my current config, copied my old 2.8.2 config files, and cut paste the lathe macro files from this sim. Any ideas where I need to look for corrective action appreciated.
Cheers,
Mark

 
  • RotarySMP
  • RotarySMP's Avatar
03 Apr 2026 16:30
Replied by RotarySMP on topic Schaublin 125-CNC retrofit.

Schaublin 125-CNC retrofit.

Category: Turning

I tried running just the turret.comp under halrun, and have the same result as Andy. It works.
 

But when I call it from my custompostgui.hal, it errors out. See attached error logs.
Cheers,
Mark
 
  • spumco
  • spumco
03 Apr 2026 15:44
Replied by spumco on topic CSS/G96 for other than X-axis?

CSS/G96 for other than X-axis?

Category: Advanced Configuration

That worked like magic.

I removed all the jog-disconnect stuff from the M-codes and substituted
hal setp ini.v.max_velocity    0
hal setp ini.0.max_velocity    0

in the switched-mode M-code file, and the opposite in the normal-mode M-code.

Switchkins still works: parting slide is still connected to the X-axis controls, but the V-axis/Joint_0 simply doesn't move.
  • Axis GUI jog controls do nothing (!)
  • G-code V-axis moves do nothing
  • MDI does nothing
  • V-axis jogging does nothing (via MPG or continuous buttons)
  • No following errors or other issues noted
Best part is if I command a G0 Vnnn via MDI and then switch the axes back to normal, nothing 'jumps' like there's a blocked command waiting to be unblocked or re-enabled.

I'm probably missing some odd situation where this could bite me, but the fact is I'm only planning to use this switched mode briefly while the parting tool is in action (during a program) and then immediately restore the kinematics.

See any 'gotchas' with this?
  • juan13372k
  • juan13372k
03 Apr 2026 15:21 - Yesterday 07:01
SIEG SX3.5Z Drivers EtherCAT A6 Steppers was created by juan13372k

SIEG SX3.5Z Drivers EtherCAT A6 Steppers

Category: Driver Boards

Hello,

i bought this Sieg Typ Mill SX 3.5 from Paulimot in Germany. I now need to buy Steppers and Drivers. 
This is the Mill:  sieg-sx3.5z i bought the mill with glas scales and i like to implement them in the driver if possible?

I am thinking of getting the following Driver and Steppers, if this makes sense:   400-w-ethercat-ac-servomotor-kit 
it would be nice if the experts can give me a feedback because iam quit new to this topic. 
thank you 
  • spumco
  • spumco
03 Apr 2026 15:10
Replied by spumco on topic CSS/G96 for other than X-axis?

CSS/G96 for other than X-axis?

Category: Advanced Configuration

I think I just found what may be a stupidly-easy solution:  set MAX_VELOCITY to zero.

I set AXIS_X & JOINT_0 max velocity to 0 in a test INI file and LCNC started up with no complaints.

Z-axis homed first, then X just sat there doing nothing - as expected.

Next test will be to edit the switchkins M-code and try it after everything is homed.
  • Aciera
  • Aciera's Avatar
03 Apr 2026 14:47 - Yesterday 08:03
Replied by Aciera on topic CSS/G96 for other than X-axis?

CSS/G96 for other than X-axis?

Category: Advanced Configuration

This may be of interest:
github.com/LinuxCNC/linuxcnc/compare/mas..._axes_in_interpreter

Adds a magic comment (disable,xyzabcuvw) to the interpreter. This allows the operator to disable any axis words (ie any of 'xyzabcuvw') in the interpreter. If the interpreter finds a disabled axis word in a line of gcode an error is raised.
Works for MDI and Gcode programs.

Interpreter: Add magic comment to disable certain axis words
(disable,<if none of 'xyzabcuvw'> )    ->  no restrictions apply [default]
(disable, z)   ->  if the interpreter finds a 'z' word an error is raised
(disable,zAb)  ->  if the interpreter finds a 'z', 'a', or 'b' word an error is raised

Notes:
 Only the first nine (9) characters (including spaces) after the comma (,) are considered.
 Upper- and/or lowercase letters can be used
  • RotarySMP
  • RotarySMP's Avatar
03 Apr 2026 13:49 - 03 Apr 2026 13:57
Replied by RotarySMP on topic Schaublin 125-CNC retrofit.

Schaublin 125-CNC retrofit.

Category: Turning

Thanks a lot for trying that Andy. I'll compile your correction this evening. I will probably have to put the 2.8.2 SSD back in the machine, and I can also see if this works there without error.

If I fall back on somehing like 2.8.4 buster ISO, do I loose your latest macros layout?
Displaying 76 - 90 out of 17423 results.
Time to create page: 0.651 seconds
Powered by Kunena Forum