Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Open slic3r configuration. There are 2 import options for ini files. If it was exported as bundle then use bundle import. That is an ini file that contains print, filament and printer settings. If you have ini files for all three you can copy it to …
-
So you have 150mm bed then 20mm free space until end stop on the right? Then x length is 152 with offset distance 18mm which is in total 170. Host must then also have 150mm as width. With 170width it will place center at 85 which is not bed center! …
-
Since old version works, the answer is yes. You just need to use same settings as in old firmware. If it was created with config tool it would update automatically, otherwise use the values from configuration.h to fill in the values. The settings sh…
-
Host detects firmware type with ID from M115 and this does not contain Marlin. So guess that is why it is not detected as marlin firmware and now host does not know. Repetier-Server would know it since you tell it the firmware name explicitly. You …
-
First use 1.0.4dev - there was a bug that could cause z going up during measurements a bit. If that does not help you can "misuse" bending correction and set a correction for the right side if the sensor gives other values there due to different ref…
-
Yes, repetier-firmware has no R parameter. Use M109 if you need to wait - after all that is the difference to M104 anyway. Works only for temperatures > MAX_ROOM_TEMPERATURE - for colder temperatures cooling will be skipped.
-
Have you tested with the example I gave you? Drag on right side on on the other and then it gets sliced as you need it - at leat with that example. Then you knwo how to do it and can compare with your model.
-
Monitor uses Electron which uses in deed chromium. The fact that it only happens to Firefox also shows that the client fetching data is relevant here. Over apache as proxy it is apache fetching it and not firefox so that then makes it not happen. So…
-
I think I fixed that bug for next release. Until then use correct Gcode syntax: G61 X0 Y0 Z0 that should already work.
-
I know. It is already fixed in 0.93.2 beta (you can download it for linux if you replace version number) which is coming soon. Also next server monitor version supports webcams on dashboard as well.
-
Maybe. If that causes the change to happen there.
-
Please try out first with these STL: https://www.thingiverse.com/thing:2470843 I know there it works perfectly. So if it works there and not with Fusion360 then Fusion changes coordinate offsets. Don't know which coordinates they use. Important thi…
-
Wenn du auf der Kommandozeile bist kannst du mit nmtui den Netzwerkmanager interaktiv einstellen. Vorher vielleicht /usr/local/Repetier-Setup/bin/manageWifiAccess umbenennen damit der server nicht dazwischen funkt. Mit der nächsten Version wechseln…
-
In the manual is an example in chapter advanced setup for calling play as @execute play file /usr/bin/afplayimportant thing is to consider that the script is run as user repetierserver on linux. So that user must have execute permission for the scri…
-
Ok, let me know when they add a message for it and I add it in the server firmware definition to be handled correctly.
-
You can try adding a G1 move in the before extruder switch g-code so it switches always at same position next to the object.
-
G1 is supported by all firmwares. Only thing is if you have set Repetier-Firmware it will use binary protocol for communication which only is supported by our firmware. That is why I said to select Marlin firmware instead where this gets send as asc…
-
Drag on the right side the object on the other which builds a group. Then they are treated as having same transformations making them take same space if exported correctly.
-
You should use Marlin instead. As a sprinter follow up it is compatible with the protocol. You can ignore some unknown G-Code messages. We use some g-codes and some of them are only supported by newer firmware versions. E.g. we send M220 S0 and old …
-
Check your spam folder. You should have gotten a mail with everything when you finished it. You can also login with the mycommerce login in mycommerce if you created one. If you do not find it send a mail to info@repetier.com from the same mail addr…
-
DAs problem mit AP ist bekannt. Mit V21 nutzen wir nicht mehr NetworkManager um das zu umgehenen. https://www.repetier-server.com/knowledgebase/wlan-configuration-on-sd-card/ unten "Problems with Access Point" beschreibt wie man es aktuell lösen kan…
-
I don't have a duet with filament sensor, so can not say if it works or not. Filament sensor is a complicated thing. Prusa i3 just blocks communication until you are finished switching filament and then print goes on. If Duet firmware does the same…
-
Doch image klappt auch auf pi2 klappt sogar auf pi zero. Du siehst ja auch den cursor am anfang. Habs grad noch mal ausprobiert um zu sehen on die schrift lesbar ist, war sie aber. konnte Login screen sehen. Nur musste ich bei mir Ctrl+Alt+F3 drücke…
-
So was muss nicht geplant werden. Alle timelapses eines Druckers stehen in einem Hauptverzeichnis. Unter linux kann man das leicht auf ein NAS kopieren und das Verzeichnis als link auf das NAS Verzeichnis legen. Im Grunde kannst du aber gleich direk…
-
> I have the correct API ID, I re-entered it and no change. I can select any printer and save, but still parser error. What do you mean by select any printer and save? Are we talking about Repetier-Server Monitor or Repetier-Host here? Monitor h…
-
Reduce x length to get it more to the right. Firmware reduces print area by the distance between the 2 extruders so you can switch between extruders everywhere. You will see that homing x max with extruder 0 you get a 18mm gap to the end stop while…
-
If you have the pro version you can use Repetier-Server Monitor to selectively backup the data stored in repetier-server. You can also use a simple link to point /var/lib/Repetier-Server to an other driver as long as it is mounted when server start…
-
Kernel ist buster vom aktuellen Raspbian. Im Grunde ist es das aktuelle Raspbian mit einigen Erweiterungen und vorkonfiguriert. Aber bereits seit Stretch gehört chromium browser zum Paketmanager. Du kannst auch eine Tastatur anschließen und mit Ctr…
-
Does more look like Repetier-Host. Try in printer settings->printer disable sending ETA to printer display. Unfortunetly in your debug commands logging was disabled so I see not which command causes it, but on several versions M117 causes trouble…
-
Naturally such a complex thing is not implemented directly. But there are ways to do that with some clever placing of e.g. some scripts that you run with @execute at the end of the print. Using the web API you can send commands to the server to e.g.…