Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Das ist aber sehr verwirrend und im allgemeinen gefährlich, auch wenn es vermutlich in deinem Fall praktisch ist. Aber nicht alle Drucker sind im Normalfall gleich und benötigen im allgemeinen unterschiedliche gcodes. Auch haben sie oft unterschiedl…
  • Depends a bit on who is measuring the rpm of the fan. If I assume it is a pi you can adjust this out of filament script: https://github.com/Raabi91/filament_runout_Repetierjust make it pause on rpm instead of a digital pin. As written it triggers pa…
  • Set x min 0, x max = whatever you can reach, left = 24 = where your bed starts and then bed width 200. That way you see the bed starting at 24 and it uses correct position for autoposition. You should see then the origin dot in host a bit left to th…
  • What stacker do you have? V2 only supports the superboard from stacker at the moment and not the 8bit board used on the S500 I think it was named. 8 bit support is planned but not available at the moment.
  • This module would fix the problem in V2: https://docfirmwarev2.repetier.com/config/motors#stepper_adjustable If you check the dual x/stacker example you see how to use it as I added it there for ditto printing to solve that problem. At least the re…
  • From Extruder.cpp #define NUMTEMPS_14 46const short temptable_14[NUMTEMPS_14][2] PROGMEM = { { 1 * 4, 8 * 938 }, { 31 * 4, 8 * 314 }, { 41 * 4, 8 * 290 }, { 51 * 4, 8 * 272 }, { 61 * 4, 8 * 258 }, { 71 * 4, 8 * 247 }, { 81 * 4, 8 * 237 }, { 91 *…
  • Die werte sind keine % werte! Wichtig ist die Summe und das der int bereich nicht überschritten wird. Aber summe bis 10000 ist ok, also statt 33.33% einfach 3333 eingeben und schon ist die Genauigkeit höher.
  • First lets write V1 to end including slicer, then we can think about V2. But I guess it will take a while with all the changes planned for V2.
  • That option already exists. You pushed it into the print folder then and that is the expected behaviour. Save it into gcodes/Default or any other subfolder in gcodes and it will store the file permanently in the group with name of subfolder. You wil…
  • What does this command execute? For G32 you need to change the z probe coordinates in eeprom. For G33 you have to change the size in configuration.h of firmware and recompile firmware.
  • Maybe the copied parts of our motion code. But as I said the chip is not supported in V1 and you also need the sources to configure the firmware. So a simple binary would not help. M115 is in deed not a good test as you can change the name there.
  • Depends on if you have uploaded it as model or printed directly. Direct prints get deleted after print is finished, so no download. For g-codes stored in print you go to 2d preview. There you can also download a gcode.
  • Apart from being an illegal gcode format for repetier this will not work. As I said in ditto mode resolutions for T1/T2 are ignored. The step signals are copied 1:1. There is no real work around. Only with a mixing extruder setup you could have diff…
  • Will add this in next update.
  • M221 is to change extrusion amount during print for all extruders the same value, so that will not help. In V1 firmware ditto printing means the extruder steps from T0 get copied 1:1 to T1/T2 so even changing steps per mm will have no effect here. …
  • Your error is that you have in printer settings->advanced selected that gcode must be postprocessed after slicing. Disable that and it will load automatically after slicing. The entered postprocessor is not existent so running it fails with the g…
  • Wenn wlan Verbindung besteht liegt es vermutlich daran das die Uhrzeit/Datum nicht stimmen. Dann sind die Sicherheitszertifikate nicht gültig und damit kann dann nicht auf den Zertifikatsserver zugegriffen werden. Bei aktuellen Server Versionen kan…
  • Kann gut sein. Pass insbesondere mit Kabeln für Kommunikation USB auf das die NICHT in die nähe von Heizkabeln und Motorkabeln kommen. Durch Induktion können da auch gerne mal falsche Signale dann durchkommen die den Treiber durcheinander bringen od…
  • Just download from our homepage the latest version 2.1.6 - especially if your host is already named Repetier-Host it is the official version anyway and not a specially branded version. It already contains the newest slicers supported.
  • Nein beim Einrichten gehen wir davon aus das er eingeschaltet ist. Aber später in der Konfiguration kann man ihn dann setzen. PS: Kann sein das autodetect baudrate aktuell nicht zuverlässig klappt. Setze Baudrate direkt und es sollte klappen.
  • @ishthi83 Sure printer is offline? Often processor gets powered vie usb so it is still reachable even without main power. So since printer responds it is online. @User_Repetier From Docs: startJobParameter: id (int) = print job to start.Response{}…
  • The amount you have to advance depends on filament length between nozzle and the drive. Direct extruders have maybe 5-7cm and that is already hard to correct without retraction. Bowden has 50-70cm or more so it needs to correct 10 times more in the …
  • No images can only be added when stored on some external source like imgur or come from your public dropbox or an other of these free services. Since you use an old host version there is a chance that slic3r does it's own positioning ignoring the p…
  • Every slic3r/prusa slicer version has a different set of configuration variables and they are all supported. We did this first but could not keep up with the continuous changes. So we outsourced configuration creation. The slicers know best what the…
  • Das ist ein spezielles Problem des Prusa MK3 - der communikationschip wird per usb bestomt, der chip mit der Firmware aber nicht. Daher gibt es bei den Schalter " Port ist auch sichtbar, wenn die Firmware nicht läuft" den du aktivieren solltest. Dan…
  • To withdraw a license go to register tab and just hit deactivate. That returns the license until you activate it on any device you want.
  • What you describe sounds like the typical undervoltage problem of the pi. Maybe the linux kernel on new image is more sensitive here. Have a look here: https://www.repetier-server.com/knowledgebase/undervoltage-and-throtteling-of-pi/ Especially try…
  • Wie man sieht sendet der server noch Befehle nur antwortet die Firmware des Druckers nicht mehr. Es ist also definitiv nicht einfach ein Kommunikationsfehler der durch uns behoben werden kann. Das ist also kein Fehler im Server selbst und kann daher…
  • Please update to 0.94.1 - the scrolling not working was a bug in 0.94.0.
  • Normally you should install the appimage version as that contains all required software. It might still fail to work due to some missing package. To see if something is missing start it from a shell you see the output. Then you easily see if some li…