Advanced Search

Search Results (Searched for: )

  • Aciera
  • Aciera's Avatar
29 Nov 2024 08:57
  • machinedude
  • machinedude's Avatar
29 Nov 2024 08:35
Black Friday Deal got me :) was created by machinedude

Black Friday Deal got me :)

Category: Plasma & Laser

i bought a Plasma cutter a while back and had plans to do a cnc table for this but  i wanted a machine torch rather than the hand torch that was included with the unit. I just happened to see a deal on Amazon that was pretty good so i jumped on it :) part of the problem with the hand torch was it being an odd ball and consumables being hard to find and rather expensive. but this deal solved that issue. $80 for the straight torch was hard to pass up :) looks like a 4' x 3' build in the works and i think i might try a down draft table. i was looking around and was curious if i could use an old blower from a furnace for this since i have one laying around. 

     
  • Aciera
  • Aciera's Avatar
29 Nov 2024 07:44

Gmoccapy Toollength sensor routine stops sometimes

Category: General LinuxCNC Questions

Oh, apologies I was looking at the wrong move.

Maybe try this:
G53 X#1700 Y#1701        (Wechsel XY Position)
M6 T#<_selected_tool>
M66 E0 L0 (Stop read-ahead and wait for code execution to catch up)
(DEBUG, 1801: #1801 1802: #1802 )
G53 X#1801 Y#1802       (Taster Position)
G53 Z#1800                (Sichere Z Position)
M66 E0 L0 (Stop read-ahead and wait for code execution to catch up)
  • Aciera
  • Aciera's Avatar
29 Nov 2024 07:31

LinuxCNC gcode hangs on M63 "main loop took x seconds"

Category: General LinuxCNC Questions

Not sure. You have another subroutine call 'retract_pocket' after the G91 move in question. Maybe try stopping the read ahead before it ingests that and enter a debug line to make sure the Z and F word are what you expect them to be:
; Deactivate tool release to grab tool
 M63 P17
(DEBUG, Z-#<z_jump>  F#<z_jump_speed>)
 G91 G1 Z[-#<z_jump>] F[#<z_jump_speed>]
 M66 E0 L0 (queuebuster to stop read ahead here)
 ; Retract pocket and move to X offset
 o<retract_pocket> call [#<selected_tool>]
  • tommy
  • tommy
29 Nov 2024 07:30
Replied by tommy on topic Mesa Configuration Tool

Mesa Configuration Tool

Category: Configuration Tools

This are terminal connections on VFD: 

 
 

So proper solution would be to take +10V Reference output on VFD, connect it to SPINDLE+ on 7i78 and Local voltage speed reference input (A1) on VFD and connect it with SPINDLE- on 7i78?
Any need to connect also 0V COMMON from VFD?
 
  • Creative25
  • Creative25
29 Nov 2024 07:15
Replied by Creative25 on topic Building a chain driven Plasma table.

Building a chain driven Plasma table.

Category: General LinuxCNC Questions

Ohmic sensing has been working reliably for the past few days. I would not want to be without it. Makes probing so much faster and more reliable.

So my fifth stepper motor driver arrived and I will soon take the plunge to add a rotational axis.

So I read linuxcnc can only handle 3 axis trajectory planning.

But I need a fourth axis to place the torch above the center of the pipe.
I guess this can be done during homing.

Should I make a new configuration with the rotation axis being the X axis. Change the current X axis to the A axis in order to move the torch to the center of the rotation table?
  • cakeslob
  • cakeslob
29 Nov 2024 04:57
Replied by cakeslob on topic dual corexy or dual scara configuration

dual corexy or dual scara configuration

Category: General LinuxCNC Questions

Its more Hbot than corexy, but its more of a T bot, or t_t bot which forms an H shape
  • cakeslob
  • cakeslob
29 Nov 2024 04:52
Replied by cakeslob on topic Remora - Does Analog input syntax exist?

Remora - Does Analog input syntax exist?

Category: Computers and Hardware

Sorry, I didn't understand the translation well, I don't speak English, in this case the remora doesn't support high pulse frequencies due to the limited hardware, does the ec 500 and ec300 have an input for high pulse frequency encoders? Or does it only allow you to make an extension module for the encoder? If so, what would this expansion module be like? Is there anything ready? and how would you add it? Sorry for the number of questions, I'm very interested in this project



It is supported, but refer to Murphys post, the limitation is in the board hardware.

My problem is now that if I jog with my keyboard and after i dont press anything sometimes the motors still do 1 or 2 steps. And i cant figure out why. Maybe someone has the same motion controller with linuxcnc or could help me?Thank you


It is related to the motor tuning setting in Remora/Linuxcnc
  • cakeslob
  • cakeslob
29 Nov 2024 04:47
Replied by cakeslob on topic Remora rp2040 troubles on Z axis.

Remora rp2040 troubles on Z axis.

Category: Computers and Hardware

If I understand the question correctly, you are probably maxing out the steprate.

just ask your questions in the RP2040 thread. its easier to keep track and you will get better responses
  • cakeslob
  • cakeslob
29 Nov 2024 04:45

Remora - Rpi Software Stepping Using External Microcontroller via SPI

Category: Computers and Hardware

Motors aside, the best supported one right now is probably the BTT Octopus 446/429
  • scotth
  • scotth
29 Nov 2024 04:42

OKUMA LB15ii-M Retrofit Turret Clamp questions???

Category: Turning

I don't remember on the Okuma, but the normal setup is a curvic coupling to align the turret. Look at the link for a little more info.

Scott

kipware.blogspot.com/2014/03/cnc-turret-...ecks-and-tricks.html
  • tommylight
  • tommylight's Avatar
29 Nov 2024 02:41

ESP32/S2/S3 LinuxCNC Controller (6 axis hardware step gen), USB plug-and-play

Category: Computers and Hardware

Had the same issue, so it was easier to resolder the pins, but still did not work.
Had no time to test anymore, it is sitting on my desk here for quite some time, but i think i might give it a go these days.
Did you get any further?
  • tommylight
  • tommylight's Avatar
29 Nov 2024 02:18

linuxcnc-esp32 Software Stepping over Ethernet Using ESP32

Category: Computers and Hardware

This has a huge amount of stuff that can be set, so start by enabling wifi and try connecting to it from a PC or phone, there it should be easier to enable stuff and assign step/dir and IO pins.
All this should be done from the serial console first, there you can also check the W5500 wiring pins.
Just type help in the console....
  • Thayloreing
  • Thayloreing
29 Nov 2024 01:47

linuxcnc-esp32 Software Stepping over Ethernet Using ESP32

Category: Computers and Hardware

Good evening, can anyone help me, I'm using a mks dlc32 board, I managed to install the firmware on the board, but communication with Linuxcnc when trying to move the axes doesn't work, I've already installed this library on other esp32s, it always worked, I don't know if maybe not. I made the wrong w5000 ethernet on the board, could you help me, does anyone know the connection pinout on the w 5000? I don't get any errors when compiling and writing the firmware on the board so I think that must be it
Displaying 16231 - 16245 out of 24610 results.
Time to create page: 5.515 seconds
Powered by Kunena Forum