Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • EXT0_Z_OFFSET should always be 0 and EXT1_Z_OFFSET is the height difference to extruder 0. This is not to compensate probing differences! It is the physical height difference between the nozzles.
  • First control using web gui, only there you have the tools to fix and analyse the problem. In printer context menu select logs - there you can activate logging and later download the log. Also it is more interesting if that gui says it is printing o…
  • If you have a touchscreen set ap to never enable. Then server will not switch when it does not see the wifi and will instead try reconnecting. If you do this without second way to connect you get into problems which is why ap is activating after all…
  • As I said they need to have the same z probe height. If one triggers 1.3mm above bed and the other 1.36mm above bed you have an error. There is only one variable for this so same is used on both sensors. So if you can adjust sensors to have same tri…
  • 1.0.4 für linux kannst du dir als beta runterladen. Ist im grunde fertig, bin nur noch am testen ob es stabil läuft. Aktuell keine bekannten Probleme drin. Also einfach download link auf 1.0.4 ändern und installieren.
  • Enable logging and check end of print log when that happens. Firmware stopped! means firmware said it stopped for some reason and server is just stopping because printer asked for it. Normally a line beginning with !! which is the firmware stopped d…
  • Das mit dem abbrechen hab ich schon mal fürs update programmiert. Dein anderer wunsch ist im Repetier-Server Monitor schon möglich. Da kommt auch ein popup mit statistik wie viel Filament benötigt wird. So was würde ich auch hier brauchen dann könn…
  • My translater though it was portuguise. Mouse cursor is disabled bevcause it is normally used as touch screen. Edit /boot/repetier-image-setup.txt and set HIDE_MOUSE=0 instead and reboot. Then it is started with mouse cursor visible.
  • No this is not possible. That requires a modification of the firmware to fit the needs. We have this for the felix printers where the nozzle it self is the sensor and both have same z height, so we use them as sensor for extruder z offset and for be…
  • Current host is using 1.3.1 so that may have changed in between and be part of the problem. Also that it is 1.3.1 for several years already so no versions to distinguish. So please try the slic3r bundled with host (set executeable to empty in manage…
  • Sorry translation makes no sense.
  • Wenn der server nicht läuft kann er die config Datei nicht nutzen. Eigentlich sollte der rechner beim ersten start die pi0 Version installieren. Log dich per ssh über ap ein und installier die pi0 version mit sudo dpkg -i /usr/local/Repetier-Setup/…
  • We have a touchscreen solution for local displays (works remotely only when no users are registered). For desktop we have the regular ui and also Repetier-Server Monitor which can monitor multiple servers with all printers. On the home screen you ca…
  • Normally you need to limit max z speed. The higher the speed gets the more force you need and when you go too fast they loose steps. Having normally rather slow acceleration that might explain why short moves work and longer not where it can get mor…
  • The problem is that the pi is not reachable from your browser. The pi is still connected with printer and that is also why it continues to print. Typical reason is that the pi looses network connection and once that is back the message disappears a…
  • Möglicherweise sinnvoller. Aktuell bleiben sie nur drin wenn der Server von sich aus den Job stoppt weil z.b. der Drucker nicht mehr da ist. Aber hast im Grunde recht. Wenn man selber abbricht dann meist weil etwas schiefgegangen ist und wenn man de…
  • Wollte das jetzt mal mit meiner beta 1.0.4 testen. Also Zylinder gestartet und manuell immer wieder M600 eingebaut. Hat auch erfolgreich 7 mal filamentwechsel durchgeführt. Jetzt hast du leider den fehlerhaften druck die ausgabe genau abgebrochen wo…
  • Du hast ALWAYS_CHECK_ENDSTOPS 1 daher testet er immer alle endstops. Wenn du über z max hinaus wollen würdest würde er bei z max stoppen wenn du z min homing statt dessen nimmst. Der end stop ist dann also nicht umsonst. Wobei bei vielen  ALWAYS_CHE…
  • What version are you using? For me it stays the same because in command line 09:52:56.441 : Slic3r command:C:\Users\littwin\Documents\Projekte\Repetier-Host\src\RepetierHost\bin\Debug\Slic3r\slic3r-console.exe --load "slic3r_settings.ini" --dont-arr…
  • No experience with that board, but use old config, change board and double check all pins if they match the connection with the new board. That is how you replace boards with similar boards. If there is also some hardware change like motor drivers y…
  • Vermutlich keine eindeutigen Ports verwendet. Versuch bei beiden Drucken mal als port /dev/serial/by-path/.. sollten 2 unterschiedliche Pfade sein. Damit hängt es davon ab wo du sie einsteckst und nicht mehr die Reihenfolge des findens die du mit de…
  • Ich nehme an das ist der Zeitpunkt: 2021-03-09 01:08:59: error: Reading serial conection failed: End of file. Closing connection.2021-03-09 01:08:59: Connection closed during print ... trying reconnect for 10 seconds to continue ... hier hat linux…
  • Copy the zips manually with sftp to /var/lib/Repetier-Server/restore/ and restart server. All files there get extracted on startup and then server starts. Server is installed as service that starts on bootup. How do you start it manually? If you ca…
  • What do you mean everything is old? Date changes when a file is changed so folders are dated from creation date. Configs might be newer if you changed some settings. But that is the folder in use when server runs under windows. If you just access a …
  • Can't say much to this without knowing more. First are you using latest server version 1.0.3? There had been problems at the end of a print and that release is known to have the issues fixed. When a job does not finish it is not possible to start n…
  • There are extra motor drivers for this. When you use motorized bed leveling, which is exactly what you want here, you need to mirror z to 3 motors. Add 2 extra drivers for this which map to the 2 of these z motors. Then the bed leveling knows how to…
  • They just map the output to 2 sockets so both pins always get the same signal. Is normally used for 2 nema 17 motors. Not sure if the driver is good enough to control two nema 23. After all each gets only the half current with this solution.
  • Same solution can be used with repetier I think. After all he does exactly what I said. He reprogramms the switch chip to have that timer to do a delayed shutdown. Only thing is he uses on the plug side a code to check for octoprint that would be ne…
  • Du kannst entweder nach z max homend (homing direction 1) oder nach z min mit z probe wenn z min pin der gleiche wie z probe pin ist. Aber beides gibt es nicht. Du macht z max homing, musst aber #define ENDSTOP_Z_BACK_ON_HOME 5 setzen. vielleicht ge…
  • Everything is stored below "C:\ProgramData\Repetier-Server\" - printer configs are in configs folder. But best is to use Repetier-Server Monitor to make backups. Backup also works for the free version.