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.29k stars 19.24k forks source link

[BUG] Wanhao Dub 4S Nozzle E1 not heating up, after flashing to Marlin #25078

Closed CoolZeroNL closed 1 year ago

CoolZeroNL commented 1 year ago

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

Yes, and the problem still exists.

Bug Description

E1 Nozzle is not heating up, after flashing to latest (c16d3655bf) commit of bugfix-2.1.x branch. E2 however is working.

With the Sailfish 7.7 firmware E1 and E2 are heating up.

When i flash the machine to Marlin then E1 wont heat up, and fail after timeout.

I tried also the firmware with no change to the configuration files, but also this does not heat E1.

Stock configuration used (copy fom: https://github.com/MarlinFirmware/Configurations/tree/import-2.1.x/config/examples/Wanhao/Duplicator%204S) :

Own adjusted configuration:

Firmware build pipeline (dont know i u can access but):

ps. Electric wiring is checked, and all is Oke. Also when i flash the machine back to Sailfish 7.7 E1 and E2 are heating up.

Bug Timeline

First version of marlin on this machine

Expected behavior

Nozzle should heat up to tempature

Actual behavior

Nothing happens, after timeout message: Heating failed: E1 printer halted, please reset

Steps to Reproduce

Steps:

  1. Menu -> Tempature -> Nozzle 1 --> 50 degree

Version of Marlin Firmware

Commit: c16d3655bf from bugfix-2.1.x

Printer model

Wanhao Dublicator 4S

Electronics

stock

Add-ons

none

Bed Leveling

No Bed Leveling

Your Slicer

Simplify3D

Host Software

Same as my slicer

Don't forget to include

Additional information & file uploads

No response

ellensp commented 1 year ago

The BOARD_MIGHTYBOARD_REVE is special, it uses pin that are not in the arduino build env. Use build env MightyBoard1280

CoolZeroNL commented 1 year ago

Thats it, great thanks !

github-actions[bot] commented 1 year 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.