Repetier
All settings are stored in registry, so for linux mono it is in .mono/.. folder. There is somewhere one subfolder per printer.
About
- Username
- Repetier
- Joined
- Visits
- 1,992
- Last Active
- Roles
- Administrator
Comments
-
Communication timeout means we are connected over os (raspberry I guess?) with the printer, but we did not receive a line starting with "ok" form printer firmware that tells us, that it has received and processed our command, also we expected this. …
-
Ok, in log you see no answer from firmware hence the timeout. What about the screenshot I asked for if you hit the "Printer settings" button in toolbar?
-
>So - Marlin GCODE shouldn't be a problem and we can cross that off the list? yes. Port is easy to check as I already explained above. In host check available port when printer is connected to windows. Then unplug and see which got removed. Th…
-
Marlin has changed gcode commands available over time, but communication stayed compatible - that should not be an issue. COM port is bound by windows using some usb parameter. Since the mega has own chip for usb communication flashing does not chan…
-
Thanks - so problem is error in docs. Will fix this soon.
-
Ja macht so erst mal keinen Sinn da der Code korrekt aussieht. Zur genaueren analyse must du logging aktivieren und sehen was wirklich zum Drucker gesendet wird. Technisch ist es ja möglich das da noch filter in deiner Konfiguration sind, die Befehl…
-
Ja das Problem ist, das die Drucker sich normal nicht gegenseitig sehen. Du brauchst also eine instanz die mit beiden reden kann. Eine Lösung wäre mittels MQTT - mosquitto kannst du auf dem pi leicht installieren. Wenn wir unseren status dahin melde…
-
{"serveruuid": uuid, "id": 1}that is wrong. There is no id - I think you meant idx. Use "idx":0 for root folder also I think root is always id 1 as it is first getting generated.
-
That M114 is the test. Timeout is the indicator that you are not talking with printer firmware. When you flash firmware do you also use COM7? Did you make the remove port test to be sure? Apart from testing different baud rates and ensuring right …
-
Dachte ehrlich gesagt das war eine Frage zum Repetier-Server. Da bekommst du ja auch dann eine Kurve wenn du eine Heizkammer hinzufügst. Aber nur für die letzten 5 Minuten. Layershift liegt aber meist nicht an der Temperatur. Liegt eher an - Moto…
-
Hast du bei den tools für extruder G10/G11 eine retraction eingestellt? Die werte von G10/G11 nimmt er auch für die timelapse damit er nicht filament verliert.
-
Ich denke du hast timelapse aufnahme aktiviert. Warum so oft kann ich nicht sagen - kommt auf die Regel an. Vielleicht alle 5 sekunden hast du drin stehen. Da gibt es eine Option damit die gut aussehen das Foto immer an einer festen Position zu mach…
-
First enable log so you see if you get answers or not. Send e.g. M114 and check if firmware responds with coordinates. Only then you know that communication is working. Printing can only work if this is the case. Settings is protocol automatic or a…
-
I haven't written that it works so do not think it works. You can upload any file but not all will be printable. Check if you see a summary that makes sense or print button to decide if server thinks it is printable.
-
Wennd ie firmware sie z.b. als C: in der Temperaturantwort beinhaltet ist das kein Problem. Einfach eine heated chamber hinzufügen in dem Fall damit es angezeigt wird. Wenn es keine Heizung gibt einfach nicht heizen wobei die firmware das dann vermu…
-
Normal must du nichts in config.txt eintragen. Wir setzen den Modus in input wenn du es in unseren gpio Listen einträgst. Du solltest aber vorher mal mit gpio readall ansehen ob da bereits eine andere Funktion darauf liegt, also ein pin als serielle…
-
Bin nicht sicher was du hier meinst, aber vermutlich nicht. Klipper konfiguration ist für den Drucker und hat erst mal nicht mit dem Server zu tun. Dann gibt es die Einstellungen im Server, damit der weiß wie sich der Drucker verhält was zwar teilwe…
-
Please see in github.
-
You need a G92 E0 before :LAYER:0 otherwise depending on your last E position this can be a big retract or extrusion that is unexpected. You need to put that in cura start g-code after your manual extrusions if you do any.
-
First, since you seem to be a new user - CuraEngine is quite old as newer version are not compatible any more. It works fine but using PrusaSlicer for new users would be the best solution as it creates better g-code. Then for understanding - yes pr…
-
Yes, seems like skirt vanishes if it gets below 50% of regular layer height. We just pass parameter to curaengine so can not give more details here. Actually I do the opposite with first layer height and make it higher to compensate uneven bed. Same…
-
Yes correctly understood. Any language is fine just with python you need to start python with script as first parameter I guess. But that should be no problem. Especially if you know python it is easy to write a read, parse and write script.
-
Thanks. "Speed of filament extrusion when operated from the Manual Control tab" is exactly what it wanted to say. Improved for next release.
-
This requires an own software that gets called after slicing. You have the 2 parameter for file in and out. The result must be a written file with the name given with #out as parameter. That is actually why there is no doc - you need to write the so…
-
I'm not sure about that. This requires a telnet like port that sends g-code 1:1 the same as over usb. I can not say if ultimaker offers that port. You can test with a portscanner which ports are available and try them with tcp/ip connector.
-
Before clicking assign did you also add a webcam at the top? Assign just copies the urls to the currently selected webcam. You should then already see a preview of the webcam. After that save config. You should see a webcam tab in printer tabs and a…
-
Only place where you can select color/extruder is in "Object placement" tab. Once a model is loaded it has on the right tab a name entry and right to name there is a select button to select a extruder. It will then color the model with that name wit…