Repetier

About

Username
Repetier
Joined
Visits
2,084
Last Active
Roles
Administrator

Comments

  • Ok, I understand what you mean. Actually this was the case in the past and we decided to move to tabs for a cleaner view where you can reach the files faster, which is where most want to go. So I'm sorry, but I cant do that.
  • nightly is still based on 1.4.x so they wont work at all. Currently only dev version for pi is available as 1.5.0 preview. A1 is in theory supported, just have none for testing but with some feedback I guess it will work as well.
  • You mean the noted field in summary? I do not see that I add them in regular view. What I can think of is making it available as computed expression variable job.note so you could if filled in show a blocking dialog with cancel/ok to ensure the not…
  • Thanks for the report. I could reproduce it and find the reason. Will be fixed in 1.5.0
  • Before starting to print you should manually move to see if distances make sense. Often steppers are not in the expected microstep mode or steps per mm are wrong so distances get completely wrong. With Z you need to know that when it does not use a…
  • Likely, have added it to my checklist for next update.
  • Ok found it. Normally it is @:value but smoothieware uses @value and for T the case was not added. Should work in 1.5.0. 
  • Looks like there is a power for extruder but it is not visible. Often the value is 0 but not all the time so I would expect to see some spikes at least. I will investigate further.
  • You can check in console when you disable temperature filter you see what smoothieware reports. If you see that it reports power please copy paste some lines here. Maybe ther format is not correctly supported. Unfortunately not all firmwares do it t…
  • This mainly depends on the printer firmware. Only if power is reported we show the power graph as green background. One case I know is klipper without api connection. In g-code mode klipper will not report power only via api object model.
  • Please check first in incognito mode. Some plugins can destroy the app when the modify content. If it still does not work check javascript console for error messages and to see if any files it is trying to download gets blocked in network tab.
  • Ich sehe du nutzt ja die nightly - das ist ein anderer Branch wegen der großen änderungen. Aktuell must du  installDev in ssh eingeben um die Version zu installieren, sonst fehlt dir die Auswahl.
  • Du bist da schon zu Weit. In Schritt 1 wählst du Bambu Drucker https://imgur.com/535WPq8
  • Du must den Drucker neu anlegen im Server, nur da kannst du Bambulab stadt Direktdrucker wählen. Bei den Direktdruckern ist bambulab nciht in der Liste. Der nutzt einen anderen Konnektor daher muss er neu angelegt werden.
  • Not from us. What I linked is our only documentation on how to use MQTT to connect it with Home Assistant. But there might be more in the internet.
  • Is this an old Marlin firmware? In Past marlin did split commands with : preventing 11:30 - command was only until : in this case. Sound like this is the problem here. Might even lead to communication errors when checksum is included over complete l…
  • Lan only muss aktiv sein, Passwort steht im Bambu touch display dann. Im Server neuen Drucker Hinzufügen dann Name eingeben und Bambu Lab Drucker auswählen. Model auswählen, IP eingeben und Passwort das wars dann. Du solltest Temperaturen und Dateie…
  • See https://prgdoc.repetier-server.com/v1/docs/index.html#/en/web-api/mqtt which explains how to integrate serve to home assistant.
  • X1C is my testing device I develop it with, so yes.
  • Moonraker support for klipper based printers is planned as well. Bambu support is for 1.5.0 and moonraker planned for same or next release.
  • Watch out in host automatic port just means first available - when there are more ports it can select the wrong. What do you mean with local host?  Repetier-Host is not a remote software. If you use  Repetier-Server on same pc make sure no other so…
  • There is no communication so somthing that causes this. Not connected, broken cable, wrong port, wrong baud rate, wrong firmware selected, no main power for printer, dtr/rts settings wrong ...  Did you change anything since it worked? Could there b…
  • It is a very big modification, but we are also a good way to final bambu. All missing is printing and testing due to all the changes. So somewhere december-january I'd expect a new release.
  • Siehe in der Konsole nach ob da in dem Fall eine Ausgabe erscheint. Ansonsten welche Firmware läuft da in welcher Version? Wie gesagt manche machen prinzipiell keine Meldung extern andere nur unter speziellen Bedingungen.
  • tcp is unlikely to work. We need a tcp connection directly to the printer firmware which newer printers normally do not have. Instead they have a tcp webinterface instead. With serial make sure to use correct firmware. Some printer need also a spec…
  • Bambu and Monnraker support is what we work on for 1.5.0. Bambu comes first and if Moonraker makes it in 1.5.0 or follows shortly in 1.5.1 is not clear. Probably we publish when one part (bambu) is finished in favour of an earlier availability.
  • With moonraker it works but we can currently not work with moonraker. And also when we support moonraker you would not see our data just the klipper status and local files.
  • Prinzipiell ist das möglich, wenn wir eine Meldung vom Drucker darüber bekommen. Viele bekannte lösungen sind auch bereits implementiert und unbekannte können mit G-Codes->Antwort auf Ereignis gelöst werden wo man die Regel für die Meldung einbau…
  • > i must choose tcp/ip manual again else connection is lost when i save Actually it must be serial connection for klipper. It connects to serial of klipper and when a file serialName.api exists in same directory we also connect to the api and que…
  • We do not run on displays we use the display offered by the pc you are running the server on.  From what I read in the description it in deed connects to moonraker controlled api which is not compatible with our api. So this is a klipper only solut…