Advanced Search

Search Results (Searched for: )

  • johns00056
  • johns00056
31 Aug 2025 10:18
Replied by johns00056 on topic installing an older version

installing an older version

Category: Installing LinuxCNC

You can just try loading the existing configuration files onto the Bookworm setup. It ought to just work (I spent a lot of effort on the automatic conversion scripts)

 

Thanks for the help.
The script to automatically re configure configuration files did not work.

missing [KINS]KINEMATICS=
          [KINS]JOINTS=
From looking at an example , it looks like I will have to change the ini file joints and axes.
It also looks like I will have to add loadrt [KINS]KINEMATICS to the HAL file.
  • johns00056
  • johns00056
31 Aug 2025 10:03
Replied by johns00056 on topic installing an older version

installing an older version

Category: Installing LinuxCNC

You have to disable "secure boot: and UEFI in BIOS for it to work, UEFI is usually disabled by choosing Legacy mode in BIOS for boot devices/order.

Thanks for the help.
I tried this but  the new computer will still not boot from the thumb drive.
The old computer will boot from the thumb drive.
The new motherboard does not have have CSM (compatibility support module) when using the integrated graphics on the processor .
The internet says something about if I add a graphics card that supports VBIOS display, I might be able to gain CSM functionality.
 
  • GDTH
  • GDTH's Avatar
31 Aug 2025 09:57 - 16 Sep 2025 17:19

Solved: Bitfile needed for 6i25 + 7i77 + Chinese BoB

Category: Driver Boards

Hello Everyone,

I’m looking for a bitfile for my 6i25 setup with a 7i77 (P3) and a Chinese breakout board (P2).
The breakout board will only be used for stepper control.Does anyone already have a suitable bitfile available, or would be willing to help create one? I’m not yet familiar with making custom bitfiles myself and wouldn’t know where to start, so any help would be greatly appreciated.Thanks in advance!
  • juergen-home
  • juergen-home
31 Aug 2025 06:59 - 31 Aug 2025 08:38
Replied by juergen-home on topic Connect Mesa 6i25 HDR26 with 7I52S HDR50

Connect Mesa 6i25 HDR26 with 7I52S HDR50

Category: Driver Boards

So the cable is done and the connection seems to work.        
  • sunmoon
  • sunmoon
31 Aug 2025 06:04

Feasibility of Replacing Electronic Gearbox with LinuxCNC on RZ300E Gear Grinder

Category: General LinuxCNC Questions

Hi everyone,I'm exploring the possibility of retrofitting an older Reishauer RZ300E gear grinding machine by replacing its existing electronic gearbox with a LinuxCNC-based solution. I’d appreciate your thoughts on whether this is technically feasible—especially for someone with limited experience using LinuxCNC.Additionally, I came across this article on continuous generation grinding  and video(
) that outlines some of the machine’s principles. Could a setup like this be simulated and validated in LinuxCNC before committing to hardware implementation?Any guidance, suggestions, or shared experiences would be greatly appreciated!Thanks in advance.
  • unknown
  • unknown
31 Aug 2025 05:58 - 31 Aug 2025 06:01

2.9.4 iso Bookworm RTAI AMD64 step config issue

Category: General LinuxCNC Questions

I think it's hardcoded into stepconf, otherwise it would have to parse through known editors, there are many and someone would complain (vim & emacs I'm looking at you.)

Alot like geany so that was the editor chosen (same for the arm64 images).

Python3 has been the norm for a while now. I think the gcode generators are 8 years or so old.

There is a lot of python 2 stuff around that just hasn't been update for python 3.

You could install python2 and try that for the gcode generator.
  • vicstransam
  • vicstransam
31 Aug 2025 03:01
Replied by vicstransam on topic Simple G-Code Generator

Simple G-Code Generator

Category: CAD CAM

Yes, you are correct. The way the python script creates the gcode in this particular script is by using trigonometry to find the coordinates and writing to sys.stdout. I did find a preamble and postamble in the py file and I found the postamble was correct with an M2 so I think it has something to do with the way it sends the code to Axis.
  • Paul01
  • Paul01's Avatar
31 Aug 2025 01:19 - 31 Aug 2025 01:23
Replied by Paul01 on topic Multi Axis Slow Feedrate

Multi Axis Slow Feedrate

Category: General LinuxCNC Questions

Thanks Tommy. I had tried G93 Inverse Time, but didn't see any difference to G94 Programmed Feed.

I went back and did a bit more testing (with G93 and G94). The only thing I've found to work (for both G93 and G94) is to up the velocity and acceleration speeds to unachievable levels, or lengthen the small line segments that make up the toolpath. However, this will result in a more inaccurate part. And I still can't get close to the required feedrate while keeping the short lines to a decent length.
  • xunil
  • xunil
