Quotelediglich also lötspitzen sollte man nicht anspitzen, anschleifen o.ä. die sind, gerade in der zeit mit bleifrei und RohS alle beschichtet... Ja, prinzipiell richtig. Wenn man aber nur die Wahl zwischen anspitzen und wegwerfen hat, würde ich es erst mal mit anspitzen versuchen. Wegwerfen kann man immer noch. Ganz einfache Lötspitzen sind einfach ein Stück Kupfer. Funktioniert also. Quotelvon Traumflug - Elektrik & Elektronik
QuoteShockley But, What knowledge do I need exactly?? The knowledge to know what can be improved with current designs. From there on it's mostly try & error.von Traumflug - Developers
Auf die Vref pfeifen und den Strom runter drehen.von Traumflug - Elektrik & Elektronik
QuotePaul Wanamaker As a software developer for over 20 years, and seeing the hoops that the 8 bit firmware needs to do in order to get steps out (poorly), and the inability for developers to add features due to memory and timing issues - it has always boggled my mind that people would go through the extra work to continue flogging the dead 8-bit horse. This 8-bit horse isn't dead for the simplevon Traumflug - Developers
Quotetoolson Ich habe seinerzeit mehrere Beta-Schraubensätze, größtenteils auf eigene Kosten, mit der Bitte um Rückmeldung verschickt. Rückmeldungen dazu habe ich aber leider nie erhalten. Willkommen im Club. Wobei ich immer noch am rätseln bin, ob keine Antwort "habe das Handtuch geworfen" oder "funktioniert einwandfrei" bedeutet. Vermutlich eher Letzteres.von Traumflug - Allgemeines
Done, just pushed to branch experimental. Printer configuration files now have this new switch: /** \def USE_INTERNAL_PULLDOWNS Some controller chips feature internal pulldown resistors on their input pins, which get used for endstops by turning on this switch. Don't turn it on when using endstops which need no pull resistor, e.g. optical endstops, because pull resistors are counterprovon Traumflug - Reprappers
QuoteFivefold z min is the only reliable one, the other two show completely random and fast-changing states with M119 as soon as they are triggered. My fault. With a triggered endstop there's no pull resistor at all, so the signal indeed picks up noise floating around. The trick is to turn on pulldown resistors on the signal pin. And here's the fault: I forgot to push the commit which allows tovon Traumflug - Reprappers
Search for "Robert's heatbed" in the wiki. This works for any size.von Traumflug - Reprappers
QuoteLioLine I don't understand what I should do after I opened the serial monitor ? Press and release the Reset button. This should send the word "start" over the serial line. If there's just some garbage or simply nothing, try other baud rates. One can simply try all of them: 19200, 38400, 57600, 115200, 250000.von Traumflug - RAMPS Electronics
QuoteHugoYu33 So I have a question that why printer can't work normally when using Repetier_Host to print a object Because Repetier behaves weird. If it doesn't work, don't use it.von Traumflug - Firmware - experimental, borrowed, and future
Benefit of Teacup is its smaller size, higher speed, multi-platform (AVR, ARM) compatibility and the presence of Configtool. If nothing of that matters to you, Marlin works perfectly fine. Important for accuracy are mechanics and motor gearing. All firmwares are accurate to the (micro)step.von Traumflug - Firmware - mainstream and related support
QuoteHugoYu33 I modify MOVEBUFFER_SIZE from 96 to 64, the RAM size used is changed to 89.78% from 131.58%. Then issue is gone. Surprise, surprise, one can't use more than 100% of available RAM. No, not really a surprise. Unlike desktop PCs, ATmegas can't swap memory out to the hard disk (there is no hard disk), so 100% is the absolute limit. One can't fill 1.5 liters of water into a 1.0 liter bvon Traumflug - Firmware - experimental, borrowed, and future
Quotebj1986 jedenfalls ... bei doppelklick auf configtool.py öffnet sich kurz ein "cmd" fenster schließt sich wieder und das wars. Mit sowas kann man was anfangen. Führe das mal direkt in der Komandozeile aus, dann siehst Du auch die Fehlermeldung. Vermutlich ein fehlendes Python.von Traumflug - Allgemeines
Quotemicrofortnight Was genau bereitet dir denn schlaflose Nächte mit dem Board? Vergiss es einfach :-) Wer sich doof stellt, wenn es darum geht, eine bestimmte Pin-Nummer in einer Liste von Nummern zu finden, braucht keinen Drucker.von Traumflug - Allgemeines
Quotebj1986 wenn ich die am at mega bezeichneten Pins auf dem plan mit denen in der fw vergleiche passt da ja überhaupt nix zusammen. Es gibt (mindestens) drei verschiedene Zählsysteme: 1. Die des ATmega. Bestehend aus einem Port-Buchstaben und einer Zahl 0-7 für den Pin dieses Ports. Zum Beispiel "A0" ( = Port A, Pin 0) oder "D7" ( = Port D, Pin 7). Die findet man in der Liste des Configtoolsvon Traumflug - Allgemeines
... sinnvoller ist es allerdings, die Teacup auf einen Controller zu laden, dann kann man damit auch was bewegen.von Traumflug - Allgemeines
Wenn die Teacup auf dem PC laufen soll, muss man entweder SimulAVR dazu holen oder es mit make -f Makefile-SIM kompilieren. Im letzteren Fall nicht 'teacup.hex', sondern 'sim' starten.von Traumflug - Allgemeines
Quoteicefire - tried with 24V input voltage, no load - everything is fine Bye bye IRLB8743. Maximum input voltage 20V.von Traumflug - General
QuoteHugoYu33 I attach the message of building FW and uploading FW. I guess that these two messages are what you want to know? Yepp, that's it. Good news: your upload works perfectly fine. Pronterface should be able to connect on COM16 at 115200 baud. If it doesn't, turn on Menu -> Settings -> Debug communications. If this still doesn't give hints (ignored or garbled text coming back), Ivon Traumflug - Firmware - experimental, borrowed, and future
Quoteprashantdshinde Just want to confirm whether I should comment the PID temparature control in Marlin. Does the MOSFET get hot? Like hot enough to unsolder its self? Like above 150 °C? In the very unlikely case it does, you have to go with bang-bang. To find out, put your finger on the MOSFET and turn the heater on. If it doesn't hurt within the first minute, all is fine. Also, PWM != PID.von Traumflug - Firmware - mainstream and related support
Quoteo_lampe I just read the SevenSwitch Wiki and don´t see, why you can´t use the D8 terminal? It's at the bottom of that page.von Traumflug - Firmware - mainstream and related support
For firmware upload that shouldn't matter. One can upload anything, even a broken firmware. But we do need the messages in this window ... :-)von Traumflug - Firmware - experimental, borrowed, and future
Baud rate of the firmware and baud rate of the bootloader are two different things. For uploading, bootloader baud rate has to be right. AFAIK, most bootloaders use 115200 baud. Bootloader baud rate is set in Menu -> Edit -> Settings -> Upload speed. If you get timeout errors, changing "AVR programmer" from 'stk500v2' to 'wiring" should help. This additionally toggles the reset pin. Prevon Traumflug - Firmware - experimental, borrowed, and future
Quotebj1986 es liegt mir fern andere meine Arbeit machen zu lassen ... ... Ich will lernen und verstehen was ich mache. Das ist mir nicht entgangen :-)von Traumflug - Allgemeines
Quotesiggi60 Wobei Pins aber nicht unbedingt leicht sind. Die Teacup ist nicht Marlin. Man startet das Configtool, lädt ein ähnliches Board, geht auf die Seite mit den Pinouts und wählt die Pins aus dem Menü daneben: Entweder nach der Arduino/Marlin Nummer (jeweils mit "DIO" oder "AIO" davor) oder nach der ATmega-Nummer. Dann hochladen und fertig. Die Nummern bekommt man aus dem Schaltplan.von Traumflug - Allgemeines
Quotesiggi60Alternativ gibt es auch noch die Teacup Firmware. Aber hierzu, bzw. zur Unterstützung vom GT2560, kann ich nichts sagen. Die Pins anpassen, dann geht das. Die Teacup kann alle Boards mit einem ATmega drauf (und 2 oder 3 mit ARMs). Quotesiggi60 Wobei Traumflug automatisch auftaucht wenn jemand "Teacup" schreibt (Gerüchteweise ) An dem Gerücht ist was dran. Das ganze Gejammer von wegvon Traumflug - Allgemeines
QuoteWurstnase I've been never interested in 5V tolerant Operating the PS_ON pin of an ATX power supply is an example which requires 5-V-tolerance.von Traumflug - Next Wave Electronics Working Group
Quotealfadexi canot find a combination for search feedrate and endstop clearence. Search feedrates for the long movement are calculated automatically, no need to set it. The faster acceleration and the larger the endstop clearance is, the faster homing will happen. Still limited to maximum feedrate of each axis, of course. The search feedrate one can set is for this short movement after the envon Traumflug - Firmware - experimental, borrowed, and future
"Temperature Hysteresis" = the deviation allowed for a temperature reading to be still "on target". If you ask for 180 °C and the measured temperature is 171 °C, temperature is considered to be fine. "Residency Time" = the time in seconds temperature must be on target before the controller considers temperature to be achieved. Both of them influence the heat up procedure, only. After setting avon Traumflug - Printing
QuoteasrtStepper drivers should be more overheated with bigger objects (they sends power at longer period of time to move longer distances). Nope. Highest stepper driver load happens when motors are enabled, but not moving. The faster they run, the lower the driver load. Stepper drivers overheating is usually well hearable. They pause for a short moment, perhaps half a second. I'd put less empvon Traumflug - General