Giter Club home page Giter Club logo

Comments (5)

bdring avatar bdring commented on August 13, 2024

I think enable stays on until M5. The output should be off during G0

from fluidnc.

tomgale avatar tomgale commented on August 13, 2024

ah ok, might be my misunderstanding then, so the enable pin stays on, but the PWM output should drop to zero? I'll double check tomorrow, but I think the tube is staying powered, (or at least I can see the plasma in it). Is this the use case for DisableWithS0? I can try that too. Thanks!

from fluidnc.

MitchBradley avatar MitchBradley commented on August 13, 2024

Have you tried disable_with_s0: true ?

from fluidnc.

regin92 avatar regin92 commented on August 13, 2024

here are my settings on the same board and everything works fine for me

`board: MKS TinyBee V1
name: TinyBee corexy
meta: (17.01.2024) by Skorpi

#$config/filename=TinyBee.yaml $ESP115 =ON

kinematics:
corexy:

stepping:
engine: I2S_STREAM
idle_ms: 250
pulse_us: 4
dir_delay_us: 1
disable_delay_us: 0

axes:
x:
# X
steps_per_mm: 80.000
max_rate_mm_per_min: 12000.000
acceleration_mm_per_sec2: 6000.000
max_travel_mm: 350.000
soft_limits: true
homing:
cycle: 2
allow_single_axis: true
positive_direction: false
mpos_mm: -3.000
feed_mm_per_min: 200.000
seek_mm_per_min: 4000.000
settle_ms: 250
seek_scaler: 1000.100
feed_scaler: 3.100

motor0:
  limit_pos_pin: gpio.33:low
  hard_limits: true
  pulloff_mm: 3.000
  stepstick:
    step_pin: I2SO.1
    direction_pin: I2SO.2
    disable_pin: I2SO.0

y:
# Y
steps_per_mm: 80.000
max_rate_mm_per_min: 12000.000
acceleration_mm_per_sec2: 6000.000
max_travel_mm: 350.000
soft_limits: true
homing:
cycle: 3
allow_single_axis: true
positive_direction: false
mpos_mm: 0.000
feed_mm_per_min: 200.000
seek_mm_per_min: 4000.000
settle_ms: 500
seek_scaler: 1000.100
feed_scaler: 3.100

motor0:
  limit_pos_pin: gpio.32:low
  hard_limits: true
  pulloff_mm: 3.000
  stepstick:
    step_pin: I2SO.4
    direction_pin: I2SO.5
    disable_pin: I2SO.3

z:
# Z
steps_per_mm: 930.000
max_rate_mm_per_min: 1200.000
acceleration_mm_per_sec2: 300.000
max_travel_mm: 260.000
soft_limits: false
homing:
cycle: 0
positive_direction: true

motor0:
  hard_limits: false
  stepstick:
    step_pin: I2SO.7
    direction_pin: I2SO.8
    disable_pin: I2SO.6

i2so:
bck_pin: gpio.25
data_pin: gpio.27
ws_pin: gpio.26

spi:
miso_pin: gpio.19
mosi_pin: gpio.23
sck_pin: gpio.18

sdcard:
cs_pin: gpio.5
frequency_hz: 1000000

coolant:
flood_pin: gpio.17
mist_pin: I2SO.20
delay_ms: 0

Laser:
pwm_hz: 5000
output_pin: gpio.13
#enable_pin: I2SO.20
#direction_pin: NO_PIN
disable_with_s0: false
s0_with_disable: true
speed_map: 0=0.000% 1000=100.000%
off_on_alarm: true

start:
must_home: false
`

from fluidnc.

tomgale avatar tomgale commented on August 13, 2024

disable_with_s0: true is the fix! thanks all. On the off chance that it helps someone else, the tube staying energised was because the little control panel which comes with the laser PSU overrides the PWM signal, which is a bit annoying.

from fluidnc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.