Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
See G30 description in Repetier.ino file. You can use it to level Z and setting offsets. That was added to allow CNC tools to level to object height or wherever they have their sensor. So it sets the physical z=0 and adjust z to what you need at onc…
-
Pin 0/1 is the serial connection. Laser is only enabled at G1 moves for safety. In FFF mode it will not be used if you do not have it connected to something like fan. M42 might also enable it but then you need it also to disable it. in driver.h you…
-
Nein, der Host sendet nur befehle. Motorlast wird so gut wie nie messbar sein. Die TMC2130 erkennen das vielleicht aber das ist kompliziert und sehr speziell.
-
Strange. Retested it maybe on an other device. 12 seconds to see something, 18 seconds for shell to appear, 40 seconds until chrome was loading and 50 seconds until full display appears. So maybe I should find a faster way to start x server to speed…
-
You are just loosing steps as it sounds. Reduce max z spee to 2-3mm/s and make sure steps per mm are set correct. Acceleration for z = 50 as a start. zJerk = 0.3. With that it normally works good if there is no blocking physically or if a motor pin …
-
Do you have any communication going on or only timeouts? Enable ack to see if you get something at all on log console.
-
In host disable easy mode and you should see the log at the bottom or can at least now enable it in toolbar. See if it lists files when it connects or what it says like failing to mount sd card.
-
2 Solutions 1. Use move object (4 arrows left toolbar) then you can enter translation in the right side manually. 2. Group the objects. Drag second object on first in the right side and both get same translation. This is originally meant for multi c…
-
Unknown device is the key I guess. So with the many messages I guess we got a deactivated message and removed it. Try uninstalling the app and reinstall it. That should give you a new device id, so you can set up it again.
-
You did not increase max pwm so it limits temperature. Set it to 255 whcih is the maximum and you should be able to get higher. For calibration see M303 description in Repetier.ino file. The variants differ just in overswing and time to converge, s…
-
Many boards are actually better then the pi. The only reason we offer the pi image is that so many use it and have it. Pi is just slow with lan/usb. For the different board is just important to have a debian like linux distro running on it. But you …
-
I can't really tell especially since I have low boot times as you see. Regarding wlan the only difference is that we use network manager and not the default network configuration. But that is the same as desktops normally use and works normally. Yo…
-
V1 only has on/off support laser, no pwm. You can modify the driver for pwm if you have a pwm output that is usaeable. Laser will only go on during G1 moves if you enabled it with M3 or if E value increases. G0 moves will not enable laser. When move…
-
First I'd check global settings->timelapse and see what ffmpeg path is set and if it exists on the image. As you switched image it might be on avconv which was used on older images.
-
Then serial speed is maybe not 100% correct e.g. 230400 instead of 250000. Or the buffer size is set too big. Normally 127 is good.
-
You need to write a replacement for the sd card to use that. We have no support for that chip or any other usb converter. So no it is not possible unless someone writes a solution for it. Sorry.
-
Upgrading is what I do before I publish a new image, so no reason not to do. What often breaks is the the gui does not come after an update. In that case login with ssh and run sudo raspi-config and set boot option to command line with autologin. S…
-
I think it can be ignored. Looks like it is the library directly instead of link to the library. If gui does not start run sudo rasp-config and select boot option commandsline with autologin. Updating often breaks the setting.
-
Hab diesen thread wohl vergessen. Lösung ist ganz einfach: https://www.repetier-server.com/knowledgebase/broken-icons-on-touchscreen/
-
Link ist http://ip:3344/modules/front2/app/app.html/ Wenn du nginx mit weiterleitung laufen hast kann das :3344 entfallen. Auf dem IPad läuft aber auch das normal gui super.
-
Grundsätzlich ist es nur eine Webseite, also geht es. ABER wenn du User zum schutz eingerichtet hast geht es nicht mehr. Da der Touchscreen ja ohne user arbeitet, erlaubt er den aufruf extern nur wenn ohnehin jeder alles darf.
-
Maybe easiest way would be to start with our V14 image and make the adjustments. That has all fixes stretch may require included already. See in our faq for how to copy your data/settings to a new image.
-
-1 or -2 should not matter I think, but for consistency I change it to -1 for next update and in case there exists the one function testing -1 instead of < 0. Target temperature 0 is off that is right. Not sure where you see it. If it is the top…
-
Best choice is still a linux pc. Windows works but especially since W10 has the drawback of installing updates and rebooting when you do not expect it and some updates can not be prevented. Bad habit for dedicated 3d printer when you are running a l…
-
Updating linux in general is no problem. 18.04 is the latest LTS version if I'm right. Pi image will not work on intel pc. Pi uses ARM processor and Intel intel code set, so the binary format is not compatible. What you can do is copy /var/lib/Repe…
-
Ansonsten mach einfach restore. Du kannst auch die datei /home/pi/.config/openbox/autostart modifizieren. Im neuen Image nutzen wir chromium-browser --app-auto-launched --disable-pinch --incognito --noerrdialogs --disable-suggestion…
-
Not directly possible. You ca write a UI_ACTION in ui.cpp to start the sd print and configure a button to call that if you already use a lcd display. If not you can also use our custom events e.g. 100ms timer to check for button press and start prin…
-
Then the firmware did not compile in the command. Only if you have extra motor drivers configured the command gets available.
-
No I think you are still on jessie. lsb_release -a will show you the os. I would follow the instructions here https://www.waveshare.com/w/upload/1/19/7inch_HDMI_LCD_%28B%29_User_Manual.pdf Don't have the screen so can only refer to the original …
-
1.2 is the supposed fix to the update problem. At least we hope it. Do not understand what iTunes has to do with that. We do not install using iTunes.