Closed Gwebber-Net closed 5 months ago
See this wiki page.
See this wiki page.
None of my issues are described there
So for some magic reason, Homing X and Z now goes to the home switch.
Y motor still locks and whines when pressing home button But I am able to JOG the Y motor forward and backwards without any issues or wrong noises etc.
So That issue is still present
Funny noise is typically a wiring problem.
So why can I jog it normally, but not home it ?
On 14 Jun 2024, at 17:05, bdring @.***> wrote:
Funny noise is typically a wiring problem.
— Reply to this email directly, view it on GitHubhttps://github.com/bdring/FluidNC/issues/1241#issuecomment-2168234425, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABVGP2Z4ZFMMR7NEIDJEMDLZHMBEPAVCNFSM6AAAAABJKBSGZ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRYGIZTINBSGU. You are receiving this because you authored the thread.Message ID: @.***>
You didn't tell us either the jog speed or the jog distance so we cannot determine how fast it was trying to go during the jog. Nor did you tell us anything useful about the machine - "custom built" and "KM3" are not descriptive of the motors, the stepper drivers, the mechanic structure or the coupling between motors and mechanical parts. Lacking such information, it is impossible to know whether your configuration parameters are appropriate for the system.
I can say that the 525 steps/mm against 12000 mm/min is very aggressive. That works out to 105000 steps/sec which is quite close to the theoretical limit for I2S stepping, especially in I2S_STATIC mode. The acceleration is on the high side too.
Please provide more comprehensive, detailed, and unambiguous information. For example, when you say that the User Interface is "Web", we don't know if that means WebUI version 2, WebUI version 3, or some other web-based user interface like CNCjs or gSender. When you say "pressing home button", we don't know exactly which button on which user interface, since most UIs have several such buttons for homing different combinations of axes. Similarly, when you say "I am able to jog", that does not tell us exactly which button you used (or which command in the case of a manually issued jog command via a console window) nor what the settings were.
Ok so I will change the 12k to something like 5k
Im using the ESP WEB UI that comes default from the installer
The acceleration you are talking about, is that on X or Y ?
The only downside to your statement, is that homing is done at a significant lower speed then jogging
Jog distance was 100MM forward and backwards
I have used no custom commands, only the available buttons from the ESP WEB UI
Hope this clarifies some things
The acceleration you are talking about, is that on X or Y ?
The acceleration values could be high on either of those axes. Since I know almost nothing about the machine it is hard to say. I do not know the type of the mechanism (gantry or mill or whatever), moving mass per axis, drive type (belt, lead screw, ball screw, rack and pinion, ...), gearing ratios, motor size, driver type, driver current, microstepping setting, inherent friction (affected by alignment, lubrication, etc), ... All of those can affect the achievable speeds and accelerations.
The only downside to your statement, is that homing is done at a significant lower speed then jogging
Maybe, but since you have not told us the jog rate settings in WebUI, I have no way of verifying that.
WebUI v2 defaults to 1000 mm/min for the jog rate on X and Y. You have the Y homing seek rate set to 5000, which is not "significantly slower" than 1000, but rather 5x faster.
Ok so I just downloaded the base config, apparently that has some faults in it
What would you change in my current config in order for it to probably work correctly ?
I am guessing that, by "the base config", you mean this Tinybee example. A config file is specific to not only the controller board but also to the machine. The "faults" in that file reflect differences between your machine and whatever machine the config was written for. Based on the commentary in that file, it seems to be for a K40 laser machine. Even if you had a K40 laser, you would no doubt need to change some things, because there are countless variants of the generic "K40 laser" product,
Perhaps your "Custom built CNC for education.", "KM3 is the designation" is like a K40 laser, but it seems unlikely.
In order to tell you the specific mods you would need to make, someone would need to know pretty much every detail of your machine, including but not limited to all of those things I mentioned in a previous comment. We do not offer free consulting services for creating config files for random machines. The FluidNC Wiki has extensive documentation about how the config file items apply to different situations.
I have experience with klipper for 3d printers.
I already calibrated the Steps/mm for the stepper motors of my machine.
I will adjust the settings to be very safe, and report back if it made the Y axis function properly
Thanks
Wiki Search Terms
Homing does not turn axes
Controller Board
MKS TINYBEE
Machine Description
Custom built CNC for education. Cartesian style model KM3 is the designation
Input Circuits
No response
Configuration file
Startup Messages
User Interface Software
Web
What happened?
I am trying to home my axis
I have set up the directions correctly.
When I home Y the motor wants to spin, but it blocks for some reason, and starts to whine
X and Z don't move at ALL when pressing home button
In web UI terminal, I get te message : $HX ok
but the axis has not turned, and the limit switch has not been triggered.
GCode File
No response
Other Information
No response