Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Uploading only your above code gives a printing time of 15 minutes which is correct. P gets interpreted correctly as milliseconds at least in my version. Which version do you use and what time do you get with only that gcode and no extra instruction…
-
See PM
-
When you only have one extruder in slicer pannel you have not defined them in host setup in Extruder tab and the get mapped to 1 which is your problem then I guess. It is not possible to control only one z axis - if that happens you have a problem …
-
Just like the first sentence says up to inkscape 0.91 it works, after that they made changes invalidating how it works.
-
The GUI is completely javascript/html based and all communication uses the web api. https://www.repetier-server.com/manuals/programming/API/index.html You can add buttons to call web functions, external commands or send gcode (and starting with 1.0…
-
BTW: You should better use PrusaSlicer - it is the faster and actively developed version of slic3r. But works the same and can also read the slic3r configs.
-
Yes, that is what I mean. What I see is that you did not group the elements. That makes positioning hard I guess. Normally you drag on the right side one file on the group of the first one. This makes them use the same transformation. In the end all…
-
That image is from slic3r not from repetier-Host where we are talking about. I talk about the plater on repetier-host which you use to slice. Settings in slic3r are overridden by your selection in host.
-
>when I try to change in the PLATER it only accepts one color Do you have configured host to have 3 extruders and assigned them different colors for preview? If there is only one extruder for selection in the dropdown menu you haven't done it and…
-
Did you assign the objects to different extruders? Extruder 1 is the default if you do not change it. Is the slic3r config configured for multiple extruders?
-
The plugin only works with old inkscape versions. I think they are now using python 3 instead.
-
Thanks for the info. That is the second time a plugin breaks gui. These shop plugins modify websites and that can cause interferences like this. We will make a faq entry for that problem.
-
I get the same warnings and they are ok. These files are only for debugging. I installed also chromium on my ubunto 20.04 desktop. Version is Version 88.0.4324.182 (Official Build) snap (64-bit) Are you running the same version? Also does this a…
-
As I said in description - check what linux says. But with 2 power supplies it is not very likely:-)
-
Please have a look here for possible reasons: https://www.repetier-server.com/knowledgebase/print-does-not-finish/
-
I see them disappear in your video but the counter seems to stay, so looks like you get the delete animation without a delete. Can you open debug tools->console and check if some error appears in your case. First thought maybe the number of messa…
-
I have reset it but please never post it in public. If others see the license they can now use it for free and block you!!!
-
As far as I know colormixer only changes mixing ratio for layers so that will not work with that software. If you use PrusaSlicer you assign each extruder a color and for each color you need an own stl file that together give the complete object. Yo…
-
Ja schon klar - hast du ja gesagt das es die gleiche wie extruder 1 ist, da erwarte ich das auch. Ist ja auch die gleiche Düse also sind die auch identisch bei beiden Extrudern. Versteh nicht so ganz worauf du hinaus willst.
-
Debug mode would write steps between signals. That is the regular way. From description 7 * 120 = 840 would be 100% but you might want some error margin.
-
=>> Wie wäre denn die "einfache Lösung mit der Web Aktion"? Hab ich da was überlesen? Ja. In globalen Einstellungen->Web Aktionen kannst du curl ähnliche requests direkt eintragen. Content type: application/json Methode put, data: {"on":tr…
-
Der Hauptgrund warum du mehrere siehst ist damit du zwischen ihnen wechseln kannst. Die Temperatur dahinter kannst du ja ausschalten wenn du sagst extruder 2 hat keine Temperatursteuerung.
-
Maybe it is part of the davinci fork, can't say. That is not from me. Or you are still on the original firmware. But there is no way to preview them if they are in flash memory.
-
Du hast beim 2. eingestellt das der 1. die Referenz ist, daher setzt er über ihn die Temperaturen und nimmt auch diese Temperaturen. Ist ja auch richtig bei einem geteilten Heizelement. Welche Temperaturen soll er sonst anzeigen? Da er für jeden Ext…
-
Was du vermutlich willst ist das die in der Größenberechnung nicht eingeht damit das Objekt größer wird. Vor dem gcode ;@nosize ... start code mit purge line ;@size dann passt es besser.
-
Abgesehen davon das wir nicht ständig M119 senden und senden wollen wäre das eine Lösung für den Sonderfall das die Firmware das dann raus gibt. Ist aber so ziemlich die schlechteste Lösung wenn es Firmwareseitig geht, da hierdurch die Kommunikation…
-
; das semikolon ist zu viel, aber vermutlich nicht das Problem wenn du es im server siehst. Das https muss möglicherweise http sein weil es kein gültiges Zertifikat gibt. Ansonsten gehe ich davon aus das der curl Befehl in der Komandozeile getestet…
-
Ja irgendwas ist mit den Fritzboxen. Wenn einer Probelme hat ist es meistens mit einer Fritzbox und oft mit mesh Netzwerk wie es scheint. Scheint Linux irgendwie zu verwirren. Problem ist das das nicht mein gebiet ist. Ich hab den Server geschrieben…
-
Check if you have filament visualization disabled in toolbar.
-
For what do you have a z offset? Doe sit have a z probe or just z min endstop?