RAyWB
About
- Username
- RAyWB
- Joined
- Visits
- 2,124
- Last Active
- Roles
- Member
Comments
-
solved , had to change rod_radius
-
what about some complete informations?what printer type, which Firmware , what homing direction, which Electronic Hardware,where are endstops etc.etc.etcWith your description nobody can help you
-
as far as i can see heating is blocked below 20°C. see Extruder.cpp uint8_t output = 0; float error = act->targetTemperatureC - act->currentTemperatureC; if(act->targetTemperatureC < 20.0f) { // heating is off …
-
it´s in Step 8 : Option "fbdev" "/dev/fb1"the fb1 points to lcd , fb0 would point to hdmi to understand it´s best to read lots of threads( know it from my own experience ) f.e. look at this https://www.raspberrypi.org/forums/viewtopic.php?p=70…
-
takis said: Now i'm using the second one (Bridged En- Clk- Cw-). I've tried old Marlin version with microstep_pulse at 10 μs and it's working fine, but i don't want to use Marlin for various reasons. Ive uploaded the Configuration.Thanks in…
-
my wiring will not help as i use bare DUE. may be you should share a picture of your wiring so i can take a look at it.Pls also share your configuration.hwhats you settings of #define X_ENABLE_ON 1 #define Y_ENABLE_ON 1 #define Z_ENABLE_ON 1 are the…
-
On TB6600 (guess you are using them for x,y and z) you have to set #define X_ENABLE_ON 1 #define Y_ENABLE_ON 1 #define Z_ENABLE_ON 1 #define STEPPER_HIGH_DELAY 1 #define DIRECTION_DELAY 1 #define ALLOW_QUADSTEPPING 1 #define DOUBLE_STEP_DELAY 2 t…
-
that´s usual behaviour depending on layer height.The thinner the layers, the better the result.
-
stringing is often issued by too high print temperatures and slow travel speeds. may be this guide helps: https://www.simplify3d.com/support/print-quality-troubleshooting/
-
venkatesh_edward said: i run with dry run with manually controls but motor is not getting energies Repetier said: Also make sure dry run is not enabled or it will also ignore extrusions. to help you we need more information…
-
#define Z_PROBE_FINISHED_SCRIPT "G4 P500\n M340 P0 S1500"
-
what to change is written in the thread i supposedhttps://forum.repetier.com/discussion/3092/ssd1306-i2c-display-on-due#latest only line numbers changed , as there were many updates since then. in actual version there is only a single line to change…
-
the problem is that eeprom and display use different i2c routines.u8glib(Display library) has it´s own routines which don´t match the HAL routines.That´s what causes the problems.So if you follow my suggestion with DUE´s second I2C Port (pin 70/71)…
-
http://3daddict.com/3d-printer-extruder-calibration-steps/ you can edit eeprom values in repetier host eeprom editor
-
Ok,so you´re wrong.The PTFE liner has not to be placed on top, it has to go inside the Coldend and also inside the heatbreak.How deep depends on Heatbreak, if full metal or light Version.I Know These Hotends are sold as "universal" but without the P…
-
see here:on due you should use second I2C port for Display.https://forum.repetier.com/discussion/3092/ssd1306-i2c-display-on-due#latest
-
in that case your hotend is blocked.Guess you try to print PLA .regarding the picture i can see Fan is mounted to high , and it has to run as soon as hotend gets heated.anyway , PLA on full metal Hotend, especially the not Original E3D´s is quite tr…
-
might be wrong baud rate, what happens when you connect from computer via repetier host directly?Interesting part is directly after printer startup
-
as EEProm is located on RADDS you have to Plug RADDS Board on Due to test connection. so may be you try again with RADDS on DUE
-
already answered : Repetier said: Deltas in V1 have only one resolution for all axes (taken from Z-Axis).
-
seems to be incompatible firmware. What Firmware does your Printer use?
-
Ok, solved for my case (display rotated 270° ) it was just to add Option "TransformationMatrix" "1 0 0 0 -1 1 0 0 1" in file /usr/share/X11/xorg.conf.d/99-calib.conf seems to be different since Server change from debian jessie to stretch
-
found some time to read and try a couple of things and ended up here:https://wiki.ubuntu.com/X/InputCoordinateTransformation#Setting_the_Coordinate_Transformation_Matrix but how can i make that permanent respectively automatic executed?sorry for n…
-
ok, so your display seems to be different from mine, sorry no more ideas from my side
-
that´s the part which makes it work ,otherwise you just see the cursor if you did not modify the config.txt Sudo nano /usr/share/X11/xorg.conf.d/99-fbdev.conf add following lines: Section "Device" Identifier "TFT" Driver "fbdev" Option "fbdev" "/de…
-
so may be just use the repetier server image and follow what i suggested.that´s how i got my display to do the job on repetier server image.
-
ok, found something.just take a fresh , unmodified installation. Sudo nano /boot/config.txt attach following line at the end of file : dtoverlay=piscreen,speed=32000000,rotate=270,fps=20 save file. Sudo nano /boot/cmdline.txt at end of first line at…
-
so it might get a riddle... i remember some of these displays were quite tricky to install but i have to search which one it was.whats indicated on the display ? is it A or B
-
OK, as far as i know there are two versions of this display .-was there a cd included ?if yes , did you use the driver from cd or a downloaded one?
-
did you follow the guide?https://www.waveshare.com/wiki/3.5inch_RPi_LCD_(B)