prakash11

About

Username
prakash11
Joined
Visits
8
Last Active
Roles
Member

Comments

  • My concern is that when I use gcodes which have G1 in all lines runs as expected but in above gcode there is missing G1 or G0. Is that making some problem? I saw it start engraving little and then it jump to 17% completed in 1 second. And in few m…
  • I was out for some agriculture work(small farmer).As per above, configuration is set resulting in - 1)command G1 X50 Y50 F500(and G1 X50 Y50)     no move, only sound. 2)command M119-   11:24:01.806 : N14 M119*31    11:24:01.814 : endstops hit: x_min…
  • This is Here(rod driven system)- #define X_BACKLASH 0 #define Y_BACKLASH 0 #define Z_BACKLASH 0 #define RAMP_ACCELERATION 1 #define STEPPER_HIGH_DELAY 0 #define DIRECTION_DELAY 2 #define STEP_DOUBLER_FREQUENCY 12000 #define ALLOW_QUADSTEPPING 1 #def…
  • Hello,When i command G1 X50 Y50 F500 result is -sometime it moves fast(as it should be)When command is G1 Y50 F500Mostly it moves very slow and low distance(Not even a full revolution of motor)sometime it just makes sound, no move(specially when ope…
  • many thanks RAyWB.. I was unfamiliar about 24v supply for ramps.I have fan0 pin free can i use that for spindle 0-10v output by using external module like they do ?- https://photos.app.goo.gl/T8x7bhVMHMqRmKhe9 I have 3d printer. So not using this m…
  • i mean to write that i am rotating the encoder in one direction but motor is misbehaving.
  • Now it seems that stepper missing steps bcoz moving y axis moves stepper in one direction and sometimes opposite direction. Should i try delay? And what is that coming just below of printer name on smart display? how can i change that showing $&…
  • OMG. Thanks a ton. Now repetier firmware latest version compiled and uploaded. It is moving. I was using that old version bcoz it was stable release.Now let me check everything working fine of not from display.Thanks for firmware version suggestion.
  • Repetier.log file contents- > 15:57:02.981 : DebugLevel:6 > 15:57:02.981 : ok 6 > 15:57:02.981 : ok 7 > 15:57:02.981 : Begin file list > 15:57:02.981 : End file list > 15:57:02.981 : ok 8 > 15:57:02.984 : ok 9 > 15:57:02.984 …
  • log after reconnect in repetier host- 15:47:15.790 : Free RAM:3903 15:47:15.792 : N9 M220 S100*104 15:47:15.792 : N10 M221 S100*81 15:47:15.793 : FIRMWARE_NAME:Repetier_0.92.9 FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERS…
  • Repetier Host Output is - 15:38:53.814 : OpenGL renderer:AMD RS780 (DRM 2.50.0 / 5.4.0-53-generic, LLVM 10.0.0) 15:38:53.814 : Using fast VBOs for rendering is possible 15:38:59.855 : Printer reset detected - initializing 15:38:59.867 : ?start 15:39…
  • End stops working fine, normally off when pressed shoes on on riprap display.
  • Changed stepper high delay to 2 and aslo x enable on 1 y enable on 1 But no progress. Pressing home for any axis hang ramps as no sound from rotatory encoder until pressed reset.
  • when i power them all using 24v supply it shows idle. In idle state en is at 5v dir at 5v and step at 0v. When homing command issued Dir is 0v Step at 5v and enable at 0v. These are readings on multimeter.
  • Connected from vcc pin from ramps as it is providing 5v output (tested using multimeter). when trying to home x or y axis board hangs as can be seen on display attached to ramps.
  • 5v coming from 5V pin on ramps. Yellow cable (At bottom) is providing 5v from ramps to tb6600 drivers.
  • Here it is https://photos.app.goo.gl/QbwPYnsffciRtGn99Nothing is different just taking inputs from ramps to drives. Only one endstop is plugged as of now to just check. only 2 stepper drivers are connected for testing.5V from ramps to 5v input to tb…
  • Actually i am trying to build one from last 5 months but no luck. tried grbl for uno and mega. no result. tried marlin. no move. now at repetier. no progress.My stepper driver dont have step- dir- enable- they all are +here is the image- https://rob…
  • It is arduino mega+ramps1.4 and from ramps step,dir and enable pins to their respective motors of x y and z axis as shown in here -https://www.google.com/url?sa=i&url=https%3A%2F%2Fforum.repetier.com%2Fdiscussion%2F5983%2Ftb6600&psig=AOvVaw3…
  • Already did that with configuration defaults. In that condition drv8825 running fine but when replaced with tb6600, it stopped.
  • Thanks. But now it is working i connected motors as shown in here and now it is working fine. Both motors are moving simultaneously. Will wiring like this make some issue in future?
  • Thanks. But now it is working i connected motors as shown in here and now it is working fine. Both motors are moving simultaneously. Will wiring like this make some issue in future?
  • Thanks for reply. It got successfully installed using stable version. But now second problem occurs. I want to use 2 steppers in z axis. I connected them in series, in parallel but in all cases it is running mad even after trying to adjust the curre…
  • Hello There, I have same problem with IDE version 2.1.5 I have installed SdFat library and all examples in the SdFat are visible but while compiling the repetier firmware(on Raspberry pi) still getting the error- /usr/share/arduino/hardware/tools/av…