Foxies-CSTL / Marlin_2.1.x

This repository, based on the work of the Marlin team, contains the source code and some firmware for the Deltas printers. This firmware is optimized for FLSun 3D printers based on the original 32-bit platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
104 stars 26 forks source link

[BUG] "Change Filament" command moves the carriages in strange ways #8

Closed ManticoreSigma closed 2 years ago

ManticoreSigma commented 2 years ago

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

No, but I will test it now!

Bug Description

Used preconfigured firmware: Q5_8+SCWTPULR-Robin_nano.bin 2.1.1 When I select "Change Filament", the carriage in the back of my Q5 pulls upwards and the others drop slightly, but they are all under extreme stress. It also seems the printer wants to home, but moves one axis in the wrong direction, waiting for it to arrive, but it never does (the carriage collides with the top cover but keeps pulling upwards). When selecting "Unload Filament" and then "Load Filament", everything works perfectly.

Bug Timeline

First witnessed yesterday (September 6th 2022)

Expected behavior

I expected the carriages to either stand still, home or just drop slightly.

Actual behavior

The carriage on the "back axis" pulls upwards and the others drop different heights.

Steps to Reproduce

Select the option "change filament"

Version of Marlin Firmware

2.1.1

Printer model

FLsun Q5

Electronics

Stock

Add-ons

No response

Bed Leveling

UBL Bilinear mesh

Your Slicer

Prusa Slicer

Host Software

OctoPrint

Don't forget to include

Additional information & file uploads

No response

Foxies-CSTL commented 2 years ago

When there is an automatic or manual filament change, the head will be positioned at the back at "YMax - 20mm" to avoid purging the filament in the center of the bed. But this will change in the next versions and will be like this "M600 X0 Y-95 Z50" to take into account the bed size of the Q5

ManticoreSigma commented 2 years ago

Okay, great! Then I'll wait for the next version and close the issue.