Welcome! Log In Create A New Profile

Advanced

Marlin Setup for Wanhao Dup. i3?confused smiley

Posted by leonnisae 
Marlin Setup for Wanhao Dup. i3?confused smiley
February 10, 2018 07:59PM
I'm having trouble setting up Marlin right for my Wanhao Duplicator i3 v2. About a week ago I had it setup to the point where it was working but only when it was hooked to the computer. Turns out it was my Arduino board so I bought anew one and now I'm not having the problems I was. I loaded the same setup that I did with my other one where it was working fine but whenver it is plugged into the computer or I just turn my printer on it says "KILLED. PRINTER HALTED Please Reset" I'm not quite sure what settings I need to change. I'm also having trouble figuring out how to make the dial move to select prints and what not. I know I have to change something in the "pins.h" file but I have no clue what. I am pretty new to this. I've attached my Marlin Config if anyone can help that would be greatly appreciated.
I'm using a RAMPS 1.4 board, Arduino Mega 2560, Wanhao Duplicator i3 V2 and this is the display I bought: [www.amazon.com]
Attachments:
open | download - Marlin.rar (950 bytes)
Re: Marlin Setup for Wanhao Dup. i3?confused smiley
February 11, 2018 11:12AM
Can not do anything with the Marlin.ino

Need marlin version number you are using
Need configuration.h, maybe configuration_adv.h and pins_Ramps.h from your marlin

Edited 3 time(s). Last edit at 02/11/2018 11:13AM by Roberts_Clif.
Re: Marlin Setup for Wanhao Dup. i3?confused smiley
February 11, 2018 08:58PM
I am using Marlin 1.1.6. Here's all the files:
[www.dropbox.com]
Re: Marlin Setup for Wanhao Dup. i3?confused smiley
February 12, 2018 07:55AM
Looking thru the code found that you do not need

//#define DOGLCD // Full graphics display

As you have enabled
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER

Could not see any other conflicts, on a quick glance
Re: Marlin Setup for Wanhao Dup. i3?confused smiley
February 12, 2018 11:03AM
I believe you should also enable functions below, as I have found them extremely helpful.

#define INDIVIDUAL_AXIS_HOMING_MENU
#define BABYSTEPPING

Edited 1 time(s). Last edit at 02/12/2018 10:00PM by Roberts_Clif.
Re: Marlin Setup for Wanhao Dup. i3?confused smiley
February 13, 2018 06:24PM
Okay that fixed some of the problem. It actually says "Marlin 1.1.6 when booting up now. But the screen still says "Killed Printer Halted" not sure why.
Re: Marlin Setup for Wanhao Dup. i3?confused smiley
February 13, 2018 09:28PM
Can get someone else to give us some input, I am not seeing it.

Edited 1 time(s). Last edit at 02/15/2018 07:27PM by Roberts_Clif.
Re: Marlin Setup for Wanhao Dup. i3?confused smiley
February 14, 2018 11:22AM
Do you have both the heated bed AND nozzle thermistors connected and in the correct sockets ?
Re: Marlin Setup for Wanhao Dup. i3?confused smiley
February 15, 2018 12:52PM
Yes they are connected to the right places. I' double checked before I put them in. I could also preheat my bed and printer before my other board went bad.
Re: Marlin Setup for Wanhao Dup. i3?confused smiley
February 15, 2018 03:50PM
Ok, are there any other errors reported just before the "killed printer", normally it should indicate why you get that error. maybe in a log file.
Re: Marlin Setup for Wanhao Dup. i3?confused smiley
February 19, 2018 07:12PM
Not seeing any other errors or a log file? When I click verify this is everything that comes up in the message center thing.

"In file included from sketch\thermistortables.h:80:0,

from sketch\temperature.h:30,

from sketch\Marlin_main.cpp:250:

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.20640015e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

};

^

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.71040009e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '4.27359985e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '4.99679993e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '5.84320007e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '6.84e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '8.10880005e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '9.6352002e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.15247998e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.38943994e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.64464001e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.99135999e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '2.41632007e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '2.92576001e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.53152002e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '5.07135986e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '7.15472021e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '9.44975977e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.179696e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.37243203e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.50323203e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.57764805e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.61392002e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

In file included from sketch\thermistortables.h:80:0,

from sketch\temperature.h:30,

from sketch\configuration_store.cpp:184:

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.20640015e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

};

^

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.71040009e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '4.27359985e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '4.99679993e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '5.84320007e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '6.84e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '8.10880005e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '9.6352002e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.15247998e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.38943994e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.64464001e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.99135999e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '2.41632007e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '2.92576001e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.53152002e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '5.07135986e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '7.15472021e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '9.44975977e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.179696e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.37243203e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.50323203e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.57764805e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.61392002e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