31 Aug 2025 00:15
Replied by xunil on topic halui.mdi-command-NN pins not showing up

halui.mdi-command-NN pins not showing up

Category: HAL

Thanks for the heads up! I don't think that would affect whether the mdi-command-NN pins would show up or not; even if don't load the PyVCP panel, I still don't see the pins exposed by halui.
  • vicstransam
  • vicstransam
30 Aug 2025 23:51

2.9.4 iso Bookworm RTAI AMD64 step config issue

Category: General LinuxCNC Questions

Fresh install and then run stepconfig and noticed that if I try to edit a loaded gcode file in Axis, it does nothing. So I take a look at my .ini file and it points to Gedit but that isn't in Debian 12. It uses Geany. I installed Gedit since it is what I'm used to. I could change it to Geany but I like Gedit better for gcode. 
 I just thought it strange that stepconfig would use a non-existent editor.
 Python 3 also makes the simple gcode generators not work anymore and I haven't figured out how to get Native Cam to install.
  • tommylight
  • tommylight's Avatar
30 Aug 2025 23:32
Replied by tommylight on topic Multi Axis Slow Feedrate

Multi Axis Slow Feedrate

Category: General LinuxCNC Questions

See if this helps, although pretty old.
  • tommylight
  • tommylight's Avatar
30 Aug 2025 23:30
Replied by tommylight on topic Simple G-Code Generator

Simple G-Code Generator

Category: CAD CAM

"No percent sign or M2"
Means there is no % at the start and end of the gcode file, or M2 at the end.
See if those can be added as a header and/Or footer, or maybe as post processor?
All this is a stab in the dark from what i know using Inkscape where both above options work fine for LinuxCNC.
  • vicstransam
  • vicstransam
30 Aug 2025 23:26
Replied by vicstransam on topic Simple G-Code Generator

Simple G-Code Generator

Category: CAD CAM

I had to use "2to3" to try and convert them to Python3 and was able to get the GUI's to work on Bezel and a few others and then I filled out the the dimensions and hit "Write to Axis" but it always errored with "No percent sign or M2" and discarded the gcode file. I couldn't get them to write to the clipboard either. I couldn't get "Engrave" or "Bolt pattern" to run without "indentions or tab" errors.
  • scotta
  • scotta's Avatar
30 Aug 2025 23:13

Remora - Rpi Software Stepping Using External Microcontroller via SPI

Category: Computers and Hardware

Sorry, forgot to mention updated hal line as well to set the SPI speed to 2Mhz, the default 20Mhz is probably the issue.

loadrt remora-spi SPI_num=0 CS_num=0 SPI_freq=2000000
  • scotta
  • scotta's Avatar
30 Aug 2025 23:04

Remora - Rpi Software Stepping Using External Microcontroller via SPI

Category: Computers and Hardware

Hi again and thanks for all the help up until now!

I wan't to give more context and explain myself better, we have been using this cnc router since 2023, originally setup with a raspberry pi 3b and octopus pro combo, it has worked wonders and is amazing the only real issue is that the raspberry pi 3b was slow. Recently we made the change to a raspberry pi 5, we took the original .ini and .hal files which we then update to be compatible with the new remora version, we kept the same config.txt file. We installed the linuxcnc-raspberrypi5 image and installed the remora components as instructed in the documentation.

The issues we've seen: when we first loaded linuxcnc and ran the .ini file by double clicking on it and choosing linuxcnc as the app to run the ini file we then saw the raspberry pi 5 using rp1 driver alert, we initially thought this was error but figured this was just an alert and so continued. We then started testing leaving e stop we could but just for a moment, no more than 3s, we could even get to enable but non of the drivers actually enable. We then tested if this was the E-stop's fault but we assumed it wasn't since if we disconnected the estop we could exit estop at all, wehn it was properly setup we could but can't enable the steppers fisically. This isn't a stepper issue or driver issue since they get enabled with the raspberry pi 3.

Thanks in advance and thank you for all of the help until now! Oh and sorry for any grammar or spelling mistakes, english isn't our first tounge.

Ok, so I pulled out my octopus board and RPi5 to see what could be the issue. I found my working config and noted:

#SERVO_PERIOD = 1000000
SERVO_PERIOD = 5000000

Making this change to your config, I got it up and running. With the faster servo period the board was throwing so many communication errors.
Displaying 9376 - 9390 out of 17975 results.
Time to create page: 0.736 seconds
Powered by Kunena Forum