Advanced Search

Search Results (Searched for: )

  • Aciera
  • Aciera's Avatar
08 Sep 2024 17:48

Probe Basic - startup error on new installation

Category: QtPyVCP

what does this give you:
$ python3 --version
  • spumco
  • spumco
08 Sep 2024 17:27

Probe Basic - startup error on new installation

Category: QtPyVCP

I wonder if using Deb 13 is the problem.  Deb 12 doesn't like my nic's or wi-fi hardware.

Assuming it's a python issue, any suggestions on what to do about it?
  • spumco
  • spumco
08 Sep 2024 17:20 - 08 Sep 2024 17:24

What do you really get for a $350 desk top engraver ?

Category: Show Your Stuff

Like this one I built for a couple of plasma tables.

In these photos the motor is mocked up directly on the pinion, but we wound up using a 10:1 reducer between the motor and pinion.

Belt was T5, pinion was 15T (bought T5 15T bar stock).  Mr. Everman pointed out on CNCZone years ago that only T-series belt teeth/valleys are symmetrical - HTD and GT2/GT3 have non-meshing teeth.
 
  • Trevy3
  • Trevy3's Avatar
08 Sep 2024 17:20
Replied by Trevy3 on topic Weird Multi Axis MDI Issue in QTDragon_HD

Weird Multi Axis MDI Issue in QTDragon_HD

Category: Qtvcp

I don't have any offsets set.
  • Aciera
  • Aciera's Avatar
08 Sep 2024 17:17

Probe Basic - startup error on new installation

Category: QtPyVCP

According to this the 'imp' module has been removed with python 3.12:
stackoverflow.com/questions/77274572/mul...-no-module-named-imp

But according to this Debian 13 is on python 3.11.2:
www.debian.org/releases/trixie/release-notes/whats-new.en.html

might want to check what python version you are running.
  • spumco
  • spumco
08 Sep 2024 17:16

What do you really get for a $350 desk top engraver ?

Category: Show Your Stuff

The Bell-Everman drive is a nice system, but you need to put any reduction upstream/ahead of the pinion.  As Tommy pointed out the 72T idlers won't reduce anything.

A low-backlash, helical gear reducer between the motor and the pinion is the way to go.

And if you've got the space for some extra carriage length, the 'Loop-track' system brom B-E is really nice.
  • machinedude
  • machinedude's Avatar
08 Sep 2024 16:58

What do you really get for a $350 desk top engraver ?

Category: Show Your Stuff

this is why i got the 3d printer to test stuff and not spend much money on idea's :) i probably have OCD :) i have to see stuff with my own eyes before i give up on anything :) i share the good bad and the ugly regardless of outcome :)
  • spumco
  • spumco
08 Sep 2024 16:55 - 08 Sep 2024 16:57
Replied by spumco on topic Fanuc 2S AC spindle motor on Delta C2000+

Fanuc 2S AC spindle motor on Delta C2000+

Category: Milling Machines

I'm really sorry for my earlier knee-jerk post.  The newer versions of the Fanuc spindle motor are PMs, so it's possible that yours is also a PM.

 
  • Mr_rookie
  • Mr_rookie
08 Sep 2024 16:52
Replied by Mr_rookie on topic 7c80 no communication between rpspi 4

7c80 no communication between rpspi 4

Category: Installing LinuxCNC

arm_64bit=1
initramfs initrd.gz followkernel

# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
disable_overscan=1

# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16

# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720

# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1

# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1

# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2

# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4

# uncomment for composite PAL
#sdtv_mode=2

# camera
#start_x=1
#gpu_mem=128

# automatically load overlays for detected cameras
#camera_auto_detect=1

# automatically load overlays for detected DSI displays
#display_auto_detect=1

# uncomment to overclock: www.tomshardware.com/how-to/overclock-any-raspberry-pi
#arm_freq=
#gpu_freq=
#core_freq=
#over_voltage=
#force_turbo=1

# uncomment some or all of these to enable the optional hardware interfaces
dtparam=i2c_arm=on
dtparam=i2s=on
dtparam=spi=on

# uncomment this to enable infrared communication.
dtoverlay=gpio-ir,gpio_pin=17
dtoverlay=gpio-ir-tx,gpio_pin=18

# additional overlays and parameters are documented /boot/overlays/README

