Problems whit the Software!!!

Post Reply
viprit
Posts: 5
Joined: Wed Feb 27, 2019 6:10 pm

Problems whit the Software!!!

Post by viprit » Mon Mar 04, 2019 8:03 pm

have got the Prusa I3 Pro W and the Objekts are not the best ones. I think the sofware is the Problem. I will upload a new Software whit Arduino IDE
but there is an eror massage:

Code: Select all

Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"

In file included from sketch\Marlin.h:23:0,
from sketch\thermistortables.h:4,
from sketch\Configuration.h:792,
from C:\Users\levin\Downloads\Marlin\Marlin.ino:33:

sketch\pins.h:2956:0: warning: "X_MAX_PIN" redefined
#define X_MAX_PIN -1
^
sketch\pins.h:1363:0: note: this is the location of the previous definition

#define X_MAX_PIN 24
^

sketch\pins.h:2957:0: warning: "Y_MAX_PIN" redefined

#define Y_MAX_PIN -1
^

sketch\pins.h:1369:0: note: this is the location of the previous definition

#define Y_MAX_PIN 28
^

sketch\pins.h:2958:0: warning: "Z_MAX_PIN" redefined

#define Z_MAX_PIN -1
^

sketch\pins.h:1375:0: note: this is the location of the previous definition

#define Z_MAX_PIN 32
^

In file included from sketch\Marlin.h:23:0,

from sketch\Marlin_main.cpp:30:

sketch\pins.h:2956:0: warning: "X_MAX_PIN" redefined

#define X_MAX_PIN -1
Last edited by viprit on Wed Mar 06, 2019 2:50 am, edited 2 times in total.

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: Problems whit the Software!!!

Post by William » Tue Mar 05, 2019 2:43 pm

You need to use the Arduino 1.0.1 upload it then it will work.
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

Post Reply