Advanced Search

Search Results (Searched for: )

  • Clemens
  • Clemens
19 Aug 2025 13:42

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Maybe it helps if I give you more information about my machine.
I have a 4 Axis Mill with 1X 2Y 1Z 

In the attachment I added the configuration of the machine and the configuration of the NVEM. I also added the g-code file where I can reproduce the problem

I hope this helps.
Let me know if you need something else

Thanks

Clemens
  • andypugh
  • andypugh's Avatar
19 Aug 2025 13:03
Replied by andypugh on topic Round system parameter to tenths?

Round system parameter to tenths?

Category: G&M Codes

Is there a code for the g-code to get a result in parameter, like in the debug
%.xf = x (0-9) number of decimals?

No, sorry. 

But if you just want to compare two numbers to see if they differ by less than a certain amount:
O100 IF [ ABS[#100 - #101] LT 0.01]
  <do stuff>
O100 ENDIF

linuxcnc.org/docs/html/gcode/overview.html#gcode:functions
linuxcnc.org/docs/stable/html/gcode/o-co...ml#ocode:conditional
 
  • andypugh
  • andypugh's Avatar
19 Aug 2025 12:53
Replied by andypugh on topic Lathe Macros

Lathe Macros

Category: Other User Interfaces

Can I ask if any users of the macros have found that the latest version, with LinuxCNC 2.9.x is very slow? At the moment my whole UI is very slow to respond to button presses etc.
I hope it's not like that for everyone?
My guess is that the redraw/resize is being called continuously, but I haven't found the time to investigate yet.
  • andypugh
  • andypugh's Avatar
19 Aug 2025 12:43

New member from Germany - CNC retrofit of a Leinen FM1

Category: General LinuxCNC Questions

Is there any chance to get connected to the LinuxCNC developer in Münster?

 

I have passed on your email address, but he says that he already reached out to you on a German forum? 
  • andypugh
  • andypugh's Avatar
19 Aug 2025 12:41

Request for Community Feedback on g-code++ (sterp) Integration with LinuxCNC

Category: Show Your Stuff

Right now gcode++ extends g-code by introducing for loops, while/do-while loops, as well as imports (currently working on test cases for the same for the latest LinuxCNC release).

You know that LinuxCNC G-code already has do/while loops? 

linuxcnc.org/docs/stable/html/gcode/o-code.html
 
  • mBender
  • mBender
19 Aug 2025 12:37

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

I am successful and fully transition from my old Parallel Port PC to an I7 Laptop with Riocore! Finally I am able to browse something without waiting forever :D Thanks Olli! This is great stuff.

I have my
- whb04b-06 Hand wheel operating
- Classic Ladder with RS 485 Modbus working (over an dedicated RS485 USB Dongle)
- Auto squaring Y Axis
- Touch plate/Probe input

It was not terrible, but I feel like I have modified a lot of ini and hal files which were created automatically to make this work. Is there a way that you could add a checkbox or so to ricocore gui to not overwrite the existing config files?

I don't know what the best workflow would be. I think if I want to add another function to the FPGA i I will just do it in a separate folder and flash the FPGA, then add the changed manually to my machine folder ?!?
  • andypugh
  • andypugh's Avatar
19 Aug 2025 12:36
Replied by andypugh on topic Weird problem happening during g71, g70 cycle

Weird problem happening during g71, g70 cycle

Category: General LinuxCNC Questions

Look at the files in the sample directory. They should be already part of your installation, but you can also see them here:
github.com/LinuxCNC/linuxcnc/tree/master/nc_files
Look at the lathe_g7* files.
Displaying 13861 - 13867 out of 13867 results.
Time to create page: 0.363 seconds
Powered by Kunena Forum