Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Please try 1.0.5dev version - you can use same config. There was a bug that every probe did not go back exactly to start position. You never said how big your G33 grid is but if you have many measures and the bug is in 1.0.4 (don't know when I fixed…
  • Just upload old config (if created with config tool) make sure eeprom mode is not zero and download, compile and install. That should fix it.
    in Gerry Comment by Repetier January 2021
  • Last trick to solve remaining difference is use a higher first layer like 0.3mm - it will forgive better the differences. But looks very good for manually levelled.
  • What is your z probe bed distance? If leveling touches bed it is normally to small so the bed rotation causes it to touch. G33 also uses this distance. WHat does crash mean here? Just scratch or totally wrong move deep inside the bed without any mes…
  • It depends on how firmware was compiled. EEPROM_MODE 0 would have it 0 all other values like 1 or 2 would make it 1 and make it support eeprom. And make sure to use last firmware so you know the bug with wrong reporting i snot present.
    in Gerry Comment by Repetier January 2021
  • Yes, that is some error you typically correct by modifying the tower angles slightly. If they are not 100% the height differs a bit depending on position. The escher tool would say you how much but requires z heights at different positions. If I hea…
  • That are loosing steps. Check your homing speed. Seems that the up/down speed you use works so I guess homing speed is higher which can lead to loosing steps. Or you hit one end without triggering the end stop and it continues to move.
  • Same forbidden picture. Guess link was ok, just image is private (see in incognito browser for testing). It is very time consuming to calibrate a delta by hand. Alone adjusting the geometry using escher delta wizard requires you the measure many he…
  • Do you have configured a mixing extruder? That is if you mix 2 incoming filaments with some ratio. Default is 50% each. That would be wrong in your case as I understood you. You need to selected shared heater and assign both the same thermistor. No…
  • Das hört sich sehr gut an. Werd den Fehler im nächsten update korrigieren und vermutlich auch das Geschwindigkeitsproblem. Neue variablen will ich dafür nicht. Wird nur beim korrigieren und homing genutzt sollte also reichen wenn ich dann mit homing…
  • Du hast die Frage nach dem typ immer noch nicht beantwortet, nehme aber aufgrund der Beschreibung an das du Z_PROBE_TYPE  Z_PROBE_TYPE_DEFAULT gesetzt hast. Ist wichtig weil es die runZProbe Funktion 3 mal gibt - jeder hat seine eigene. Das zurückf…
  • See PM for my email. Would really like to investigate what is going wrong.
  • No picture. Have you run G32 S2 G33 What does then G33 L0 return? There you can quite good see how good leveling worked and where the  problem lies. I always use the escher delta wizard with 6 parameter to calibrate. Gives very good results on my…
  • Does M115 show a Cap: line with EEPROM:1 ? If it shows 0 it will not offer eeprom. There was a small time a bug in firmware returning the value wrong which caused eeprom to be grayed out in host. M205 should return around a 100 lines with values an…
    in Gerry Comment by Repetier January 2021
  • Image is based on raspbian lite with latest updates at time of creation. There is no full raspbian image since we did not want to waste all the disk space with all the extra stuff we do not need. Try sudo -i curl https://get.pimoroni.com/hyperpixel…
  • Bildschirm dunkel ist auch nicht schlecht aber pass auf ob er aus oder nur schwarz ist weil chromium beendet ist.
  • Yes, there are switches below the knobs to tell server which graphs you want to see. I just wonder why you do not see the extruder, or do you? For extruder you can select current extruder or all extruder.
  • Die Fortschrittsanzeige beim Restore ist nicht so gut da er nur wenige ZIPs kopiert. Waren die besonders groß? 2 Stunden für Datei kopieren ist schon recht lang, selbst wenn er es mehrmals probiert. Aber bin froh das sie wieder da sind. Dann hat wen…
  • Welchen Z_PROBE_TYPE hast du? #define EXTRUDER_IS_Z_PROBE 1 heist die Düse ist der Z probe und xy offset werden ignoriert. Ist das korrekt? // How often should we test a position 1 .. x. Averages result over all tests.#define Z_PROBE_REPETITIONS 2/…
  • First is running G32 S2 and afterwards G33 if you want. Values should swing around 0 also with the 3 point G32 this is not guaranteed. Your values show clearly that your printer is not properly calibrated. First calibrate the delta geometry paramet…
  • Server does not need to run on internet. Host offers installation during host installation on windows machine. YOu see it in host when the connector is named repetier connector. What does the log say when eeprom sends M205? Any response or a messag…
    in Gerry Comment by Repetier January 2021
  • That is only partly and not that way possible. Partly because not all connectors execute gcode in host. sd print and repetier-server prints do not do that so not possible in this case. For direct serial print you can not interfere gcodes but there…
  • G33 is independent from G32. You have a square defined in configuration.h for distortion correction. This must fit on your bed and be reachable with activated z probe offset. So it will only cover a part of the real bed. For deltas you can set extra…
  • Möglicherweise ein Fehler beim flashed so das die firmware nicht lief. Oder er hatte einfach nicht neu gestartet danach. Ist mir auch schon passiert.
  • I don't have the display so no idea which commands you are running here, but permission denied is quite clear and easy to solve. Normally you install hardware as root so you have all required permission. On pi you can run sudo -i to be root for the…
  • These gain settings are from PID temperature control - DO NOT USE THESE! These are for completely different usage and changing them will make temperature control not work like before! I think you have no support compiled in which is why you do not …
  • @mikestanley464 Any additional requirements that should change my last answer? I've seen that there are newer rumba32 revisions so guess the bug is now solved in 1.1 layout.
  • Bisher hab ich nur einen Screenshot gesehen, aber wenn ich sobald ich weiß das es existiert werde ich es entweder einbauen oder bewerben, müssen wir dann sehen.
  • Wenn du Wiederholungen auf 1 setzt müsste der Fehler dann verschwinden. Indem Fall wird Z_PROBE_SWITCHING_DISTANCE nicht verwendet. Grundsätzlich halte ich es für möglich, da die Buchhaltung der positionen/schritte recht komplex ist. Welchen z prob…