Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Ist das mit Version 1.0.4? Ältere versionen hatten einen bug der dazu führte das keine pdf erstellt werden wenn die webcam nicht erreichbar ist. Festplatte noch genug platz? Einige Funktionen brauchen wenigstens ein halbes gigabyte freien Platz wie …
-
You are right that different materials have different speeds etc. That is also why I want the info/warning box. But for same material type like PLA is is often all the same except temperature so that would be a quick fix on mismatch. Better is alway…
-
No you can not add extra values, only use the knob to enter it.
-
Die Einstellung ist bei der Druckerkonfiguration da sie pro Drucker aktiviert werden kann. Direkt auf der ersten Konfig-Seite.
-
I just checke dit with my printer and it worked. And since it seems to send the correct commands from your log I assume the problem in the printer side or communication stops working after the up move. Enable ack to seeif you get the ok from firmwar…
-
What we want from start is material detection, so we know with which material it was sliced. That might be another solution - to have an automatic change of temperatures when you have different materials loaded than used for slicing. I like to have …
-
Ist bereits implementiert:-) In Druckerform Z-Band eingeben und den Winkel eingeben. Dann wird auch die 3D Vorschau korrekt berechnet. In 2D wird natürlich weiterhin Layerweise XY angezeigt.
-
Ok, im projekte Bereich den uploader hab ich fürs update noch mal verbessert, so dass man sieht ob ein Drucker am drucken ist. Dann steht rechts "Queue" statt "Print" wie jetzt. Am Drucker Icon sieht man ja ob der Drucker online und bereit ist. Sieh…
-
Interesting idea, also a bit difficult since we pre parse the gcode for timing calculations. That can not be done if parts would change. So need to think about a solution for this. Maybe a default value for timing and variable for real print. Will m…
-
Set protocol to ascii and try different baud rates. Make sure the serial port belongs to your printer. This message comes if the host sees no response it understands.
-
So here you did go up 25mm and then down 25mm? When the commands get send it is no bug in the interface. If you also get a "ok" back from firmware the printer is ignoring the move. Try to go down 10mm so firmware can not ignore it because of roundin…
-
You are right. It only gets replaced in the post parameter. I did not think of the url containing it as well. Have added the replace to url part as well now for next release.
-
The qr code does only take you to the web gui. We can not add one for every possible action. G-Codes are assigned to a printer and normally only work there so you can only start it with that printer. If you have a g-code in projects you can send it…
-
Good it works. Did not think of it being pro feature. No currently you can't see how much are left. But if you get message that all are used up and you have less installations just drop us a message and we reset it. But if you always deactivate bef…
-
Erst mal das ist nur für Druckjobs gedacht. Bei manuellen befehlen wird es zwar gesetzt, blockiert aber nur den Druckjob. Hab testweise diesen gcode getestet: M117 Start@setTimer 0@waitForTimer 60000M117 End der leider nicht geklappt hatte. Beim er…
-
It would only run when idle call is activated or successful end. I have changed this to run on fatal errors as long as rescue is not enabled. For now you could add in printer config a rule that parses firmware output and executes the same gcode. B…
-
Do you get the regular history entry? For this you need to enable for the printer "Log all print to a history database". Only if that is enabled the global pdf report setting will be applied. PDFs will only created for new successful prints in that …
-
There is no detailed docs for this subject. It also massively depends on your printer and clearing solution. The key is that you can put several files in our print queue which is the todo list for printing. If there are other gcodes waiting and duri…
-
You have added @pause at the end I guess. @pause runs automatically it's own pause script. You should in fact not have any other code here especially not before @pause. @pause stores the last position so it resets speeds and position on continue. If…
-
So extruder 2 is now on the right? Just swap all config values between extruder 1 and 2. If you do not care about numbering just position of second extruder give second extruder a negative x offset so extruder switch gets correct positions.
-
Gleiche stelle weiter oben. Dem Bett kann man auch Temperaturen zuordnen genau wie beim Extruder.
-
I don't think it works good if klipper handles pause. I think best is to send some message with M118 which klipper seems to support: https://reprap.org/wiki/G-code#M118:_Echo_message_on_host You can add in server configuration->gcodes a listener…
-
Korrekt wäre etwas wie // action:pause aber das macht die Firmware nicht. Mittlerweile hab ich das im Server für Pi über GPIO gelöst (version 1.0.4). Siehe https://www.repetier-server.com/gpio-tutorial/ Hab den sensor einfach am pi eingesteckt und …
-
Is extrusion working in correct direction? If not rotate motor connector 180° or change invert direction setting in configuration.h for that extruder.
-
You can do this with Repetier-Server which has a server command @autostart_next_job you can add at the end after clearing bed gcode. This will start next gcode in print queue. So just put all prints in queue and they will be printed in order. But c…
-
Good. I also modified server so with next release it detects the special case if Px is included. Also added better parsing of SuperSlicer so it gets width and height for extrusions from the comments.
-
In der Druckerkonfiguration kannst du jedem Extruder Temperaturen zuordnen. Die ersten 4 sind die, die du am Touchscreen siehst. Wenn keine da sind füllt er sie mit Standardwerte.
-
Einfach den von s3d auszufüllenden Platzhalter mit dem Pfad zu einem gcode austiaschen und in der Eingabeaufforderung eingeben.
-
No, reason is a bug in server. The icon in monitor should work, but regular gui and touch screen use a variable that does not get updated due to a refactoring error. Will be fixed in next release.
-
Maybe. Such errors start randomly until break is completely. And for most users it is hard to distinguish which part in the chain is failing. So will see when hardware is repaired if they also stop.