RAyWB
About
- Username
- RAyWB
- Joined
- Visits
- 2,124
- Last Active
- Roles
- Member
Comments
-
As I´m using V2 for my laser now i have to search a little for the V1 behaviour.what hardware do you use? and how i laser connected?
-
which firmware version do you use?it has to be G1 move
-
https://www.repetier.com/documentation/repetier-firmware/z-probing/
-
simplest way is via ( small ) z-move. from my opinion move should not exceed 0.1 mm to stay focused just use a low feedrate to get enough power.
-
the values in your eeprom seem pretty unusual...may i ask the real size of that printer?1.96 meters width? 2.2 meters depth?and 500 meters tall?
-
Whats your settings for #define MAX_FEEDRATE_X #define MAX_FEEDRATE_Y #define MAX_FEEDRATE_Z ?
-
follow this: https://forum.repetier.com/discussion/6035/setting-up-joy-it-3-5-display#latest
-
Problem is that Printer manufacturers use uncontrolled forks of Firmware.They also change Hardware as they want so it can (and will) happen that you buy two identical lookingprinters with different hardware. So upgrading that printers can get hard i…
-
vermutlich musst du den letzten part weglassen, also ohne dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900
-
do you have a space between #define Z_HOME_DIR and -1 ? you previously posted #define Z_HOME_DIR -1 (no space) but it has to be #define Z_HOME_DIR -1
-
Dave_Da48 said: Escuse me but im not that stupid, my problem is strange so good luck , just tried to help
-
Dave_Da48 said: I've tried to changed too this #define Z_HOME_DIR -1 but don't do anithing this just says the homing direction.-1 is zmin,1 is zmax
-
so moving direction should change when you change this parameter .just recompile and upload
-
so changefrom #define INVERT_Z_DIR 0to#define INVERT_Z_DIR 1
-
i mean where the endstopswitches are mounted....on top of z-axis or at the bottom
-
please answer the question
-
and where ar the endstops mounted?on top of z-axis or on bottom?
-
what i mean is which part moves when homing.
-
is nozzle moving or bed moving?
-
Just to be honest , i did a lot of tests and even tried to add menu points for spindle and laser what ended up in unusability.Why?most , not to say all parameters you want to change for spindle and laser have to be changed on the fly,so you don´t …
-
are you shure you have right directions/homing ? distance from nozzle to bed = 0 means zmin.max. possible distance from nozzle to bed means zmax. as you did not write what type of printer you have it´s hard to follow
-
nachdem es vermutlich ein HDMI-Display ist musst du auch den Hdmi part anpassen.der xpt2046 ist nur der touchcontroller.normalerweise ist bei den 5" eine cd dabei, da ist wohl auch ne readme.txtoder download vom lieferanten meine 5 zöller benötigen …
-
If you want to change menus you should use the custom menu sytem , similar to custom events.Don´t think repetier will do changes in menu structure as V2 is work in progress which also is much better forCNC as it can handle up to 7 Axis.Have a 4 Axis…
-
oops...why don´t you look at the config.txt of the waveshare image? the correct driver is written there as it works.... fbturbo.conf... same there. run sudo nano /usr/share/X11/xorg.conf.d/99-fbtrubo.conf on waveshare image so you see the cont…
-
you use ramps-fd ? where and on which connector did you connect SD?
-
you can follow the above instructions https://forum.repetier.com/discussion/6014/setting-up-adafruit-3-5-tft-w-repetier-server not shure about the adafruit driver, but it might be compatible ;-) if not in Step2 just use your driver instead dtove…
-
BTW if you ask for the "WHY" i suggest the waveshare image :if you open the joy-it overlay file ( .dtb) with a text editor you´ll find : /waveshare35a_pins ' :/fragment@2/__overlay__/waveshare35a@0 * G/fragment@2/__overlay__/wav…
-
Hope your internet connection is faster than mine ,download the waveshare image and try this . if that works for your display i can help you setting up the repetier imagefor your display. https://www.waveshare.com/wiki/3.5inch_RPi_LCD_(A)
-
just took a look at the device, seems to be the waveshare Display.I´ll respond later on,when i´m at home
-
Looks like error is in /usr/share/X11/xorg.conf.d/99-fbturbo.confcan you please post the complete Content of this file