Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Permissions are always for all printers of a server. Per printer is something planned in a later step, but that will not be that soon. If you use multiple server instances you can have different users on each if that could match your classes. With R…
-
With some programming skills. Such a solution is also already available here: https://github.com/Raabi91/filament_runout_Repetierbut you can also use a lua module to query a pin and start a pause. Here an example that sends M416 when power detect pi…
-
Just a side node - next release will natively support web requests as commands to e.g. call IFTTT maker webhooks to disable a plug. These commands will also be available in menus then. That makes it very easy to switch any plug with IFTTT support.
-
In server definition for Marlin we have M530 S1 L{i:numLayer} M531 {s:filename} M532 X0 L0 M530 S0 M532 X{f:progress} L{i:currentLayer} That are commands send to update print state in Marlin, but currently not supported when I check https:…
-
his means connection between browser and server.Most likely your pi uses wifi and that is being disconnected regularly and slow otherwise. If you can use ethernet cable instead of wifi and you have no problems. Otherwise check if region is set corre…
-
Already have some ideas to solve it. E.g. extra folder with names like port names and that would be scripts run on connect to restore last settings. Plus said Setting module if we have mjpg_support detected.
-
I see very damaged. Tried to install iOS simulator, but oldest available was 10.3.1 where it still worked. From my ipad 3 running ios 9 I got same error, but it could not connect to Mac Safari for debugging also it was seen. So I have currently no w…
-
Die haben vermutlich alle die gleiche USB kennung. Daher wenn es auf Linux läuft unbedingt /dev/serial/by-path/... als port verwenden, damit die korrekt unterschieden werden. Es kann nur einer Pro port verbinden wenn 2 den gleichen Namen haben würde…
-
Sicher das es nicht geht? Guck mal in der web config nach ob es neue einträge gibt. Aktuelles Image nutzt den Port und nicht den Device Namen. Wenn du die Webcam dann in einen anderen Port einsteckst bekommt sie einen neuen port. Kannst dich auch m…
-
Your config file has not define UI_BUTTON_OK -1 to tell it that it has no ok button.Wonder where it gets used - display drivers define the var so this would normally only happen if you say to use user defined display and forget it.
-
You need 3 axes defined as mirror so they move as one. For motorized leveing you define 2 of them again to be controlled independently so you can level all 3 axis. The 2 z connectors are for printers using 2 motors for z without the aim to change t…
-
That is not possible. Host shows coordinates of what it has send and where printer will be in future. Printer buffers commands and moves so where do not know where the head really is. In fact most firmwares do not know it them self - they also only …
-
The user tables are not easiily convertable. The config tool needs temperature and resistance and computes adc value from it. So you need to know the type so you can lookup in the datasheet what values you need. Alternative enter just some dummy val…
-
13:03:25.996 : OpenGL version:1.4.0 I'm quite sure minim required version is 1.5 for full operation. So try if you find a newer graphic driver. 1.5 is from 2003 so any newer driver hopefully already supports it.
-
Yes, also M323 and M320 are not required. If you measure it is activated and stored already.
-
Verwenden sie unser vorkonfiguriertes Image für den Pi? Da haben wir ja bereits alles eingerichtet damit es leichter ist. Nur dann erscheint unten der Hinweis mit dem Vorkunfigurierten Webcams. Oder natürlich wenn die Installation erfolgreich war un…
-
Please check the log. I assume you are missing a OpenGL driver. Sounds like always when OpenGL should show up nothing is updated, so that is the logical explanation I guess.
-
Forget the wiki description you quoted - that was not for our firmware. G32 S2 stores data to eeprom. G33 always uses eeprom or never uses it depending on configuration. Default is to use eeprom so it is permanent. In firmware V2 only way to get di…
-
Is there a documentation about this? Don't have or know that display. I just know there is no direct support from our firmware side since that never seemed required the way I understand how it works. Never saw the option for firmware menus and how t…
-
If you speak about slicer settings, these are in files. Host setting it self is in registry. CuraEngine is in HOMDIR/AppData/local/Repetier-Host/CuraEngine and slic3r in HOME/AppData/Roaming/Slic3r or Slic3rPE for PrusaEngine.
-
Repetier-Server Monitor already has watched folder support to upload or print automatically. This makes normally only sense on the users machine so it is in the monitor not on the server side.
-
Sure, you can use the gcode events. Just add M220 S100 M221 S100 into print finished and print aborted event and it will automatically be run at the end.
-
I see what you mean - main problem I see is that we just have static/dynamic url as parameter for the webcam. There is a special solution for linux with the image that can execute some scripts and return in a known format. But there is no stored li…
-
As far as I understood that display uses gcode to communicate with the firmware, so you need a second serial (bluetooth serial named in config also you can use it for anything) to connect the communication. Inside firmware you do not activate any di…
-
It means firmware thinks you have a hardware defect with the temperature sensor. If they get too much stress they can get defect or a cable breaks. Best is to replace the sensor including cable.
-
It means firmware thinks you have a hardware defect with the temperature sensor. If they get too much stress they can get defect or a cable breaks. Best is to replace the sensor including cable.
-
Good news. My version reacts the same and I could already do a connect with pre programmed password which worked, so next release will be able to handle passwords as well.
-
If extrusion amount is the only problem there is a more simple way. Slicers have a extrusion multiplier to adjust extrusion length. So if you have 13m extrusion per 10mm send your multiplier is 10/13 = 0.77 or 77% depending on format used to enter. …
-
Hat nichts mit armef/armhf zu tun, da würde der server abstürzen wenn es nicht passt. Firmware sendet nach jedem Befehl ein "ok" - danach sendet der Server die nächste Zeile. Kommt das ok nicht an oder fehlt das o oder k wird es nicht erkannt und na…
-
Line 6880 M104 S24 ok it's 24°C but that is nearly off as it is room temperature. If it is exactly after first level you only have set first level temperature for filament but not regular temperature or regular temp is 24°C.