In file included from sketch\thermistortables.h:80:0,

from sketch\temperature.h:30,

from sketch\endstops.cpp:30:

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.20640015e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

};

^

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.71040009e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '4.27359985e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '4.99679993e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '5.84320007e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '6.84e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '8.10880005e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '9.6352002e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.15247998e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.38943994e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.64464001e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.99135999e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '2.41632007e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '2.92576001e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.53152002e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '5.07135986e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '7.15472021e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '9.44975977e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.179696e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.37243203e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.50323203e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.57764805e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.61392002e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

In file included from sketch\thermistortables.h:80:0,

from sketch\temperature.h:30,

from sketch\planner.cpp:63:

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.20640015e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

};

^

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.71040009e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '4.27359985e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '4.99679993e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '5.84320007e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '6.84e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '8.10880005e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '9.6352002e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.15247998e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.38943994e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.64464001e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.99135999e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '2.41632007e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '2.92576001e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.53152002e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '5.07135986e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '7.15472021e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '9.44975977e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.179696e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.37243203e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.50323203e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.57764805e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.61392002e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

In file included from sketch\thermistortables.h:80:0,

from sketch\temperature.h:30,

from sketch\stepper.cpp:51:

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.20640015e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

};

^

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.71040009e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '4.27359985e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '4.99679993e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '5.84320007e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '6.84e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '8.10880005e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '9.6352002e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.15247998e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.38943994e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.64464001e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.99135999e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '2.41632007e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '2.92576001e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.53152002e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '5.07135986e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '7.15472021e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '9.44975977e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.179696e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.37243203e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.50323203e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.57764805e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.61392002e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

In file included from sketch\thermistortables.h:80:0,

from sketch\temperature.h:30,

from sketch\temperature.cpp:28:

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.20640015e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

};

^

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.71040009e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '4.27359985e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '4.99679993e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '5.84320007e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '6.84e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '8.10880005e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '9.6352002e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.15247998e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.38943994e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.64464001e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.99135999e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '2.41632007e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '2.92576001e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.53152002e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '5.07135986e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '7.15472021e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '9.44975977e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.179696e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.37243203e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.50323203e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.57764805e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.61392002e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

In file included from sketch\thermistortables.h:80:0,

from sketch\temperature.h:30,

from sketch\ultralcd.cpp:31:

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.20640015e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

};

^

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.71040009e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '4.27359985e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '4.99679993e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '5.84320007e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '6.84e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '8.10880005e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '9.6352002e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.15247998e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.38943994e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.64464001e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.99135999e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '2.41632007e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '2.92576001e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.53152002e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '5.07135986e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '7.15472021e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '9.44975977e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.179696e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.37243203e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.50323203e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.57764805e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.61392002e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

In file included from sketch\thermistortables.h:80:0,

from sketch\temperature.h:30,

from sketch\utility.cpp:25:

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.20640015e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

};

^

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.71040009e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '4.27359985e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '4.99679993e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '5.84320007e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '6.84e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '8.10880005e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '9.6352002e+2' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.15247998e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.38943994e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.64464001e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.99135999e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '2.41632007e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '2.92576001e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '3.53152002e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '5.07135986e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '7.15472021e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '9.44975977e+3' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.179696e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.37243203e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.50323203e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.57764805e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

sketch\thermistortable_13.h:48:1: warning: narrowing conversion of '1.61392002e+4' from 'double' to 'const short int' inside { } [-Wnarrowing]

Sketch uses 116216 bytes (45%) of program storage space. Maximum is 253952 bytes.
Global variables use 4602 bytes (56%) of dynamic memory, leaving 3590 bytes for local variables. Maximum is 8192 bytes.
Re: Marlin Setup for Wanhao Dup. i3?confused smiley
February 23, 2018 05:06AM
Download a fresh version of Marlin 1.1.8
Replace the configuration.h file in the /Marlin directory with the attached one.

You should be able to compile and upload the config. Your temp sensors might show around 41C because some versions of the Melzi board uses 10K pull-ups - easiest way is to replace them with standard 4.7K
Attachments:
open | download - Configuration.h (64.8 KB)
Re: Marlin Setup for Wanhao Dup. i3?confused smiley
December 07, 2018 02:10PM
Thanks for this config file. New versions of Repetier won't fit on my Melzi board anymore and this worked great! I made a github repository in case others are interested in downloading it as is or even upgrading it in the future for future versions of Marlin. [github.com]
Sorry, only registered users may post in this forum.

Click here to login