Das ist, in der Strachenabteilung, etwa der Stand von MirlinFirmware/Marlin von vor einem Jahr. Vor der Einführung von SRT_Ae und co. . Danach kam dann noch die UTF-Erweiterung. Wenn Du ansonsten zufrieden bist, und mit den Hex-codes zurecht kommst, bleib bei Deinem, auf Deinen Drucker angepassten Hephestos/Marlin_1.4.von AnHardt - Software
Habe mich mal bei BQ umgesehen. Die haben tatächlich eine 1.4 in der die von Dir beschriebenen Änderungen sinnfoll sind. Ob as alles is weis ich aber nicht. In V2.0.0 ist deren Spachsystem völlig anders - muss ich mich mal rein lesen.von AnHardt - Software
System: AnHardt ERROR: Unknown Version 1.4. Von Marlin gibt es inzwischen sooo viele Versionen und Forks, das ohne die Quelle zu kennen, meist kein Support mehr möglich ist.von AnHardt - Software
A.) Alle SSR die mir bis jetzt unter gekommen sind, sind schnell genug für Marlins PID. B.) Gegen die kill() Abbrüche kan man was tun. Einfach in Configuration_adv.h: #if ENABLED(THERMAL_PROTECTION_BED) #define THERMAL_PROTECTION_BED_PERIOD 20 // Seconds #define THERMAL_PROTECTION_BED_HYSTERESIS 2 // Degrees Celsius #endif Zeit rauf setzen, oder Themperaturedifferens erhöhen, oder beides.von AnHardt - Software
Hat das Ding ein graphic oder character display? Falls graphic könntest du mal ausprobieren. Kann jetzt bis zu 4 extruder anzeigen und ist ein wenig schneller. Dann einfach mit 3 extrudern einrichten, aber den dritten nicht nutzen, sondern nur die Themeratur anzeigen lassen. Nur eine Temperatur auslesen ist ein bischen schwierig, weil in Marlin Themperaturen, Heizungen unf Extrudermotoren allesvon AnHardt - Software
Quote//=========================================================================== //============================= Thermal Settings ============================ //=========================================================================== // //--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table // //// Temperature sensor settings: // -2 is thevon AnHardt - Software
Homing (G29) und ABL (G29) sind völlig verschiedene Vorgänge. Um Dein homing Problem (sensor ausserhalb des Druckbetts) in den Griff zu kriegen schalte ABL und SAVE_HOMING in der config. ein.von AnHardt - Software
If you only want to switch some Fans/gadgets on/off - without PWM, and similar, is a good, cheap but somewhat bulky solution.von AnHardt - Delta Machines
//#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your likingvon AnHardt - Firmware - mainstream and related support
Falls es darum geht, dass der Filamenttransport, durch drehen am Encoder, (bei kleiner Düse), zu schnell ist und deswegen der Extruder springt, ist MANUAL_FEEDRATE (_adv.h) das richtige Stellrad.von AnHardt - Software
Quoteohfurryone I was trying to use Marlin master instead of 1.04, however using 1.04 doesn't seem to help. It probes each place randomly 3-10 times along the X axis only moving on the Y axis once, then hits the bed after 30-40 probes. The steppers seem to be wired correctly as the printer homes fine. Trying to dry-print a test cube (with 1.04) results in the X tower plowing it's carriage into tvon AnHardt - Delta Machines
Quoteohfurryone However when auto-calibrating from pronterface it begins by probing the middle of the bed then twice in one spot near Z tower, then drives itself into the bed. I've already tried inverting all of the endstop logic settings but nothing works. If you use a MarlinFirmware/Marlin avoid to touch the bed at [0,0,0]. Increase Z_RAISE_BEFORE_PROBING. [0,0,0] is not the first point to probvon AnHardt - Delta Machines
There is a commercial printer around, using dedicated, not covered, places to be probed and a kind of stripe outside the print bed, where the nozzle is cleaned by rubbing a bit back and froward.von AnHardt - Delta Machines
Quotehacker QuoteDRTak Quotehacker QuoteTha_Reaper Quotehacker QuoteTha_ReaperI Finally got my LCD to work, but it seems that the reset button on the LCD doesnt work. IIRC, LCD doesn't have a reset button, but rather a kill switch, so it should kill everything, but isn't supposed to be followed by reboot (I hope there's a reason for it, because I found that pretty frustrating personally).yeah...von AnHardt - Delta Machines
Kill is much saver than a reset because after a reset the machines is listening to the serial/usb port again. If the host still sends the code could be executed immediately. The other reason, is a possible AUTOSTART file on the SD-card.von AnHardt - Delta Machines
@Bigkahuna2187 That could be a defect endstop, or endstop cable or noise on the endstop line. The carriages go up until they receive a endstop hit. Then x starts to back up a short distance, tries a second touch, can't find the stop a second time, stops again (because the second move towards the endstop is only 1.5 times the backward move). Then things begin to go completely wrong. Have not analyvon AnHardt - Delta Machines
Die Endlosschleife im kill() ist da, weil der Host den Reset nicht mit bekommt und munter weiter sendet - mit unbekanten Folgen. Falls du einen Resetknopf willst setze besser direkt bei der Tastenabfrage an. if (killCount >= KILL_DELAY) kill(PSTR(MSG_KILLED)); (MarlinMain.cpp so um Zeile 6967)von AnHardt - Software
That system (http://www.thingiverse.com/thing:44511) has a bit less problems as the distance between these rods is constant.von AnHardt - Delta Machines
There is no Marlin 1.1 MarlinFirmware/Marlin has a 1.1_RC2 that's just a Release Candidate but well worth a try.von AnHardt - Delta Machines
M119 is not calibrating anything. It just shows the current state of the endstopps. Not working endstops are the most common reason for crashes during the setup phase. If you screenshot shows your current calibration, you are still far off. Without ABL you need to be far better then a laierheight. With ABL ~ i'd recomend better then a 1mm. You have more then 4.6mm.von AnHardt - Delta Machines
M119 will show you the state of the endstops. Do they work?von AnHardt - Delta Machines
@Reaper had the same problem with the loose nuts. Du to the slot-guides on the cornes the screws are tight before they clamp the rods securely. Replaced all the t-nuts in the corners with square-nuts.von AnHardt - Delta Machines
Spiegelverkehrt: Aus den Bildern vom Prusa i3 Rework folgere ich: z-min-, x-max-, y-max-endstops. Aus deiner Confg: z-min-, x-max-, y-min-endstops. Also : #define INVERT_Y_DIR true -> false #define Y_HOME_DIR -1 -> 1von AnHardt - Software
Please have a look on DEACTIVATE_SERVOS_AFTER_MOVE in Configuration.hvon AnHardt - Delta Machines
@SteBa Du hast recht. Die vier sind wohl mal in die falsche Datei gerutsch. Sie werden tatsächlich nur auf dem Display benutzt. Werd ich mal ändern. Danke Andreasvon AnHardt - Software
QuoteSteBa Besteht Interesse das ganze dann hier hochzuladen? Wurstnase sollte ja einen guten Draht zu den Marlin Entwicklern haben, so dass das ganze gleich mit einfließt und sich der nächste nicht mehr darum kümmern braucht. :-) Das wäre schön. Danke.von AnHardt - Software
@SteBa Was du im Display siehst, kommt größtenteils aus der language_de.h. Hier kannst Du übersetzen was Du lustig bist. Falls Du einen String nicht in language_de.h findest, ist er vermutlich in language_en.h - also neu und noch nicht übersetzt. Einfach ohne den #ifndef-block nach _de.h kopieren und übersetzen. (Müste ich mal wieder durchforsten) Was du auf deinem Host siehst kommt größtenteivon AnHardt - Software
RAMPS 1.4 or RAMBO? RAMBOLCD or RepRapDiscount Smart Controller? You are using an extremely old version of Marlin.von AnHardt - Firmware - mainstream and related support
Hallo Micro3D Ich vermute das Du Müll im EEPROM stehen hast. Probier mal M502 M500 und einen Reboot. Damit könnte die verwirrte Anzeige kuriert sein.von AnHardt - Software