Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Guess you are right. Looking into schematics I don't see a reset or boot button. So sd card upload is the only provided solution.
-
I'm not aware about any breaking changes - we use same libraries for html. Which page do you open - web gui or touchscreen? Also what do you see - I don't think you are not seeing anything. Normally incompatibilites mean wrong rendered html page.
-
That is the best solution. G33 L0 therefore reports in exactly the required format so you can simply copy/paste it.
-
Yes, password request is not supported. Last time I tested it there was no password required. Is this an optional feature or now always required? Also you need to enable TCP in config or is it enabled permanently with that command. Which password …
-
As I said you must switch the board in dfu mode. Then it reboots firmware and presents a completely different usb device. On my RUMBA32 I neet to press BOOT hold while hitting reset, release reset and then release boot. Then it switches in boot mode…
-
STM32 supports dfu upload protocol which is supported from next release on to support RUMBA32 board. Upload address is fixed to 0x0800 0000 but as I understand from googling that chip also uses the same upload address so guess it would work. You ca…
-
Slicers have an option for different first layer height, but after 3 layers is odd. First I'd check closely on the generated gcode if Z is always changing only layer height. Also in server you see Z being send - is it really that you you see 0.2 0.4…
-
Oh any yes, host has remembered last position and will move back to it before continuing the script. Just make sure that you do not move the head while changing filament. Some firmwares have a disable motor timer when able then it is easily moved in…
-
In host you see a continue button when you are paused. Just hit it to continue.
-
Ok, I have updated the http://download.repetier-server.com/files/server/extras/mjpgstreamer-init-debian/Repetier-Setup.zip file to contain the buster version we use in latest pi image. That should work also with manual upgrade. I found 2 differences…
-
Uploading settings to printer sounds completely wrong. That is nothing you can do. All you can do is uploading sliced gcodes to sd card. The sliced gcode contains setting temperaturs etc as defined in your settings, so no settings are needed here. J…
-
2020-02-06 20:53:08: error: Reading serial conection failed: Accès refusé. Closing connection.2020-02-06 20:53:08: Port closed for CR10 is the key. As you see windows refused reading data from serial, so we closed the connection. That is an error h…
-
Yes it is easy possible but you need to change the gcode. You need to insert ;@pause where you want the pause. Also in printer setup you have a pause script - here you should move to the side so you do not ooze on your print while waiting for the c…
-
Thanks for the hint. You are right that buster changes webcam enumeration/names a bit. I needed to change them for the image to work properly. Will update the old setup shortly to match the new scripts handling both cases.
-
Pi power supply is my guess here. On startup you have high cpu load. But only checking /var/log/syslog for usb actions like disable from linux would show that for sure. If there is no hint of linux disconnecting them you can ignore the fact.
-
Only V2 firmware supports that chip, but problem is normally that you do not have enough hardware UART ports available for all chips so using SPI version TMC2130 would be the better choice.
-
Ein shutdown fährt ja nicht die Drucker runter. Das sind getrennte Probleme die Beide erfolgen sollten solange der Switch aktiv ist das alles was Fertig ist runtergefahren wird. Und shutdown macht nur sinn wenn auch der letzte Drucker fertig ist, da…
-
There are many megatronics board version. I think they have already a built in chip to convert the signal to something - most likey an analog value. So try selecting type 60 as temperature type and as sensor pin select THERMOCOUPLE_0_PIN or THERMOCO…
-
Enable export mode so you have a log and see if you are really communicating. See also in status bar at bottom for x commands waiting message. If you see it there is a good chance that there is no communication. Typically wrong baud rate or port. In…
-
"In the slicer manager I set the path for Slic3r configuration to: C:\Users\\AppData\Local\RepetierHost" that is not the regular path where configs are stored and putting slicer data there is not best idea. But it seems that you needed new slicer p…
-
Firmware update should not be required for that reason. Only if you want a new feature in firmware. If it does not happen with deactivate it is a chance that linux is disconnecting the usb. Check /var/log/syslog for disabled usb devices at that tim…
-
Interessante Idee. Muss man aber weiterdenken wenn 2 oder mehr drucke aktiv sind. Man könnte ein extra Ereignis anlegen das dann ausgeführt wird. Aber wir brauchen noch etwas um den Rechner evtl. runterzufahren. Einen Programmierbahren Befehl wie sh…
-
1. Happens if a command is blocking like wait temperature to be reached at print start or if the communication between windows and printer is not working any more. In latter case - what did you change a sit worked before? Different usb port or usb c…
-
Did you also try setting ip directly as provided with ethernet configuration in WLAN tab? Of course now it might interfere with DHCPCD so guess you might just stay with working solution.
-
I think the motor on/off is happening when the printer board resets. We do not turn them on/off on connection actively. If server does not think it connected correctly it retries the connection. So maybe it needs some more retries now, also I can no…
-
Ok I have tested it and it did not work in deed. Problem is timing between loginRequired and response from first command where we fetched the session. So session required for login was set after login which fails for using wrong session id in authen…
-
One of the reasons you get 5 licenses. If they are used up due to such problems send a mail to info@repetier.com with code and ask for a reset and we do it for you.
-
The MCU message comes from klipper and is just be forwarded, so you need to search on klipper side.
-
Good example of another warning that should not request a stop of communication. For next update I updated rule to ^!!(?! (Move|Must home axis first)) to include that case as well. If you find more cases, let me know and I put them in exception …
-
Ok some misunderstanding here. I talked about communication tcp to printer not communication between host and server. Here the normal web api is used as described here: https://www.repetier-server.com/manuals/programming/API/index.html But this com…