# enable audio (loads snd_bcm2835)
dtparam=audio=on

# enable uart
enable_uart=0

# disable wifi and bluetooth
#dtoverlay=disable-wifi
#dtoverlay=disable-bt
#dtoverlay=pi3-disable-wifi
#dtoverlay=pi3-disable-bt
#dtoverlay=disable-wifi-pi5
#dtoverlay=disable-bt-pi5

# remove test rainbow
disable_splash=1

# disables the warning overlays
avoid_warnings=1

# gpio fan (headers)
#dtoverlay=gpio-fan,gpiopin=12,temp=55000,hyst=2000

[cm4]
otg_mode=1

[pi4]
dtoverlay=vc4-kms-v3d,cma-512
#dtoverlay=vc4-kms-v3d-pi4
#dtoverlay=vc4-fkms-v3d
max_framebuffers=2
arm_boost=1
#disable_fw_kms_setup=1

[pi5]
dtoverlay=vc4-kms-v3d,cma-512
#dtoverlay=vc4-kms-v3d-pi5
#dtoverlay=vc4-fkms-v3d
max_framebuffers=0
arm_boost=1
usb_max_current_enable=1
disable_fw_kms_setup=1

# pwm fan
#dtparam=fan_temp0=50000
#dtparam=fan_temp0_hyst=2000
#dtparam=fan_temp0_speed=75
#dtparam=fan_temp1=55000
#dtparam=fan_temp1_hyst=2000
#dtparam=fan_temp1_speed=125
#dtparam=fan_temp2=60000
#dtparam=fan_temp2_hyst=3000
#dtparam=fan_temp2_speed=175
#dtparam=fan_temp3=65000
#dtparam=fan_temp3_hyst=3000
#dtparam=fan_temp3_speed=250



I remove the # to activate this line
# uncomment some or all of these to enable the optional hardware interfaces
dtparam=i2c_arm=on
dtparam=i2s=on
dtparam=spi=on
  • Mr_rookie
  • Mr_rookie
08 Sep 2024 16:49
Replied by Mr_rookie on topic 7c80 no communication between rpspi 4

7c80 no communication between rpspi 4

Category: Installing LinuxCNC

www.linuxcnc.org/dists/bookworm/2.9-uspa...pace_2.9.2_arm64.deb
arm64.

yes, but if you are looking get access remotely you may have slow UI.
systemctl disable lightdm that work in my case works perfectly.
  • Mr_rookie
  • Mr_rookie
08 Sep 2024 16:44
Replied by Mr_rookie on topic 5 Axis configuration on linuxcnc

5 Axis configuration on linuxcnc

Category: Advanced Configuration

you can install linuxcnc 2.9.3 and you may need to activate some option to make the /dev/sdev0.0 to get active also may have slow graphic interface if you are using virtual remote as I do. but that is something easy to fix.
I'm talking about 7c80 board, if you are looking to use a different board you may need different settings.
  • chrisfischer
  • chrisfischer
08 Sep 2024 16:35
Replied by chrisfischer on topic XHC-WH04b USB not detected in front port

XHC-WH04b USB not detected in front port

Category: General LinuxCNC Questions

I have the same problem here with the WH04B-6. Cant see the device on any ports. I checked my bios and the legacy usb is already enabled. i enabled some other usb stuff with no results. Any luck fixing this?
  • Krulli_Fräser
  • Krulli_Fräser
08 Sep 2024 16:08
Replied by Krulli_Fräser on topic 7i97t with 7i85?

7i97t with 7i85?

Category: Driver Boards

Yes that's the cable thanks. I will report once I get it all connected.
  • besriworld
  • besriworld
08 Sep 2024 15:47
Replied by besriworld on topic Fanuc 2S AC spindle motor on Delta C2000+

Fanuc 2S AC spindle motor on Delta C2000+

Category: Milling Machines

Try a slower acceleration
  • Mtndrew77
  • Mtndrew77
08 Sep 2024 15:40
Replied by Mtndrew77 on topic Threading with A B phase only?

Threading with A B phase only?

Category: General LinuxCNC Questions

Adam, Still running fine however I really only use it a few times a year. I can't believe its been 8 years. I don't really have any suggestions. Did you get yours converted over?
Displaying 21631 - 21645 out of 24808 results.
Time to create page: 0.870 seconds
Powered by Kunena Forum