Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Ok 1.4.1 is out with fix. I could use G90/G91 but all solutions have side effects. After all the sense of all commands going through the server is that we know the printer state and that way we can remove these commands. It also can get tricky if y…
  • Thanks. It is a bug in server. Actually I fixed this bug already for pure x, y or z moves but in the xyz case I did not apply the solution:-( So will be fixed in version 1.4.1 coming today or tomorrow. Reason is your G92 Y-10 - the @moveRel does no…
  • Da es bei kleiner Auflösung auch passierte glaube ich auch nicht an die Datenmenge. Die Ursache kann man allerdings wie gesagt nur in der /var/log/syslog Datei sehen, wenn überhaupt. Irgendwas muss ja Linux oder mjpg_streamer stören, das es die cam …
  • Just run manual installation of 1.3.0 - but the layerinfo files might not be readable for 2d preview. Format has changed a bit. For comparison you also would need to run M600 of course in between. I remember a user with older server version had sam…
  • Great you have at least a solution. Reason can be that you have defined the pins as output or a defect on board. But verifying would need a self written verification sketch, so probably too much.
  • Great you found the marlin fix. After all best is to have firmware not have the bug at all. Host it self can not fix like with xml, it would only work if host connects through server.
  • With multiple fans it depends on firmware what happens. With our manual fan controls we send in M106 commands P0 for first and P1 for second. Slicer normally do not include Px and that normally defaults to extruder fan P0. But you need to configure …
  • Easiest is using Repetier-Server Monintor to backup and restore on new server. That takes care of stopping server function sin between.  Alternatively stop RepetierServer service and copy /var/lib/Repetier-Server folder. If you have pro version dea…
  • Ok, thats an unintentional behaviour. There is a new autostart flag to force printing or not, but the behaviour when it was missing like from old handler had changed. Have fixed it for next release 1.4.1.
  • Ok that is the board I mean. Did you already replace IO_TEMP_TABLE_NTC(TempTablePT100, PT100_5V) by IO_TEMP_TABLE_PTC(TempTablePT100, PT100_5V) as PT100 is PTC table I think. I have no printer with 4 temperatures so also no config with four of them…
  • The M600 comes most likely as response on some message from Firmware. You did not say which you are using and how filament change/sensor is configured there. But it sounds like marlin and like you handled it on printer directly. That is always dange…
  • Es gibt da viele mögliche Ursachen. Wenn alles an einem HUB hängt hoffe ich er ist ein aktiver mit eigener Stromversorgung. Da webcams mindestens 150mA pro cam ziehen, je nach Model und Auslastung auch mal mehr wird der pi sonst vermutlich einzelne …
  • T0-T4 are thermistor inputs - connecting PT100 to them will never give correct results! Also THERMOCOUPLE_0_PIN is named thermocouple pin you can not connect a thermocouple directly. These are just direct analog pins on expansion header 3: #define …
  • There was no work on filament change routine. But to figure out the problem more information is required.First was the filament change correct or not? You say a few layer later nozzle crashed into bed. That does not sound like the filament change is…
  • Sie wird beim nächsten reboot von linux zurück gesetzt. Das Skript gibt nur den aktuellen Zustand an. Das einzige was wechselt ist aktuell undervoltage oder undervoltage in der Vergangenheit. Wenn es eine Lösung gibt wie Linux das zurück setzt kenne…
  • Ok pin 36 is PC4 and if it has same resistor as other pins the measured value is just wrong. From  https://raw.githubusercontent.com/Aus3D/RUMBA32/master/Resources/Images/RUMBA32_v1_1B_PinoutDrawing.png you see it is T0. If you have a multimeter mea…
  • PrusaSlicer just writes in queue. If there is already a g-code waiting, print will not start. Next prusa release will have autostart=1 to enforce this as far as I know. Regarding display note that v31 is based on bullseye debian/RasbianOS. Maybe yo…
  • Just send a reset request to our support, but do please include the license you are talking about. We will do it then for you.
  • Good news. On a new board I got a marlin version with nearly the same bug. Did not get the double report but the first T0: instead of T: so I had chance to find a fix for 1.4.1. Until then you can edit the marlin.xml file in install_folder/firmwares…
  • Um 22:30 gabs nur das hier: 2022-07-15 21:46:46: Time analysing /var/lib/Repetier-Server/printer/Ender3_Pro/jobs/00000002_Fan_Mod_New_Version_59m_0.1mm_200C_PLA_ENDER3.g:40638 us2022-07-15 22:31:31: Stopping for signal 152022-07-15 22:31:31: Stoppin…
  • Ok, hier mal ein Abbruch aus server.log: 2022-07-15 01:22:35: error: Reading serial conection failed: End of file. Closing connection.2022-07-15 01:22:35: Port closed for Ender-3 Pro2022-07-15 01:22:35: Connection closed: Ender-3 Pro2022-07-15 15:31…
  • If it fails it shows the error message in a popup window. You can also enable log and will see slic3r output there. But since there is no real development on slic3r you should better switch to PrusaSlicer which is the successor of Slic3r with much …
    in slicing Comment by Repetier July 2022
  • That looks like a firmware bug or configuration error. T0 is temperature of the first extruder by definition. The temperature for active extruder has the name T: but in your example you see that you have two T0: per line and the first one seems to b…
  • In print settings max. means the maximum it would normally run at, not maximum speed. Logic is that close to bed you need more heat to stick to bed, so fan on is a problem. The higher you get the more cooling you need for small parts as otherwise yo…
  • I got the same result. Analysis showed layer time was always > 40s so higher than minimum layer time set in filament. When I increased that time to 200s I got fan speeds of 255. For benchy especially the small cylinder at top causes low layer ti…
  • Format wird im Touchscreen in Einstellungen->Zeit und Format eingestellt.
  • Für den Überblick gibt es ja die Druck Queues. Alles was man Drucken will schiebt man in die Queue und was noch drin ist muss noch gedruckt werden. Da man ja auch Dateien in die Queue laden kann ohne sie permanent zu speichern gibt es kein wirkliche…
  • You already said you have selected the correct one. The one goes up to 255 like it should, so that's not the reason. I have same set and got higher values. Did you try slicing a benchy for comparison? And then in g-code editor search for M106 you sh…
  • Same settings as I have. When I sliced a benchy with it I got a lot of different fan settings. Note that on big objects with long layer time it will disable fan I think as it is far above minimum layer time. Not really sure what the logic of curaeng…
  • All script does is copy it, so correct copy command would be sudo -u repetierserver led_effect.py /opt/klipper//klippy/extras Then restart klipper in server gui. That is all the install script does so should be enough here as well. Then you need to…