Are you sure that you have not plugged in the endstop connector the wrong way? Since this would cause the end switch to make a short between GND and 5V, shutting down immediately the electronics and often also destroying the 5V regulator on the Mega board. The latter could explain why it now only works with the USB connected (which brings the 5V directly).von enif - RAMPS Electronics
Maybe your board has the jumpers shorted on the PCB, see here.von enif - RAMPS Electronics
Bist du sicher, dass du die Motoren richtig angeschlossen hast? Die Farbe der Kabel ist dabei nicht massgebend, sondern du musst die zu den zwei Windungen gehörenden Paare mit einem Ohmmeter herausfinden, oder auch mit dem "Drehtest": Kurzschliessen von zwei zusammengehörigen Adern -> erhöhter Widerstand beim manuellen Drehen des Motors. Wenn du mal die richtigen Aderpaare hast, dann kann hövon enif - Elektrik & Elektronik
Could it be that your new stepstick uses a different chip (e.g. DRV8825 instead of A4988) which use different jumper setting for microstepping? So e.g. if the new stepstip is DRV8825 and is set to 1/32 and the old ones are A4988 at 1/16 you would get the y-axis scaled to 50%. To remedy this, you can either change the jumpers underneath the stepstick to use the same stepping (if possible) or chavon enif - Sanguino(lolu)
You need to install a stepper driver into the socket beside the Z-motor connector.von enif - RAMPS Electronics
Newer versions have STRING_VERSION defined in Configuration.h. When booting the controller, it is displayed on the LCD (if any) and shown at the beginning of the boot messages sent via USB.von enif - Firmware - mainstream and related support
I entirely agree with dc42 that the Arduino Pro Mini is not the best choice, but it actually does have the 5V regulator onboard. So that it's possible to run it from 12V - it's the pin labeled "RAW". Here a link to the schematics for those interested.von enif - Stepper Motors, Servo Motors, DC Motors
Is it possible that your endstopd are plugged in the wrong way, so that the switches are shorting 5V to ground instead of pulling down the signal line to ground? Unfortunately, the RAMPS endstop pins are in the order "+-S", so when an endstop that has a switch between "-" and "S" is plugged in the wrong way, it will cause a short. PS: BTW the Sanguinololu has the signal pin in the middle, sovon enif - RAMPS Electronics
This page makes me think that it could be a tiny DC/DC boost converter like this one. Edit: 'tschuldingung fürs Englisch, hab gar nicht gemerkt, dass ich ja im deutschsprachigen Forum unterwegs war...von enif - Elektrik & Elektronik
Könnte es sein, dass dein Z-Endstop nicht richtig funktioniert? Wenn er kurz nach oben fährt sollte der Z-Endstop (aus)schalten. Wenn das nicht geschieht, dann fährt er auch nicht nach unten. Also mal Z-Endstopschalter und -kabel über prüfen und mit M119 schauen, ob er auch so schaltet, wie er sollte.von enif - Elektrik & Elektronik
At least it's good to know that there was no negative voltage As for the extra sensor pin, you could use one of the five analog input pins A0-A4 on the 14-pin extension header. But you have to add a 10uF capacitor to ground and a 4k7 resistor to 5V yourself (see "Thermistor" section of the schematics on the link in my first message). You could e.g use a 0.1" 2x2pin connector and bring out A4von enif - Sanguino(lolu)
Quoteglub0x So after some testing, the pin n°19 is always at -0,7volts which is not nice... Do i have to replace the 40 pins chip? Very strange that you get a negative voltage... Have you measured this with only one power connected (either 12V PS or USB ) ? Do you then still get negative voltage? Because, as I understand it, there should not be negative voltages anywhere on the board. So ifvon enif - Sanguino(lolu)
QuoteFreddysStudio wie bekomm ich das 3. Zeichen vom Display... damit ich nur 2 Hotends angezeigt bekomme #define EXTRUDERS 2 gesetzt? QuoteFreddysStudio ... und hinten in den Einstellungen hab ich beim Manuell fahren die Z Achse nicht drinnen die Y,X Achse sind enthalten... bei den anderen Firmwares habe ich auch eine Z Achse...wieso bei der Firmware nicht meine Frage: wie kann ich die dort Avon enif - Software
The pins HEATER_0_PIN=13 and HEATER_BED_PIN=12 are defined in pins_SANGUINOLOLU_11.h if you are using Marlin 1.0.2 or newer (or in pins.h for older versions, search for MOTHERBOARD == 62). There you can switch the pin numbers. If you have a voltmeter, you can also first check the voltage on HEATER_0_PIN to see if it goes high when switching on the hotend. Logical pins 12 and 13 are on physicalvon enif - Sanguino(lolu)
Maybe wrong microstepping settings (jumpers below stepper drivers)?von enif - RAMPS Electronics
Ich hatte am Anfang ähnliche Probleme... Bei mir lag es daran, dass ich das Filament nicht mit genügend Anpressdruck an den Hobbed Bolt presste. Hab dann die Federn durch stärkere ersetzt und ziehe die Schrauben nun immer stark an - seither ist das Problem verschwunden und ich muss den Hobbed Bolt auch nie mehr reinigen.von enif - Extruder, Hotends & verschiedene Materialien
I don't see any easy solution for forcing decimals. If you need to force just the first decimal, I can always decompose the value "manually", with something like: str(floor(First),".",floor(10*(First-floor(First))+0.5));von enif - OpenSCAD
You could use OpenScad's str() function to convert numbers to strings and concatenate strings, see here. E.g. letter(str(Increment," mm step"));von enif - OpenSCAD
I know this problem, too. But my solution is to simply finetune the Z-level of my i3s manually by turning the Z-couplings slightly while the skirt of the first layer is printing. For this, you must make sure that the Z-motors are disabled when not moving (#define DISABLE_Z true) so that the Z-motors rotate easily when not moving between layers. It takes a little practice to rotate both couplingvon enif - Firmware - mainstream and related support
I am not sure if I understand exactly what you are trying to do. But if you are looking for this kind of object here is how I constructed it: module holes( n, // number of holes r, // initial radius step, // increase step for radius gap, // gap between holes height, // height of holes ){ translate()cylinder(r=r,h=height); if(n>1)translate([2*r+gap,0,0])hvon enif - OpenSCAD
Eine Anleitung fürs PID Auto-Tuning findest du hier.von enif - Elektrik & Elektronik
And where is the compilation error/falure now? I don't see any. Please explain what the actual problem is.von enif - Firmware - mainstream and related support
QuoteJbro824 ... what do i do now? How about explaining in detail when and how it "stops"?von enif - Firmware - mainstream and related support
Wenn deine Oberfläche im Wesentlichen ein Relief ist (d.h. keine seitlichen Überhänge hat), dann könntest du eine Minkowski-Summe mit einer nach unten gerichteten schmalen Säule berechnen, welche mindestens so lang ist wie der grösste Höhenunterschied deines Reliefs. Das würde an jedem (x,y,z) Punkt sozusagen einen "Faden" nach unten hängen. Dann müsstest du nur noch das Ganze mit einem entsprevon enif - Software
The 12V AUX pin is a constant 12V outlet, i.e. it's always "on" and there is no way to switch it from the MEGA.von enif - RAMPS Electronics
You can download the official version(s) from here. But I suggest that you also look at the Wiki.von enif - Firmware - mainstream and related support
QuoteJbro824 C:\Users\Jed\AppData\Local\Temp\build5011499210331873017.tmp\ConfigurationStore.cpp:238:3: error: 'add_homeing' was not declared in this scope add_homeing[0] = add_homeing[1] = add_homeing[2] = 0; ^ Error compiling. Which version of Marlin are you using? I don't use RAMBO, but the variable add_homeing looks rather old, it was used in Marlin 1.0.0, in Marlin 1.0.2 it was changed to avon enif - Firmware - mainstream and related support
Isn't D9 not simply pin 9? Have you tried: #define EXTRUDER_0_AUTO_FAN 9von enif - Firmware - mainstream and related support
Do you have the EEPROM activated? If so, you need to manually send a "M502" to load the values from Configuration.h and then "M500" to store these new values in EEPROM. Otherwise the old EEPROM values will be continue to be used.von enif - Firmware - mainstream and related support