compile problems
Hi, I am trying to compile Repetier, but keep getting this error,
Repetier.h no such file or directory.
I have tried this with several boards and two different computers, with the same error.
Even tried it with Marlin, it's just got me beat.
Any help would be highly appreciated.
thanks.
Repetier.h no such file or directory.
I have tried this with several boards and two different computers, with the same error.
Even tried it with Marlin, it's just got me beat.
Any help would be highly appreciated.
thanks.
Comments
What am I doing wrong here.
Arduino: 1.6.13 (Windows 7), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
Did this but have no idea what it is about.
1. Run config tool
2. Download zip and unzip
3. Open arduino ide and select Repetier.ino in repetier subfolder.
4. Set your port and motherboard.
5. Hit compile
You do one of the steps differently also i do not see which one.
I down loaded Arduino Ide v 1.85.
Ran the config tool down loaded the zip.
Ports set
hit compile and arduino puts the Ino file in a seperate folder, and tells me it can't find repetier .h
And we go though the same process as above.
Got me beat
It sounds as though something is missing in the Ino file, just my guess.
here is the last section of it.
But it is still telling me that files are missing , when they are not. It is looking for SdFatConfig.h
I might need to get a hair transplant after all this.
Edit
Ok I have just tried this on two different computers, a Win 7 pro and Win 10, both with same result.
May I ask a question here.
I have not as far as I know enabled the SD, I do not use it, so why is it looking for it ?
Do not start arduino ide
unzip the repetier firmwar to desktop
open the created repetier folder (now on the desktop)
double click the .ino file (this should automatically open arduino)
in arduino ide click the 'tick' to compile
this way everything 'should' be in the correct folder.
thanks for the reply, what you have said is exactly how I do it, nothing different at all, so the problem is not with the method of operation. I am not saying it is a problem with Repetier, but it must have something to do with a setting somewhere,BUT, where. Most likely in configuration file, I just don't know where to look.
No idea why you can not see it. See here
https://github.com/repetier/Repetier-Firmware/tree/master/src/ArduinoAVR/Repetier
can you post a pic of what you see
What I don't understand is why, when the file is there.
I am afraid I am not smart enough where programming is concerned.
Arduino: 1.8.5 (Windows 7), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
I really need to get this working, so where else could the problem arise from.
Thanks Guys for you help and patience.
Can anyone please put me right here
Here is the endstop settings, the Z is fine.
the X axis stopend is on the right, the y is at the front
define ENDSTOP_PULLUP_X_MIN true
Also I get a shudder when it starts a move, how can I cure this.
#define MIN_HARDWARE_ENDSTOP_Y false
and
#define MAX_HARDWARE_ENDSTOP_Y true
and
#define Y_HOME_DIR 1
Now, fingers crossed, I have one slight problem left.
There is a distinct shudder at the start of a movement,on the X and Y axis, but when homing it is very smooth.
I tried fiddling with the jerk but that made little difference if any.
Any ideas Guys.