Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,082
- Last Active
- Roles
- Administrator
Comments
-
Ip of server is then 10.10.10.1 over ap.
-
Yes, it has an access point mode that gets activated if it sees no known networks. You can define it in network settings on second tab. You can also say to always enable it if you want that.
-
Ja ABS ist echt schwierig zuweilen. Mal gespannt ob sich dann was ändert oder ob reboot was ändert. Wobei die relevante software ja schon mehrfach restartet wurde und nicht schneller wurde.
-
Easiest solution is to install stock klipper version. This will land in folder /opt/klipper/ Then get your klipper version files and copy them over the existing installation and then start compiling printer firmware stub etc. Restaring klipper might…
-
In der Tat unauffällig und wie es sein sollte. Wenn er am lan hängt würde ich auch vermuten das es nicht die Bandbreite ist, oder ist er am wlan?
-
Ich würde erst mal mit top nachsehen wer CPU Zeit oder Speicher über maßen beansprucht. Hört sich ja an als ob es geht aber nur langsam. Auch eine Frage ist wieso reicht die bandbreite oder cpu nicht mehr. pi cam ist allerdings seit bullseye etwas …
-
For bed you must make the z endstop trigger 8 mm higher during homing. Homing is build in firmware and goes always down until it triggers, so that move must be possible. Regarding max. temperature check what you have set as maximum temperature in s…
-
They have added a tool brltty that connects to all serial connection (braile reader). Uninstall it and it will most likely work. sudo apt autoremove brltty
-
Not sur eif I have it in there. Is quite new.
-
https requires all embedded images/cams/content to be https as well. Webcams are streamed over same port as Repetier-Server so that is no real issue. Only direct access to mjpg-streamer would not work, but inside server they will work. http is alw…
-
From the official config with comments it is visible and documented: /** Enable rescue system that helps hosts to reconnect and continue a print * after a disconnect. */#define HOST_RESCUE 1/** What to do if power loss during print is detected. * 0…
-
Thanks for the deprecated message. Missed this on new image I had this for.
-
Reden wir von unseren Images? Da gibt es den user pi standardmäßig, im pi images muss dazu keine änderung eingetragen werden. Aber ich bekomme da keine update Meldung oder muss ich länger warten?
-
Nein, das ist nur als Sicherheitsvorkehrung damit nicht jeder Zugriff hat. Aber wenn das explizit gewollt ist geht das ohne Probleme.
-
It is from linux and independent of us. You can configure linux to filter these messages. Add file /etc/rsyslog.d/00-filter.conf with this content::msg, contains, "systemd-timedated" ~:msg, contains, " RRM: Ignoring radio" ~:msg, contains, "org.fr…
-
Nutzt du unser image? Denn dort ist autologin mit start von chrome eigentlich aktiviert, wenn es nicht deaktiviert wurde. Und ein login gibt es in der touch oberfläche gar nicht, maximal einen Pin wenn man das in Globale Einstellungen->GUI aktivi…
-
When you uploaded it via Repetier-Host it might just bi in repetier-firmware binary style. Host can safe in that format, also normal ascii file should work as well. More important is using same extension eventually and if it it a firmware before lon…
-
I saw that gpio changed but not alway. Not sure if this is the reason in your case, but I found that with inverted polarity for output the value was read back with wrong signal so output did not do what expeted thinking it is already set. If this is…
-
Please recheck your scripts. I have done so and the fixed script works as intended and @gpio also does change output verified with gpioreadall on ssh console and with reading back in server function durinc @call
-
Ok, I could reproduce and fix the degenerated @func with missing @endif. Problem is that the condition stack was not cleared so @if was active and falso so nothing got executed. Server assumed you are still in failed if condition. Also gpio is now …
-
We only support printer firmwares. Some of them have engraving capabilities with some gcode commands. In these cases you can send engraving files to your engraver also with Repetier-Server but there is no special support for them. Previews will loo…
-
Main problem is when it disconnects an existing connection or when you check available AP lists. Then server will try to query AP available and see if there is something to connect to. As I saw now list is not always complete so I made a new dev ver…
-
In which description do you mean? As I said we are not the authors of that plugin.
-
Maybe the plugin (it's not from us so no idea) uses slug names for printer. slug name is how we internally name a printer and that is pure ascii no spaces. Anything not allowed gets converted to underline and numbers get added if a printer with that…
-
hostapd/dnsmasq are when AP gets enabled. I assume the switch was triggered. This can happen if a scan for the DNA network does not show in AP list. Sometimes the query gets shorter or even empty also we ignore already empty. Have some ideas for nex…
-
Deleting user.sql makes you only use users but no files or config settings. For the gpio stuff I need to run some tests when I get more time alsong with the read state change I already mentioned.
-
If you want to see gpio state just run @echo {{get_gpio_state("Kobra") }} get_gpio_state is an expression command and can only be used in computed expressions. Your skript is missing and @endif correct skript @func test @echo Kobra: {{g…
-
It all gets logged to /var/log/syslog with all attempts to connect. Note that when you have default settings to switch to AP on missing network it can take some time to switch back when you get disconnected for some reason. Setting AP to never enab…
-
So you say it works if it was switched off or do you just say it does not always switch off? What I meant is just testing if that makes a difference. You can test state get_gpio_state(gpioName) Returns the state of a gpio pin with given name (from …
-
Make sure you have set country for your region in wifi settings to use same signal strangth and frequencies. Default is limited to commonly allowed values.