Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • M114 always copies it for me. In fact "ask" means we send M114 to get coordinates. This will only work if no move command was send. But there is problem if you use move buttons afterwards - due to not copying values to a intermediate state they are…
  • G-Code only works when you are connected, so on only works if printer gets powered by the pc already and on means main power.  External commands don't call web actions - use web actions directly if that is what you need. External commands are off s…
  • Host normally prevents hibernate mode when job is running. Are you printing over Repetier-Server or directly from Host? Screensaver is never prevented, but that is no problem. 
  • Host only shows the temperatures for the active extruder, so nothing you can do here.  Repetier-Server would show all extruders in graph section if oyu want, but always only last 5 minutes.
  • Hab es mit der inoffiziellen 1.0.5 und einem anycubic mit Marlin getestet der das auch mit count ausgibt. Wird dort korrekt erkannt - gehe dann mal davon aus das es bereits gelöst ist fürs nächste update.
  • Should be fixed in next update. Or edit /var/lib/Repetier-Server/scripts/hardware_info and add after line 63-65 if [[ "$MOUNT" == "/boot" ]] ; then continue fithis block: if [[ $MOUNT == *"/snap/"* ]]; then continue fi
  • Correct G-Code is upper case! That said normally host and marlin understand also lowercase. So what does the log say? Enable echo in debug options to see what marlin sees and ack in log to see if you get any response and commands to see what really …
  • It should look like this https://cln.sh/FeNePT Your link is again wrong - if it is running it is http://127.0.0.1:9000/?action=stream
  • Ok ich denke ich hab die Ursache gefunden. Ich teste mit onmouseout ob das objekt verlassen wird. Existieren Kindelemente kann dass beim eventbubbling bereits viel früher als gewünscht passieren und bricht den klick ab. Lösung is onmouseleave zu neh…
  • Bei unserer webseiten Lösung wird das dwc interface als iframe innerhalb unserer top zeile und linker spalte eingebaut, so dass man mit unserem home button jederzeit zurück kommt.
  • Your link is wrong. In the bottom you can select a video stream and assign it - that will put automatically put the correct link to the 2 url parts. Correct link for stream would be something like http://127.0.0.1:9000/?action=stream for the pi cam.
  • Good news is that we already wrote this for next update:-) You can now select print or queue. Print is only available if it is not printing, but of course object might still be on bed.
  • Ok I'm back and can now test myself. It is working for me. In connectivity these are marked as "Show stored Projects: yes" and head is green to show they are connected. The api key is the server api key so they have permission to query for projects.…
  • Es gibt eine Timerkomponente. Dauert der Druck > 500ms wird er nicht als "klick" gewertet. Hab heute auch ein video bekommen wo das offenbar auch bei schnellerem klick zu passieren scheint. Die einzig andere Ursache ist wenn du beim klicken mehr …
  • Log is incomplete - it does not show firmware answers like "ok" and "wait". Also please comment where the commands did not get executed any more - I can not know that. With safe homing and if required homed axis "Warning:Endstop for axis A did not u…
  • tar ist wie zip und kann beliebige Dateitrukturen enthalten, nur mit linux typischen usern und rechten. Mit endung .tgz ist ein tar gemeint das mit gzip komprimiert ist. Ist eine option beim erstellen eines tar-Files. Welche Dateien darin wie angeor…
  • extcommands.xml can also add them to a priter. Just add slug="printeSlugName" to the command and it appears in the printer menu instead.
  • Can you provide a full log example of this. Either you are not communicating or commands are ignored due to some error state. Normally it is visible especially if you start after a reset so firmware initialization is also catched in log.
  • You can now also just use the web actions to send http requests. After reading the answer i must add that just disabling the pi with a switch is not best solution. You should always shut down the oi before unpowering or you risk a file imconsistenc…
  • You can use projects to store g-code. If entered in alternative servers for sharing projects it can be accessed from any server that has that server as alternative server. Accounts are only per server and are currently for all printers. no such qu…
  • No cpu intensive is independent and should only be enabled if the other computer is much faster. But there is as well an option to share projects that must be enabled. If the pc is shown in green it‘s contens shoukd then appear in projects by select…
  • We normally make no announcements about new features. Only when it was added we might mention it it posts where it is relevant. So maybe i remember do mention it here after decision.
  • Unter web gui hauptmenu->registrieren kann man die lizenz deaktivieren so das sie für eine neuinstallation frei wird. Lizenzen sind pro installation, nicht pro Drucker! Wenn beim aufheizen die Temperatur nicht aktualisiert liegt das daran das di…
  • Check if the share projects checkbox in alternative servers is active and rendering/cpu intensive work on other is deactivated. Then they should appear in the project dropdown list.
  • Eher nicht. Bei unserem image haben wir das explizit als extra service eingerichtet, aber die reguläre installation hat keinen webcam server. Auf der homepage unter docs steht wie man sich den einrichtet allerdings nicht für docker - müsste mannüber…
  • Beim touchscreen meinst du? Welches image nutzt du? Denke das kommt von chromium aber bei der aktuellen version hab ich es selbst noch nicht gesehen. Wir haben da jedenfalls nichts eingebaut. Aber wenn fhromium denkte wir nutzen eine andere sprache …
  • Did you replace the text with your ip number where you installed the server? You must be in the same network as that pc.
  • We need checkboex for this so we can select for which. Monitor has such checkboxes so we can maybe add it there. Regular gui first need to introduce them.
  • Nein den punkt gibt es nur bei der regulären web gui im hauptmenü->Registrieren
  • 1. kann ich nichts zu sagen da ich mich zu wenig mit Docker auskenne. 2. Hast du den auch einen webcam server im docker image erzeugt und gestartet? Ip muss eine seine, unter der das docker image die webcam erreicht und port halt der zugewiesene por…