-
Notifications
You must be signed in to change notification settings - Fork 92
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
Having issues Generating a working FW for Sienci SLB and Rapid Change ATC intergration #669
Comments
$668 is an optional stepper driver setting. Sienci added some setting numbers to their fork without reserving them so those that clashes with the upstream repo is not available for the same use as defined in the fork. Do not enable any of the probe plugins since those may interfere with the way probe inputs are handled by the SLB. I am working on the axis configuration issue, will commit an update soon if anything needs to change. |
You may try a new build in the Web Builder now - testing is ongoing so the changes will not be committed until verified. |
Thank you for the updates Terje. I have spoke with Chris at Sienci also and he gave me a starting point for a new FW. I built it last night and tested it. I did notice (and Chris said he informed you also) that I am NOT able to set a second spindle to PWM2 for laser use. is makes the FW go crazy and then removes ALL $values for A axis. Additionally it seems that $180-$183 and $190-$193 are missing for HOMING feed rate and seek rate. other then that though this is a WORKING version of FW and I was able to use all functions on the Rapid Change ATC so thank you very much for that. |
To enable PWM2 for laser use when you have two PWM spindles you have to set Leave
Not sure what you mean by this...
These are gone from the Trinamic driver and made optional, enabled by a flag in the |
Hello Terje, Apologies for the late reply, I was out of town for work. For the laser, I do NOT have two PWM spindles. My Spindle is MODVFD and my laser is PWM. How would I go about setting that up then? As far as the FW going crazy. What I meant is I when I enable 4 axis and ganged y on the web builder it builds the FW as expected. But when I go to FW settings and set spindle 1 to MODVFD as it should be and then set spindle2 to PWM2 to be able to use my laser also when I reset the controller and then open FW again after enabling spindle2 then ALL A axis $ values are gone from the FW. I will look into $338 as you mentioned. I will also look into $22 for the HOMING values that were removed from the Trinamic driver. Sent from my iPhoneOn Jan 31, 2025, at 2:07 PM, Terje Io ***@***.***> wrote:
I am NOT able to set a second spindle to PWM2 for laser use.
To enable PWM2 for laser use when you have two PWM spindles you have to set $32=1 and disable laser mode for the standard PWM spindle by a $9 flag:
image.png (view on web)
Leave $32 permanently set to 1, laser mode is turned off/on depending on which spindle is active.
is makes the FW go crazy and then removes ALL $values for A axis
Not sure what you mean by this...
There is an issue with enabling A-axis when a ganged/auto-squared axis is also enabled, $338 may be set to 15 when it should be 7. I'll look into this.
Additionally it seems that $180-$183 and $190-$193 are missing for HOMING feed rate and seek rate.
These are gone from the Trinamic driver and made optional, enabled by a flag in the $22 setting: Per axis feedrates.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Enable laser mode permanently with $31=1. It will then be turned on/off based on the active spindle.
So you do not see them any more or are they reset to default? |
Hello,
I have a Sienci Labs Longmill Mk2.5 with SLB and a Rapid Change ATC that I am trying to integrate. I have been trying for almost a week straight now and have not had success. I have seen PATCH updates for 1/16, 1/18 and 1/28 which all added useful features but have NOT been able to correct my issues. I have attached the JSON files (and labeled them accordingly) I have used for different versions of FW. The main issues I am running into is:
My "working 3-axis FW" only has THREE (3) axis available X,Y,Z but I have a current FW from Sienci with FOUR (4) axis available X,Y,Z,A as I have there rotary attachment as well as there Laser Attachment.
my "NOT working 4-axis FW" has ALL Four (4) axis available when I build the FW X,Y,Z,A and ALL of the settings I need for MODVFD etc all looks good and is there but no matter which patch I have built from they ALL will NOT drive my second Y2 ganged motor even though I have that set to "ganged" and causes no movement/control of Y2 and skews the machine axis and renders it unusable. I tried setting $8 for "Ganged axes dirrection invert" both ways also and the problem still persits.
I am hoping that you may be able to help me resolve my issues and get a working FW for my machine. Thank you very much in advance for taking the time to read over my issues and and help or guidance you can provide is very much appreciated.
MOTORS_NOT_WORKING - 3_AXIS_MATT TEST 3_partially working_NO ROTARY_NO LASER_firmware_STM32F4xx_LONGBOARD32.json
MOTORS_NOT_WORKING - 4_AXIS_MATT TEST 1_partially working_ADD ROTARY_ADD LASER[LASER DOESNT SHOW]_firmware_STM32F4xx_LONGBOARD32.json
MOTORS_NOT_WORKING - 4_AXIS_MATT TEST 2_partially working_ADD ROTARY_ADD LASER[LASER DOESNT SHOW]_firmware_STM32F4xx_LONGBOARD32.json
MOTORS_WORKING - 3_AXIS_partially working_NO ROTARY_NO LASER FW.json
MOTORS_NOT_WORKING - 3_AXIS_MATT TEST 3_partially working_NO ROTARY_NO LASER_firmware_STM32F4xx_LONGBOARD32.json
MOTORS_NOT_WORKING - 4_AXIS_MATT TEST 1_partially working_ADD ROTARY_ADD LASER[LASER DOESNT SHOW]_firmware_STM32F4xx_LONGBOARD32.json
MOTORS_NOT_WORKING - 4_AXIS_MATT TEST 2_partially working_ADD ROTARY_ADD LASER[LASER DOESNT SHOW]_firmware_STM32F4xx_LONGBOARD32.json
MOTORS_WORKING - 3_AXIS_partially working_NO ROTARY_NO LASER FW.json
The text was updated successfully, but these errors were encountered: