Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Danke. Es kann auch gut sein das es nicht jedes mal passiert. Wie gesagt timings sind hier sehr wichtig warum es schwer ist so was nachzuvollziehen. Aber wenn es passiert einfach gdb aufrufen und backtrace machen. Dann kann ich sehen wo er hängen ge…
  • Das macht er automatisch beim ersten hochfahren auf dem pi. Daher dauert das auch ein bisschen länger.
  • Takes too much space and makes it uncomfortable. You normally don't need it and when you need you want it bigger so you can use it better for calibration which is what the extra page is for.
  • I mean these settings #define X_ENABLE_ON 1#define Y_ENABLE_ON 1#define Z_ENABLE_ON 1 for extruder you have them 0 and for xyz 1 - if they use same drivers only one of them will work. So guess you need to set them 0 to enable.
  • Das ist also ein halbmanuelles bed leveling wie es sich anhört. Hab ich so noch nie gesehen. Wie wird das denn gemacht? Fragt er dich die höhe an 3 Punkten einzustellen und sendet dann einen g-code? Welchen? Welche Firmware? Problem mit dem Leveling…
  • Das hört sich nach einer Blockade an. Passiert nur wenn das Timing dazu passt was bei mir bisher nicht der Fall war. Kann ich dich um einen Gefallen bitten und wie in https://www.repetier-server.com/knowledgebase/debugging-crashes-hangs-on-linux/ be…
  • Liegt an der fehlenden Lizenz. Touchscreen interface ist teil der Pro version.
    in Lizenz Comment by Repetier July 2020
  • You need to activate logging and provide a log for correct analysis. But it is surely much too often you get the message. What is your input buffer length you entered? From the values I have the feeling it is rather low - try 127 byte.
  • Since you replaced the 3 fixtures solution you have to select that in configuration along with your modified version and then upload and test if it works as expected.
  • 0.92 is still available in our config tool. But also 1.0.4 with many fixes. When you know the required pins and sensor types and board type you can easily make a updated version. Especially if you have the old sources a look into configuration.h rev…
  • Ok here the doc for tranlation: User websocket commands directlyIn the websocket chapter you will see all the small commands you normally use while you are displaying server status. Soem of them might also be useful for simple apps just wanting to s…
  • Do you mean setting with the knob dial? I found out that it only takes every second change or so. No idea why that started to not work as I did not change that. Looks like some timings have changed and now the block comes before the send data. Usin…
  • You can not catch send gcode in lua. No function in server does that. You coul dmonitor it when you have send command log active and watch that stream instead. That would only work in a client. In lua we only have server:registerResponseHandler(cal…
    in Lua Modul Comment by Repetier July 2020
  • http://download4.repetier.com/files/server/images/Repetier-Server-Image_0_93_1_v20.zip would be the older image download link. But why do you need it? Anything not working correctly with latest version?
  • Yes, that are the commands you need to add in slicer or in firmware start/end script so they do not hit. But sometimes retract blocks if the tip is wider then the part to retract to. Hope that is not a problem with the Cyclops but guess as long as y…
  • Executing the command should always have same timings - I mean this handled in firmware not host. But I guess by moving it from host start code to slicer start code (better place anyway) you also have changed a bit the position in logic. Don't know …
  • RAPS128 need a different enable on state then most other drivers. Try inverting your enable on setting for them. A indication that it is wrong is that you can not move motor by hand when firmware starts since the "disabled" motor is powered.
  • Normally the number of probe points is compiled in so nothing you can change on the fly. So changing the area does not speed it up. If the area is too small error might even increase since the effect of a small deviation on rotation increases. If yo…
  • Safari kann durchaus sein, ist ja immer gerne mal anders. Hab es auf meinem aktuellen Safari Version 13.1.1 (15609.2.9.1.2) getestet auf einen Server am Mac, Pi 4 und nano pi. Haben alle eigentlich problemlos geklappt. Welche Safari Version hast du…
  • > Als when a printing is going on, if we issue startJob with a job id, what wil happen? Nothing. >What are the use cases of modelInfo and jobInfo APIs? We use it to show them in gcodes tab of printer and run operations like preview, start ,..…
  • Yes. I also hope that I get the crashes so I can debug them better. But some depend on situations I don't get or speeds/timings that do not happen. How many printer did you have connected? Also any special tasks or webcams on the printer, timelapse…
  • You really loose most of the benefits, but it is on my plan. But this is not a small thing if you want to do it right. My guess is that it takes a month of development to get it correct on all parts and guis we have. That is also why it has to wait …
  • Mixing is meant to use both simultaniously. What you want is 2 extruders where the second has same temp. sensor and heater pin and the shared extruder option is enabled. That way you can switch between them and both use same heater. One problem tha…
  • Yes, installing 0.93.1 gets you back with no known problems. License should normally be reused as we see it is the same machine. Once you get message all licenses are used up send us a mail and we reset the counter.
  • printTime is print time estimated in seconds. id is the start of the filename if you look into the directory. It is also the id you use in copyModel or anything that references that file. The job id is not the same as the model id. Jobs have their …
  • No - that is why we are at CuraEngine 1.5. The settings are completely 100% different from structure and storage. You could manually copy things like speeds etc, but no automatic conversion/copy possible.
  • When it stops working login via ssh and run ps aux | grep mjpg to see if you still have 2 streamers running or if they did quit. As long as they are there capturing should work. But if they stop for some reason then you need to find the reason. mjp…
  • Ok that is some progress, but in general it is possible to use 2 webcams the same time. I did for the test also it was 2 usb webcams and in one test 2 times the same pi cam. Which resolution do you use? Could it be that the webcam software crashes…
  • You mean a second G32 reduces from 2 to 0.2mm error without changing anything? That would be wrong - should always get the same correction. But you showed G32 S2 which should be the first test btw, and afterwards you run G33 and there error are of c…
  • To see if connection is better check "Verbindungsdaten" and see how many error per hour you get. If that reduces it is better then before. Also I speak german better english is better so more users understand the thread and might get answers to the…