Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
That is a UPS and not what is powering your raspberry pi. At best it protects the power supply and prevents power loss in short main power break. But important is voltage going inside pi that must be stable. So check as I said if it was the problem.…
-
Ich denke da sind nur Programme erlaubt aber mit der && Verknüpfung sind es 2 Befehle die in einer Shell verknüpft sind. Pack das in eine script und rufe statt dessen das Skript auf. Stell sicher das user repetierserver das recht hat pins z…
-
On a pi reason is normally a power supply that is not as stable as required and then linux disconnects usb devices on power drops. See dmesg vor undervoltage warnings from linux and check /var/log/syslog to see if linux in deed did disconnect usb.
-
In printer settings you define the z home position. Set it to 2.
-
No it is not supported. But a nice idea for V2 firmware.
-
Server is the one talking to printer. That is all you need if you use a webbrowser. In addition you can use Repetier-Host to connect and control it. It is just a additional possible interface to the server. Install it where you want to use the host.…
-
Doch in der Pro version geht das. Beim 2560 must du die hex Datei hochladen und dann ruft er avrdude mit port und Datei auf. Was gibt er dann dort als Fehlermeldung aus? Kannst ja detailierte Ausgabe aktivieren dann sollte avrdude genau erzählen was…
-
In log I see many unknown option ... lines. So have a closer look to the slicer config in manager. I think the used version and version host thinks it is using differ. So what you see is slic3r autoplacement while host thinks it told slic3r to not r…
-
Great also still strange and the question why remains unanswered. But ok, we are moving to a new implementation in future anyway.
-
Hab noch mal auf meinem Windows Laptop getestet und komme von 170 Zeilen/s auf 940 Zeilen/s mit der Modifikation. Die scheint also wirklich eine spürbare verbesserung zu bringen und das ist sogar schneller als der Host es schafft. Die Änderung wird …
-
Flashen geht über ein Hilfsprogram das auch Arduino IDE nutzt. Die unterscheiden sich je nach hardware und board. Was für ein Board ist drin und kannst du es von der Arduino IDE direkt flashen? Welches Board wählst du in der IDE dabei?
-
Install repetier-server on the device in garage and in host select repetier-server connector. That way you can use host more or less like before with the server doing the connection stuff. You can even add a webcam to see the printer from your offic…
-
@adb ???????
-
First make sure you have set it to go down a bit after homing. 20mm are normally enough. This is required to not trigger end stops when homing and adjusting offsets. Maybe one reason you see no effect. Changing z offset will then work. Only do not f…
-
Nice idea, might add it as button appearing only if you hover webcam. Fullscreen should work on any html element.
-
Die Version ist noch nicht 100% fertig was geplante features angeht, wird aber bald kommen. Schön das es bei die so schnell ist. Mal sehen wenn ich es mich einem Laptop versuch auf dem Windows nativ läuft ob es dann auch bei mir so schnell ist. Zumi…
-
Have yo tried RTS High, DTR Low, and Malyan fix unchecked in connection settings. Some boards can not communicate with default settings.
-
Oops, du solltest im link die version durch 0.92.0 ersetzen. Hab wohl vergessen den link anzupassen.
-
Do not forget to change eeprom mode so changes in config are copied to eeprom. Try with 115200 baud and try. In that case you can also try with arduino serial console and should see a wait every second. Then host should also work fine. My guess is t…
-
Ok hab mal selber gemessen mit letzter version auf einem virtuellen Windows 10 verbunden mit Drucker am Due Programming port was du scheinbar ja auch nutzt. 30798 Zeilen in 2:27 = 147s => 209,51 Zeilen/s. Dann hab ich gesehen das der Treiber Teen…
-
Get same hardware device name, have set it to 250000 baud and tested appimage and linux tar ball and both have no problems connecting to 250000 baud with Ubuntu 16.04. So it should at least work unless something modified port behaviour. As a last r…
-
Correct firmware in slicer selected so it has extrusion using E and also set extursion mode to relative/absolute depending on what you configured? Dry run disabled?
-
Sailfish is the firmware and needs a different format then we can deliver, so that is why it does not work with that printer.
-
Mono serial library does only support ANSI baud rates. 250000 baud is no such baud rate. As a solution we call a C++ softwware SetBaudraute after connecting to change it using that software (sources are included). ss.flags = (ss.flags & ~A…
-
Really confusing, so can not say that is that is the problem. Host has home position in settings so that is what you see if it fails and does not report position. 12:40:12.946 : Error:Activating z-probe would lead to forbidden xy position: -0.00867…
-
No, but here a sample that makes a led blink and shuts down pi on button press rs = RepetierServer() local GPIO = periphery.GPIO local loopCounter = 0 local blink = false local blinkOn = true local lastButton = true local g…
-
Yes, guess you are right. Just needs to get mounted to always same directory that you then enter. So a copy uploader that always use same name might be a nice addition so it could be used as uploader for that. Sould not be so difficult also you need…
-
Since prusa does not use it as heated chamber ambient is ok ok. Not sure what it really measures. Might be pinda temperature or board temperature,
-
First for port forwarding ton internet it is not neccessary. You an forward port 2000 to ip x:3344 and port 2001 to ip y:3344. Second you can add a copy of repetier-server.xml in storage database and modify the port number. After restart that xml w…
-
Ja ist auch geplant für später.Zwar nicht oben aber an einigen stellen.