Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JD GarageDIY Plasma #1681

Closed
brittadams opened this issue Jan 3, 2025 · 1 comment
Closed

JD GarageDIY Plasma #1681

brittadams opened this issue Jan 3, 2025 · 1 comment

Comments

@brittadams
Copy link

$0=10.0 ; Step pulse time, microseconds
$1=255 ; Step idle delay, milliseconds
$2=0 ; Step pulse invert, mask
$3=5 ; Step direction invert, mask
$4=0 ; Invert step enable pin, boolean
$5=3 ; Invert limit pins, boolean/mask
$6=1 ; Invert probe pin, boolean
$9=1 ; PWM Spindle as bitfield where setting bit 0 enables the rest
$10=511 ; Status report options, mask
$11=0.010 ; Junction deviation, millimeters
$12=0.002 ; Arc tolerance, millimeters
$13=0 ; Report in inches, boolean
$14=0 ; Limit pins invert, mask
$15=0 ; Coolant pins invert, mask
$16=0 ; Spindle pins invert, mask
$17=0 ; Control pins pullup disable, mask
$18=0 ; Limit pins pullup disable, mask
$19=0 ; Probe pin pullup disable, boolean
$20=0 ; Soft limits enable, boolean
$21=0 ; Hard limits enable, boolean
$22=0 ; Homing cycle enable, boolean (Grbl) / mask (GrblHAL)
$23=0 ; Homing direction invert, mask
$24=25.0 ; Homing locate feed rate, mm/min
$25=500.0 ; Homing search seek rate, mm/min
$26=250 ; Homing switch debounce delay, milliseconds
$27=1.000 ; Homing switch pull-off distance, millimeters
$28=0.100 ; G73 retract distance, in mm
$29=0.0 ; Step pulse delay (ms)
$30=1000.000 ; Maximum spindle speed, RPM
$31=0.000 ; Minimum spindle speed, RPM
$32=0 ; Laser-mode enable, boolean
$33=5000.0 ; Spindle PWM frequency
$34=0.0 ; Spindle off Value
$35=0.0 ; Spindle min value
$36=100.0 ; Spindle max value
$37=0 ; Stepper deenergize mask
$39=1 ; Enable printable realtime command characters, boolean
$40=0 ; Apply soft limits for jog commands, boolean
$41=0 ; Parking cycle as bitfield where setting bit 0 enables the rest
$42=2 ; Parking axis
$43=1 ; Homing passes
$44=4 ; Homing cycle 1
$45=3 ; Homing cycle 2
$46=0 ; Homing cycle 3
$56=5.0 ; Parking pull-out distance in mm
$57=100.0 ; Parking pull-out rate in mm/min
$58=-5.0 ; Parking target in mm
$59=500.0 ; Parking fast rate in mm/min
$60=0 ; Restore overrides
$61=0 ; Safety door options as bitfield
$62=0 ; Sleep Enable
$63=3 ; Feed Hold Actions
$64=0 ; Force Init Alarm
$65=0 ; Require homing sequence to be executed at startup
$70=79 ; Network Services
$73=1 ; Wifi Mode
$74= ; Wifi network SSID
$75= ; Wifi network PSK
$100=40.00000 ; X-axis steps per millimeter
$101=40.00000 ; Y-axis steps per millimeter
$102=200.00000 ; Z-axis steps per millimeter
$110=12500.000 ; X-axis maximum rate, mm/min
$111=12500.000 ; Y-axis maximum rate, mm/min
$112=3000.000 ; Z-axis maximum rate, mm/min
$120=700.000 ; X-axis acceleration, mm/sec^2
$121=700.000 ; Y-axis acceleration, mm/sec^2
$122=700.000 ; Z-axis acceleration, mm/sec^2
$130=200.000 ; X-axis maximum travel, millimeters
$131=200.000 ; Y-axis maximum travel, millimeters
$132=20.000 ; Z-axis maximum travel, millimeters
$320=cutty ; Hostname, max: 64
$322=192.168.5.1 ; IP Address
$323=192.168.5.1 ; Gateway
$324=255.255.255.0 ; Netmask
$325=23 ; Telnet port
$326=80 ; HTTP port
$327=81 ; Websocket port
$328=21 ; unknown
$337= ; WiFi Access Point (AP) BSSID
$341=0 ; Tool Change Mode
$342=30.0 ; Tool Change probing distance
$343=25.0 ; Tool Change Locate Feed rate
$344=200.0 ; Tool Change Search Seek rate
$345=200.0 ; Tool Change Probe Pull Off rate
$346=1 ; Restore position after M6 as boolean
$370=4 ; Invert I/O Port Inputs (mask)
$384=0 ; Disable G92 Persistence
$392=4.0 ; Spindle on delay in s
$393=1.0 ; Coolant on delay in s
$398=100 ; Planner buffer blocks
$481=0 ; Autoreport interval in ms
$484=1 ; Unlock required after E-Stop as boolean
$486=0 ; Unlock required after E-Stop as boolean
$650=0 ; File systems options as bitfield
$I=custom

@MitchBradley
Copy link
Collaborator

If this is an attempt to use the grbl_esp32 to fluidnc translator, it will not work for several reasons. First, to use the translator you must use tht translator template, not a random issue template. Second, the translator translates "machine.h" files, not Grbl $ settings files. Third, this setting file appears to be for some other Grbl variant, based on the presence of unusual values like $650.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants