Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
I just got the issue my self first time with some reinstalls. What helped was while monitor was running restarting the server. That made it init correctly. Actually as far as I could debug it seems like server is not correctly changing state variabl…
-
Use slow speeds for calibrating extrusion (1mm/s) and make sure heat is really good. If you test/extrude too quickly filaments does not melt fast enough causing more back pressure and causing slipping or loosing steps in extruder drive. And of cours…
-
In slicer print settings->Extruder at top you say how to scale cooling up until height xy. Also for some firmwares 127 might be 100%. So check gcode flavour to be repetier/marlin/sprinter.
-
The others have 0 temperature which is also wrong, so none works with that logic. Also what do I see - I mean which sensors were connected to what. You show definition of inputs but not which heater was assigned which. Do they change ich you remove…
-
Wir zeigen auch die Restzeit an und dazu müssen wir exakt gleich rechnen wie beim schätzen. Jeder Slicer macht das aber etwas anders und einige insbesondere ältere gar nicht. Auch geben einige die Zeit unterschiedlich aus. Wir brauchen eine konsiste…
-
Ok maybe. Always forget after a while if I improve. At least now if present you force it and if it is missing it is exactly as you said - autostart if queue is empty, otherwise start.
-
Great you already found out. Should be in 1.3.0 the same as autostart flag is around a while. In case it is important - now you can disable queue in printer configuration so there can not be a file in queue except the one being printed. Some wante…
-
So you now have IO_TEMPERATURE_TABLE(TempExt1, IOAnalogExt1, TempTableATC)IO_TEMPERATURE_TABLE(TempExt2, IOAnalogExt1, TempTableATC) and before ext1 showed correct temperature and now in switched to 59.6? That would not make much sense except ext1 h…
-
Ok so as mentioned what happens if you set in TempExt2 instead of IOAnalogExt1 the value IOAnalogExt1 and also what are bed and extruder 1 showing? With that change you should see the same as for extruder 1. Then change sensor of ext1 with ext2 and…
-
See image where the pins are: https://share.cleanshot.com/QBLAsL They are also named on the PCB If one does not show temperature just try next pin if in doubt. The one that starts correct readings is the one you want. Just make sure to only use th…
-
You need to change pin in firmware config and physically! So if it was THERMOCOUPLE_0_PIN and TEMP_0_PIN is unused you could connect it there and need to set the pin to TEMP_0_PIN in configuration so both match again. Then reading makes more sense a…
-
Ok makes no sense to me mainly because I get not full informations. For every test I would need to know the configuration and wiring. Especially since PT100 will normally not work on thermistor inputs without extra board. But these boards can only b…
-
Yes, it is linux disconnecting serial so nothing we can control. All you can do is enable to reconnect automatically and continue print in server. If that does not reset printer it at least allows to continue printing with short pause. It can also …
-
One bus per port is good at least. Then it is the root hub that issues the EMI warning.
-
I wrote the custom changes, so I know:-) They love PT100 for more robust answers and type 13 is just that a PT100. Youse that instead if you can. If you want the ATC you need to use the thermistor pins to the left of the thermo couple pins you are …
-
Might still a board internal hub, hence lsusb -t to see the structure. Anyhow one of the components was not happy and did disconnect for a short period. Other usb cable can maybe make a difference - really depends where the interference comes from.
-
Ok, immerhin weiß ich wo was stören könnte. Werd mir fürs update das noch mal ansehen und potentielle Fehler absichern also z.b. wenn dateien defekt sind. Meist ist das der Grund wenn Server nicht mehr startet. IN 1.3.0 wurden sie beim start nicht …
-
Can happen if start g-code extrusions use same z as first layer height.
-
That reading is ok for thermistors at room temperature. So ATC should at least show room temperature. What board are you using and where do you connect it? Since old sensor works did you measure it as well - just to rule out that the old one was the…
-
Don't think it is a bug. Every extrusion on z is counted as layer. Init g-code has often some code to prime before real print so I guess that this one is what host counts as first layer and so the slicers first layer becomes layer 2. If you go to g…
-
Die Reihenfolge ist 18:09:40.091: Reloading Timelapse Entries...18:09:40.098: Starting printjob manager thread for Prusa_Minibei dir kommt er nur bis timelapse. Also hat er ein Problem mit einer Zeitrafferaufnahme oder mit dem ersten Drucker. Wie v…
-
Ok, here you see the real issue: Jul 11 00:15:13 repeater kernel: [ 4189.521803] usb usb1-port2: disabled by hub (EMI?), re-enabling...Jul 11 00:15:13 repeater kernel: [ 4189.521817] usb 1-2: USB disconnect, device number 4Jul 11 00:15:13 rep…
-
Bei mir hat es so weit immer geklappt auch wenn ich armhf getestet habe. Schwer zu sagen was hier das Problem ist, dazu müsste man den start im gdb machen um zu sehen we er stopt und mit "bt" einen backtrace zeigen. Offenbar gibt es bei dir eine Ein…
-
Just tested 1.3.0 and in my case it also restored console on switch back. So no difference for me:-) Might happen if according to filter console would be empty anyway.
-
By default we check wlan0 but you can change that. If wlan0 does not exist you get just that. But we are not using the regular linux method on pi - we change the active config with our script or switch to ap if defined to do so and switch back when …
-
Clicking delete just deletes local end. On backend the data is still complete so refetching e.g. because you changes settings would resend the data. So guess that is what is happening here - refetching as console is shown new so it reloads last 1000…
-
Thanks for the hint. Format for g-code analysis has in deed changed so making it for remote not understandable if it is older.
-
First, you should check /var/log/syslog (still linux I hope) to see why linux disconnected. I see it must be something temporarily as it reconnects quickly so probably EMF issues. After all you have 7 sources with own power that can interfere. In c…
-
When you say 30°C jump you mean immediately at a speed that is physical not possible? There is only one function using pid drive min: void TemperatureController::updateTempControlVars() { if (heatManager == HTR_PID && pidIGain != 0) { //…
-
PC_0 - 5 is correct. I also have a rumba32 running on my delta. The delta rumba32 is the config I'm running. Which is the second and what does it show and what did you change? What is with your PT100 - you know that that one needs an amplifier boa…