MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.27k stars 19.23k forks source link

BUG Extruder cant reverse when correct stepp/mm is set #23498

Closed gamst666 closed 2 years ago

gamst666 commented 2 years ago

Did you test the latest bugfix-2.0.x code?

Yes, and the problem still exists.

Bug Description

When defining DEFAULT_AXIS_STEPS_PER_UNIT to correct values Extruder wont retract / reverse. (It does make a litttle noise though) With default E value, forward is slower than reverse.

DEFINE DEFAULT_AXIS_STEPS_PER_UNIT { 160, 160 , 804.44 , 380, 380 }

But when value for correct feedrate is inserted, Extruder will not reverse.

DEFINE DEFAULT_AXIS_STEPS_PER_UNIT { 160, 160 , 804.44 , 1862, 380 }

System Geeetech I3 Pro C with GT2560 board (Only 1 extruder and is changed H2 Biqu) 24 Voltage PSU installed. Tried with different driver options , and original Extruder.

Bug Timeline

When installing Marlin 2.xx

Expected behavior

working retraction with same speed as extruding. Testing in Repetier host manual control.

Actual behavior

Retraction only making a little noise.

Steps to Reproduce

No response

Version of Marlin Firmware

bugfix-2.0.x

Printer model

Geeetech I3 Pro C

Electronics

Standard GT2560 , 24 V PSU

Add-ons

No response

Bed Leveling

No response

Your Slicer

Prusa Slicer

Host Software

Repetier Host

Additional information & file uploads

2_conf_Files.zip

gamst666 commented 2 years ago

Found the following: decreasing DEFAULT_RETRACT_ACCELERATION to 50 (from 3000) makes retraction work.. With some noise and very softly start. I think the current for extraction is too low ?, and will try to find any settings defining this.

Any suggestions ,- please do not hesitate to comment.

github-actions[bot] commented 2 years ago

This issue has had no activity in the last 60 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 10 days.

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.