Repetier
About
- Username
- Repetier
- Joined
- Visits
- 1,959
- Last Active
- Roles
- Administrator
Comments
-
You are right M42 is change a digital pin so is completely wrong for a fan. Correct syntax is M106 S P with fanid being 0 for first fan and 1 for sencond fan if you have 2. You should only have 1. If you have one for cooling the heat barrier of extr…
-
Did you check values in eeprom. It might be that it did not refill eeprom with config values. In eeprom you see now for every heater a gain and bias. Bias is what you want to set. Equation is new_temp = bias + gain * old_temp For user defined curve…
-
All server data is installed in c:/ProgramData/Repetier-Server. Shutdown repetier-server service - rename or delete file and restart service. That is the same as new clean installation. Always deactivate license before doing such things. Before you…
-
Ein offenbar sehr talentierter hobby Programmierer arbeitet an einem Modul dafür. Wenn er zufrieden ist will er es veröffentlichen.
-
Unlikely. The board uses a STM32F1 cpu which is not supported in V1 firmware. V2 repetier-firmware now supports at least the chipset, but only with the skr mini e3. For the MKS Robin Nano there is no board description, but that is solvable. If someo…
-
Recv:16:17:42.087: Z-probe:10.940 X:254.00 Y:216.00 Recv:16:18:11.608: Z-probe:15.836 X:144.00 Y:96.00 Keine Ahnung wo die 2mm her kommen, aber nach dem fatalen Fehler wird eh nichts mehr bewegt weil es nicht vertrauenswürdig ist. Er misst nur 1,5…
-
Einfach alte Konfiguration weiter nutzen. Alles was der Wizard einstellt kannst du auch regulär einstellen. Die Frage ist daher eher was ist jetzt anders? Anderer Port weil du über id gegenagen bist? Firmware aktualisiert und die hat plötzlich hardw…
-
@Cyrga Wenn du darauf anspielst das die neuen images den Treiber reloaden vermutlich. Du kannst zwar den server downgraden, aber ich vermute ja das es der neuere Treiber ist da ja linux(Treiber) hier die Verbindung trennen. Wobei im server ja extra …
-
But ENDSTOP_Z_BACK_ON_HOME should be higher then 0 - 0 means at top you are not allowed to move a mm or you will trigger end stop. Therefore you should go down a bit. A print only working at 0,0 at that height makes no sense anyway.
-
In config tool it is Add linear and constant correction to temperature readings (TEMP_GAIN) Don't rely on server - that is very limited and only over the gui, not the gcodes being send.
-
Ok good luck. Make sure you have set #define ENDSTOP_Z_BACK_ON_HOME 20 or so so you are not directly at the end stops. With 0 at least one will stay there depending on the end stop offsets in eeprom.
-
Unser default host hat keine usb Treiber. Aber windows könnte sie per autoupdate irgendwann mal aktualisiert haben. Den Repetier-Server hast du nicht zufällig auch installiert? Der verbindet sich ja wenn konfiguriert automatisch und am host must du…
-
Monitor stores everything in C:\Users\\AppData\Roaming\Repetier-Server-Monitor Deleting that resets monitor. Just checked it and we do not store if a license is there, so on every connect it must refetch that. Only thing that might be is the chrome…
-
We use port 80 and 443 so just like any web browser.
-
Bei unseren images gibt es einen Befehl "Shutdown server" der ihn runterfährt. Ob am display oder laptop ist egal. Aber das startet nur den shutdown. Der Prozess dauert mindestens 10 sekunden kann aber auch mal länger dauern. Sieht man recht leicht …
-
Newer version have a gain and bias to add a fixed and linear correction factor. But you need to compile firmware with that feature enabled. Or you create a user defined temperature curve that is correct for your sensor.
-
So ohne update eher nicht. Hat sich der Treiber aktualisiert? Oder greift eine andere Software auf den Port zu?
-
Yes, it is unexpected. It was not introduced for that usage. Slicers should better change internally the E values.
-
Please try to remove server in monitor and then re add it. Have you referenced the server by ip or name? Is there maybe another instance running with 4 printers that is in free mode and has 4 printers? repetierserver is the default name so when you …
-
Check original config if you have pull up enabled - these are the mechanical endstops in config tool. Also eventually you might need to use the inverted variant so they are L when not triggered. Also check if you use same pins for them. Do you have…
-
To keep in my example make the target function look like this: void UpdateScripts(string evt, object data) c# will do the rest. You won't use the second argument here. There are some events where they contain event specific content and need to be c…
-
Should show 1.0.2 currently if you have internet connection. But you also can just download the deb package and run sudo dpkg -i packagename to install it. Thats the same the autoupdater does.
-
Heist selbst nach 20 Minuten ist kein Netz da? Ich hätte sonst gewartet bis er oben ist und dann mit ssh nachgesehen.
-
You never know if it is too late. In home screen it is in the printer menu top left.
-
Only works if config was also created with config tool!
-
Hab ich bisher nicht programmiert. Sobald ich etwas zeit habe.
-
Please wait for 1.0.3 coming very soon - 1.0.2 has a bug you might not want also not printing related. Yes you update with autoupdater or just install the newer package. Configs are normally upgraded to new format adding new parameter but keeping t…
-
1) Restart server and monitor. I know this sometimes happens on first installation but could not identify the required steps to produce this so I can fix it. Especially the server should be on pro before adding it to monitor or restart monitor so it…
-
Are you using PrusaSlicer? They add flow change for some layer height to exactly 95%, so check the slicer start gcode if it contains M221 which is the problem I guess.