Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Ok I see the issue just using T10, so that is not the problem. The issue is more that it allows more extruders so it shows usage or makes extruder preview correct. So something I"d like to keep and now I wonder what the temperature response is. What…
-
Ok, so having 1 defined and using second causes the issue then. Will check and add a fallback.
-
It works completely different so probably will never get a configurator. Due to lack of time I make no predictions about it"s development, but what is included works.
-
Mach ein backup der Daten mit Repetier-Server Monitor oder auch nur von den Druckern wenn da sonst nicht viel konfiguriert ist und mach ein neues Image auf aktuellem Stand. Oder Prüfe noch mal die Kommandozeile ob du da ein return oder was anderes…
-
That really depends on printer firmware configuration. If it is configured to handle runout completely internal it would only block communication and we don"t see or handle it at all. If it sends a message it will pause and run pause script - at lea…
-
Unten das ist die Tastenbelegung des Editors da es ja in einem Terminal läuft gibt es kein Menü oder Maussteuerung. Eigentlich gehst du mit den cursortasten zu dem was du löschen willst, löscht es mit entfernen und dann verlässt du den Editor mit C…
-
I could reproduce it with Ubuntu 22.04 as well. Empty printer right mouse works and has no problems. But when a model is loaded and yoiu want to move with right mouse it does not react any more. Looks like it goes into a internal loop eating up all …
-
I see a chance that your printer configuration is corrupted. At end of print it gets stored to save last bed temperature so it is reread and that is when you start getting your errors visible. With javascript errors part of following code can get om…
-
I"ve never used 3ds files so can not say which slicer can read it. > I found the min/max X and Y values, did the subtraction, and they are correct, so the Gcode is good. Position is center of extrusion so you need to add 50% extrusion width on…
-
Pin depends on where you connected the signal pin, start position does not matter and can be -1. You set it anyway to the mode you want. Or use 1473 to have it stowed away as default. Jusr run the 2 M340 commands first to see servo is defined corre…
-
At start that is just self test. Important is that you configure the servo as well and for the probe you need to enable and disable it with the correct servo command: #define Z_PROBE_START_SCRIPT "M340 P0 S700"#define Z_PROBE_FINISHED_SCRIPT "M340 …
-
Just tried it and it did not happen, so not sure how blank you mean with blank. Can you try setting port to virtual printer and retry if it still happens. Best also open javacsipt console (right mouse button-> Inspect) then go to console. Check i…
-
Switch is nearly always low. When triggered it only stays high for a few ms. I think only in alarm state it is longer high. So for testing (G30) move up high and trigger it by hand to have enough time if it does not detect it.
-
V2 can, V1 can"t control it. Macro to defin eit is LIGHT_SOURCE_NEOPIXEL(name, outputPin, pixelType, count, state) but it not documented.
-
Not in Repetier-Server but in Repetier-Host or in any Slicer, they all have a scale function for the original stl file.
-
Do big moves also work correct with that step value? Or is it just that it equals the move error for layer moves be doing more steps.
-
Bei breitem Display würde es gehen aber am Handy eng. Denke rechts Layer ist ok und im Handy bei schmalem Display lass ich es weg, da es nicht so wichtig ist. Dann noch split progress und es könnte passen.
-
Ja gute Idee, hab ich mal in meiner Verbesserungsliste aufgenommen.
-
Actually belt is on tension all the time and can expand over time a bit which can change x or y resolution. If x is alwazs 2.5% too wide reduce x axis steps by 2.5% and see if it fits. Or put a ruler at it for x=0 and move 200 to right. 2.5% is 5mm …
-
> for good recordings without loosing time for the printing process? That is normally not possible - either you see extruder move or bed move or both or you have a fixed position and loose time for moving to that position. Please check our tutori…
-
Poti just changes current. As long as you do not loose steps it will not have any position changes. But more current also means more heat and when they overheat they don't move as well. And if you have 2 z motors in contrast to x and y each motor ge…
-
Don't expect sla support in near future. It depends on printers having a open standard to be remorely controlled in first instance and I do not see that at the moment.
-
Bei dem Zeilenversatz ist entweder der angegebene input buffer bei den Verbindungseinstellungen zu hoch oder er hat generell Probleme mit parallelen Befehlen, in dem Fall muß man den Ping-Pong Modus aktivieren. Dann sollte es nur noch bei Kommunikat…
-
Rods are harder to move. That is why z max speed and acceleration/jerk is also lower. Once it is moving evenly at low speed you loose no steps which is why I proposed to long move test to see if movement amount overall is ok. With layers all tiny mi…
-
Via usb I think. Nut sure if you can see them on display, don"t have your printer. Repetier-Server has a viewer for eeprom settings as well as Repetier-Host.
-
If z still moves there are a few possible reasons: - you have somehow changed steps per mm for z so it is not high enough. Try a 100mm move and if it moves that more or less without motor starting to whine it should be ok. - your motors can not alwa…
-
For completeness the installer for 2.3.1 downloaded after 8 march 2023 can du silent uninstall with "C:\Program Files\Repetier-Host\unins000.exe" /VERYSILENT /delregistry
-
Colors for printer markup is difficult. At least the way you propose. See your yellow example where text gets hard to read. Also the circles are planned as filament color indicator for next bigger update. Also between dark and light mode you might w…
-
Click in the menu icon and select summary just like for the models in printer. Needs a recent server version as this is a new feature.
-
Prozentwerte sind ja mittlerweile eh Zeitbasiert bei uns. Was natürlich erst geht wenn die Zeitberechnunhg durch ist.