Closed telnet01 closed 1 month ago
Configs are for 2.1.2.2
Please test the bugfix-2.1.x
branch to see where it stands. If the problem has been resolved then we can close this issue. If the issue isn't resolved yet, then we should investigate further.
Configs are for 2.1.2.2
Please test the
bugfix-2.1.x
branch to see where it stands. If the problem has been resolved then we can close this issue. If the issue isn't resolved yet, then we should investigate further.
Hello, I deployed this assembly in a minimal configuration for testing - I connected the motor to the X-axis. But I could not conduct research, since after homing it immediately occurs system halted. This happens even when sensorles_homing is disabled and is triggered immediately after the software limit on the X-axis values is exceeded. If sensorles_homing is enabled - behavior as in the topic of the post, and then halted immediately after stopping the motor.
>>> G28 X
SENT: G28 X
RECV: echo:G28 X
RECV: >>> G28 X0.00 Y0.00 Z0.00
RECV: Machine Type: Cartesian
RECV: Probe: NONE
RECV: remember_feedrate_scaling_off: fr=66.67 100%
RECV: Raise Z before homing:
RECV: do_z_clearance(5.00 [0.00 to 5.00], 0)
RECV: do_blocking_move_to_z(5.00, 4.00)
RECV: >>> do_blocking_move_to X0.00 Y0.00 Z0.00
RECV: > X0.00 Y0.00 Z5.00
RECV: <<< do_blocking_move_to X0.00 Y0.00 Z5.00
RECV: >>> homeaxis(X)
RECV: Sensorless backoff: 5.00mm
RECV: >>> do_homing_move X0.00 Y0.00 Z5.00
RECV: ...(X, 5.00, 50.00)
RECV: <<< do_homing_move X0.00 Y0.00 Z5.00
RECV: Home Fast: -540.00mm
RECV: >>> do_homing_move X0.00 Y0.00 Z5.00
RECV: ...(X, -540.00, [50.00])
RECV: echo:busy: processing
RECV: <<< do_homing_move X0.00 Y0.00 Z5.00
RECV: Move Away: 5.00mm
RECV: >>> do_homing_move X0.00 Y0.00 Z5.00
RECV: ...(X, 5.00, [50.00])
RECV: <<< do_homing_move X0.00 Y0.00 Z5.00
RECV: Re-bump: -10.00mm
RECV: >>> do_homing_move X0.00 Y0.00 Z5.00
RECV: ...(X, -10.00, 25.00)
RECV: echo:Homing Failed
RECV: Error:Printer halted. kill() called!
Error:Printer halted. kill() called!
Greetings from the Marlin AutoBot!
This issue has had no activity for the last 90 days.
Do you still see this issue with the latest bugfix-2.1.x
code?
Please add a reply within 14 days or this issue will be automatically closed.
To keep a confirmed issue open we can also add a "Bug: Confirmed" tag.
Disclaimer: This is an open community project with lots of activity and limited resources. The main project contributors will do a bug sweep ahead of the next release, but any skilled member of the community may jump in at any time to fix this issue. That can take a while depending on our busy lives so please be patient, and take advantage of other resources such as the MarlinFirmware Discord to help solve the issue.
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
Hello
I have a five motors 17HS4401 with TMC2209 on scr 1.4. All motors operate correctly when performing linear motion (G0 command). The first four motors have a speed reduction of more than 4 and homing is correctly, unlike the last one. The last one (J motor) has a speed reduction of 1 to 1 and stops when the "G28 B" command is called immediately after BACKOFF. I tried to change microstepings,travel speed, homing speed, backoff bump, change current. This didn't work. Helps only if I change speed reduction more then twice for example (DEFAULT_AXIS_STEPS_PER_UNIT parameter, currect is 8.88 (200*16/360) for my configuration). but it doesn't suit my mechanics. If i change J_STALL_SENSITIVITY to 1..5 it start homing, but then when the motor has met a physical limitation, he does not stop but tries to break through it, so that the shaft begins to spin.
https://github.com/MarlinFirmware/Marlin/assets/6198593/4c07ee78-d15d-466c-9b5f-4bb360e67d9b
Bug Timeline
No response
Expected behavior
No response
Actual behavior
No response
Steps to Reproduce
No response
Version of Marlin Firmware
Marlin 2.1.2.2
Printer model
No response
Electronics
No response
LCD/Controller
No response
Other add-ons
No response
Bed Leveling
None
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
config.zip