BCN3D / BCN3DSigma-Firmware

Custom Marlin version for the brand new BCN3D Sigma from BCN3D Technologies
https://bcn3d.com
GNU General Public License v3.0
89 stars 74 forks source link

change the filament during printing BUG #190

Closed hst68 closed 6 years ago

hst68 commented 6 years ago

If you change the filament during printing (Pause ->Tools->Change Filament). If it happens repeatedly that the process ends while unloading, but the LCD screen gets stuck with the process window. Actually, he should go to Lade Filament Screen. That's annoying because every pressure is destroyed! Firmware 1.2.7 R17 bondtech extruder

AlejandroGarcia92 commented 6 years ago

We had this issue with bondtech and we saw that the relation between steps/mm and max feedrate was too high for the microcontroller and we set the max feedrate of E motors to 40mm/s for Sigmax which works with bondtech(Sigma has set by default 60).

Use the following commands: M203 E40.00 M500

hst68 commented 6 years ago

Great, it works!