Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Strange so file is there. What does ls -l /var/lib/Repetier-Server/scripts/ show. Also what does sudo /var/lib/Repetier-Server/scripts/hardware_info now show. I mean when the program is there as you say and if it has x permission it should be execu…
-
Ok good to hear that new supply helps. The sudo /var/lib/Repetier-Server/scripts/hardware_info works for me but from message I have to assume that the file is just missing. So deleted file and reinstalled server (it keeps all setting) and it create…
-
Strange. Cat you try executing manually /var/lib/Repetier-Server/scripts/hardware_infothat is the script delivering the content for bolt icon. Question is if it crashes or does not run or even does not exist to narrow why it does not appear. But th…
-
Likely reason is an error in xml file so saving and reloading fails causing it to restore older version. All configs are in /var/lib/Repetier-Server/configs - so for testing make a change and save and open file in editor to see if changes got stored…
-
I think slicer settings are in /Users//Library/Application Support/Slic3r and plist is /Users//Library/Preferences/com.repetier.Repetier-Host-Mac.plist
-
You want the Debian Intel 64 bit version. arm is other processor architecture then intel/amd user!
-
How long was the gui open? The hardware info is just send once per minute and only appears after first message. But I see it in your ssh shell and it would not differ. So you have at least had undervoltage and it is a potential issue - also not alw…
-
I don't know the board so it is not officially supported. Dev 2 might be able to tweak it with new definition and pins, but needs a developer with board to do that. So short answer is no. What firmware is "Pro"? Marlin or own firmware from ender? W…
-
LCD and internal functions are independent of communication. They work also if no one is connected. Actually if you copy gcode to sd card and put it in display (if supported) you can already print gcode. What makes problem is Firmware serial connec…
-
Your browser and server are both on windows or just browser? What url did you try? 127.0.0.1:3344 only works on the computer where server is running. Eventually try disabling firewall temporarily in case it is blocking that connection. If it works t…
-
You see it in bolt icon in our gui. There you see also the undervoltage warning. Icon gets warning/error color depending on current/past condition. On pi 4 it can also make a difference if you use usb 2 or usb 3 ports. Since printers use usb 2 and …
-
/** * Select the serial port on the board to use for communication with the host. * This allows the connection of wireless adapters (for instance) to non-default port pins. * Serial port -1 is the USB emulated serial port, if available. * Note: The …
-
Don't think about slicers. It does not matter as long as you can not talk over serial connection with printer. So this has nothing to do with slicer so far. Once connected you can move in the control tab. Otherwise here are all marlin g-codes: http…
-
You need to enable logging and check the g-code at the place where it happens. Maybe printer just hangs as some condition is not to it's liking and then causing timeouts as it is waiting for user interaction without telling. Who knows as every vendo…
-
Looks good. Have you tested with 250000 baud instead? You might also test with ping pong enabled, also I think that makes no difference here.
-
Communication timeout means we are connected over os (raspberry I guess?) with the printer, but we did not receive a line starting with "ok" form printer firmware that tells us, that it has received and processed our command, also we expected this. …
-
Ok, in log you see no answer from firmware hence the timeout. What about the screenshot I asked for if you hit the "Printer settings" button in toolbar?
-
>So - Marlin GCODE shouldn't be a problem and we can cross that off the list? yes. Port is easy to check as I already explained above. In host check available port when printer is connected to windows. Then unplug and see which got removed. Th…
-
Marlin has changed gcode commands available over time, but communication stayed compatible - that should not be an issue. COM port is bound by windows using some usb parameter. Since the mega has own chip for usb communication flashing does not chan…
-
Thanks - so problem is error in docs. Will fix this soon.
-
Ja macht so erst mal keinen Sinn da der Code korrekt aussieht. Zur genaueren analyse must du logging aktivieren und sehen was wirklich zum Drucker gesendet wird. Technisch ist es ja möglich das da noch filter in deiner Konfiguration sind, die Befehl…
-
Ja das Problem ist, das die Drucker sich normal nicht gegenseitig sehen. Du brauchst also eine instanz die mit beiden reden kann. Eine Lösung wäre mittels MQTT - mosquitto kannst du auf dem pi leicht installieren. Wenn wir unseren status dahin melde…
-
{"serveruuid": uuid, "id": 1}that is wrong. There is no id - I think you meant idx. Use "idx":0 for root folder also I think root is always id 1 as it is first getting generated.
-
That M114 is the test. Timeout is the indicator that you are not talking with printer firmware. When you flash firmware do you also use COM7? Did you make the remove port test to be sure? Apart from testing different baud rates and ensuring right …
-
Dachte ehrlich gesagt das war eine Frage zum Repetier-Server. Da bekommst du ja auch dann eine Kurve wenn du eine Heizkammer hinzufügst. Aber nur für die letzten 5 Minuten. Layershift liegt aber meist nicht an der Temperatur. Liegt eher an - Moto…
-
Hast du bei den tools für extruder G10/G11 eine retraction eingestellt? Die werte von G10/G11 nimmt er auch für die timelapse damit er nicht filament verliert.
-
Ich denke du hast timelapse aufnahme aktiviert. Warum so oft kann ich nicht sagen - kommt auf die Regel an. Vielleicht alle 5 sekunden hast du drin stehen. Da gibt es eine Option damit die gut aussehen das Foto immer an einer festen Position zu mach…
-
First enable log so you see if you get answers or not. Send e.g. M114 and check if firmware responds with coordinates. Only then you know that communication is working. Printing can only work if this is the case. Settings is protocol automatic or a…
-
I haven't written that it works so do not think it works. You can upload any file but not all will be printable. Check if you see a summary that makes sense or print button to decide if server thinks it is printable.