RAyWB
About
- Username
- RAyWB
- Joined
- Visits
- 2,123
- Last Active
- Roles
- Member
Comments
-
sorry, not familiar with that but fan0 pin at ramps is open drain , so not useful for this setup.Picture shows an additional card with connection to a digital pin and last but not least pwm spindle control is not implemented in repetier firmware out…
-
Password - Here you can change your Passwort for access point mode. The default passwort is 12345678. siehe manual: https://www.repetier-server.com/manuals/0.94/index.html
-
there are several posts here in forum , search for tb6600 .It´s explained multiple times. Problem is they need at least 5V Logic level
-
"The operation voltage for the drivers is ~3V" nope, the voltage you use to supply the radds card is also operation voltage for the drivers "searching in the net I found out that most of makers don't advise you to do it" well..no comment best is 1 …
-
btw : hope you don´t supply ramps/arduino by 24V this will kill arduino's voltage regulator soon. see:https://reprap.org/wiki/RAMPS_24v
-
changing direction is usually steppers current setting, refer drivers manual how to do.also might be loose cable on dir input regarding display no idea
-
i remember, it´s a hard way to get the first machine runnig, so have fun now!
-
sorry, no more idea from my side .but as you wrote :"After commanding this gcode sound of fan from PSU24V goes down"I you should check 24V during operation.not shure what happens BTW:15:47:15.793 : FIRMWARE_NAME:Repetier_0.92.9 FIRMWARE_URL:https:…
-
what happens when you send gcode ? f.e. G1 X50 Y50 F500
-
whats the endstops settings?after starting homing firmware waits for endstop to be triggered/untriggeredso it does not really hang What´s reported after sending M119 ?
-
what are your settigs from this`? #define X_ENABLE_ON 1 #define Y_ENABLE_ON 1 #define Z_ENABLE_ON 1 maybe you have to change these to 0 or if they are 0 change them to 1 guess after homing command enable has to be 5v
-
set STEPPER_HIGH_DELAY to 1 or 2 before testing
-
try to get 5V from Aux1 connector, then it should work , 5V at servo Pin is not supplied from arduino.It has to be supplied from external as servos draw a lot of current.
-
did you ever measure the servo 5v pin? not shure if the 5V are really there as far as i know ther is a jumper necessary
-
there is a purple cable connecting the +5V inputs of the stepper drivers.I cannot see the connection from there to 5V of Ramps
-
can you post a picture or drawing of your wiring?
-
just following this thread should make it work. step+ , dir+ and enable+ connected to +5vdcstep- to step pindir- to dir pinenable- to enable pin and #define X_ENABLE_ON 1 #define Y_ENABLE_ON 1 #define Z_ENABLE_ON 1 that´s the settings i work with
-
what´s your board and how about wiring?
-
change STEPPER_HIGH_DELAY 70 to 1 , that´s the setting i have on my cnc for TB6600.
-
Guess you simply have to assign the pins. try with the pin numbers you want to use.take care that these pins must not be used in other settings.I´m not familiar with Marlin ,so if it does not work try to find solution in a Marlin related Forum * A…
-
you won´t get the single 3A motor to perform correct with your drivers , but may be it´s strong enough @ 2A the only way to get two 2A motors operate correct with one driver would be to wire them serial and adjust @ 2A. what the supplier mentioned …
-
wo genau trägst du das ein ?unterhalb slicerauswahl auf das zahnrad konfiguration , dann im slicer fenster slicer->konfiguration ->printer settings ->custom g-code so wie dein code aussieht steht auch was davon in den filament settings , d…
-
das musst du im slicer startcode ändern, nicht in der Firmware
-
raps drivers have to be adjusted by potentiometer ! see the manual i linked to last post
-
verschieb mal den folgenden teil an den anfang des startcodes G21 ; set units to millimeters G90 ; use absolute coordinates M82 ; use absolute distances for extrusion sollte hinterher so aussehen : G21 ; set units to millimeters G90 ; use absolute …
-
values from config look normal, is motor current set correct? seehttps://www.reprap.me/media/manuals/RADDS_UserGuide_V2_reprapme.pdf
-
kannst mal die startsequenz aus dem gcode posten?
-
https://docfirmwarev2.repetier.com/config/motors
-
rim said: I changed the value, all what happened is just now when I send G1 X 10 it moves so slowly and the distance didn't change (still have the same problem) BTW, just sending G1 X10 without F - Parameter uses last Feedrate , might be…
-
How did you change the setting?Just by new Firmware upload or did you change via eeprom editor?