Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Of course we do not send a secret command to misconfigure printers after 2 weeks:-) But sounds in deed strange. We have no control over Z positions/calibration. That is a printer internal setting stored in their eeprom I hope, or resetting/disabling…
-
No. They require a different kind of server to work in background preventing Repetier-Server from connecting. You can not have both. But Repetier-Server does anything you can do in fluidd and more. Just some solutions are a bit different.
-
> And now MCU Protocol error .. Make sure to compile a new printer firmware from the installed sources. Version mismatch might cause this. Version is the one you installed 0.10 or latest master which is constantly changing. If unsure or if you …
-
Are these the same buffer settings as in host? If 255 is more than smootheboard has, this will lead sooner or later to com errors. 127 is normally a safe bet. Also make sure to select smoothie firmware to ensure some smoothie special behaviours.
-
Some distros have a very old host version included - that has no server connection. Use the appimage version from our homepage (2.x) there you can select server connector.
-
You can not add images. The only push solution with image is pushover and here we have only able to do it with internal api integration.
-
> LED is blank Do you mean LCD? That needs to be configured in your klipper configuration file. When editing the file make sure klipper starts it without errors (see connecticon if there is a warning symbol). Also note that the 0.10 and latest ar…
-
Bei klipper muss man die Konfigurationssprache etwas beherrschen, da du die Konfiguration ja angeben musst. Der mainsail include macht vermutlich eh keinen sinn, da wir nicht mainsail sind. Das hört sich an wie zusatzeinstellungen für mainsail. Kann…
-
Does it loos connection meaning does it get red after shutdown? On connection start the idle timer gets set to zero so from that point on it starts counting. If the printer still gets powered by usb connection stays green and triggers timer. On the …
-
You can not really turn them off, but you can set color in printer configuration->Bed shape. So maybe you selected same color. You also can define there grid spacing and big value there would also look like disabled.
-
If server is connected using port 6 you can not flash with prusa slicer. Only one app can be connected at a time. Deactivate printer in server on windows installation to do so. It is still unclear to me if you want to connect prusa to pi or windows…
-
1.8° is for a full step. You need to multiply with microsteps set in firmware for stepper driver. Often 16. With gear you also need to incormporate gear ratio which reduces the step size. So 7.9mm in full step with 16 substeps and gear ratio 1:3 mak…
-
It will normally detect that it is same pi. In case you loose all installations due to such problems just send our support a message with license code and we reset it.
-
Looks like you are not using a pi. Which distro and version are you using on which processor? Main problem is that klipper uses the older python2 that is being replaced by python3 so old package names start to not work as I see on some distros. But…
-
> If I set the printer up and then remove the USB, connection fails. Without usb cable you can not communicate with printer, that is normal! Is this where the pi comes into play? You can connect it only to pi or windows, not both. And it will …
-
So buster image is irrelevant here as your problem is windows, right? You need the com port that appears when you plug in usb to prusa. So on windows server you need Com 6 to connect, select Marlin as firmware and continue. Prusa as a special "prob…
-
Only one backend can connect to klipper at a time or communication turns into garbage. So if fluid is connected with backend you can not connect with server as well. So while you can install our server on that image you need to stop the fluid backe…
-
Yes, printer would have been correct. Have fixed the docs also cache might show old version.
-
You need a mapper that maps communication from a TCP/IP port to the klipper pipe. I think socat would be able to do so. socat TCP-LISTEN:8888,fork,reuseaddr FILE:/dev/pts/1,b57600,rawwould map /dev/pts/1 to port 8888. I think this version even surv…
-
Yes, it will retry as long as it sees the port. I also see it is the only one. You should check /boot/cmdline.txt by default linux uses first serial for console as well, so they could interfere. We normally remove this in our images, but if you hav…
-
Normally it is enough to run the wizard in server to determine the speeds. Just set them to your typical bed/extruder temperature. Makes prediction more exact regarding total time.
-
Quite soon. It's only a patch version for the bugs found since 1.4.1. Will wait maybe a week and that publish what we got so far. Other issues found are quite special and not so important. But that bug makes me want to update soon. If you have stil…
-
As you see you are already using a print "p" with same port that is already connected. Is that correct or is that just the wizard seeing it self during test? If it is true - 2 softwares connecting same port will not correctly work.
-
Use a recent host and download recent PrusaSlicer on linux. slic3r is not developed any more as far as I can say. PrusaSlicer is based on it but with tons of cool improvements and also supported by host. If you download the app version, the slicer i…
-
Ok, I forgot we have changed that in the last versions. Not sure which. In past we used line/total line. That confused users too much so now we use time vs total time. This is from a simulation, but there is also a jump at the beginning. How big de…
-
Not really a bug but a result of what slicers do. For progress we count lines and there are a lot of comments at start and end to contain image/settings that can make a bigger difference especially on short prints with much long moves. So here you s…
-
Yes, found it 2 days ago. Your backup is ok, it is a bug in restore function. If you are using linux you can already use the nightly build to get a fixed version. 1.4.2 will also have it fixed.
-
Yes, we added a parameter to decide and fallback is not as expected. Is fixed for 1.4.2 but as far as I know also prusaslicer will add the new parameter.
-
I see your problem. It is showing up in both cases, but you need to go to server commands icon to see them. The shutdown command on home screen only appears if the command contains "shutdown -h" So as solution for you rename hard-shutdown.sh into h…
-
Can you just connect pins to pi serial? I mean mega is 5V and pi 3.3v so is the pin 5v tolerant? Anyhow, if you have ttyACM0 on pi you can use that port as well in server for communication. In firmware you can have up to 2 serial ports defined. So…