Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Yes, as i said marlin has the line number problem, reprapfirmware not so they are handled differently. Also some commands differ so selevting right firmware is essential. Your temperature problems are firmware problems. Reason is that your PID valu…
-
Also das M73 kommt von uns und wird nicht von allen Marlin versionen unterstützt, das ist ok, Wird auch nur einmal gesendet dann weiß der server das er den nicht kennt. Die Fehlermeldung kommt noch bevor er den M104 Befehl bearbeitet hat oder direkt…
-
It is quite easy. It first measures and calculates a regression plane through the points. Plane.z calculates the theoretical z at any xy point, but here at motor positions. Motor 1 is reference height so we subtract that height and adjust motor 2 un…
-
The limit switches are not the problem. Once set you can leave them normally. Errors there are compensated by rotation correction. Horizontal radius is in deed better now. Your 3 tower angles are off I think. Try lowering angle for tower A a bit, ma…
-
Ja vase mode mit 1 bild pro layer sind viele Bilder, macht keinen sinn. Da solltest du alle 0.1mm wählen. Beta = manuall installieren wie im. Manual für linux beschrieben, Dazu von der Downloadseite den Link anpassen das die Version darin 0.94.2 la…
-
That is very hard. Do you use the motor? What is it for? An easy solution would be laser mode when you don‘t use the motor - there we have such a logic. Otherwise you need to find the function where the laser would be set in motion.cpp and add your …
-
Eigentlich ja. Darum ja der Test mit dem echo um zu sehen was wirklich ankommt in der Firmware.
-
First there is no need to upgrade firmware when everything was running. I‘m wondering that 0.94.2 still makes the m117 trouble. Your firmware description contains a line to remove line numbers from it so it should not have a line number at all when …
-
What is your definition for extruder is running - being hot or extruding. That is a big difference - one is easy the other hard to handle,
-
Also die Meldung kommt klar von der Firmware und das Hotend ist ja kalt, aber du hast ja gesendet er soll es aufheizen und warten. Da mavht die Firmware was falsch. Wenn wir annhemen das er das warten auf die Extrudertemperatur ignoriert - kann es s…
-
Werde es mir ansehen und ggf. fürs update fixen. Du meinst den automatischen upload und nicht den über das interface, richtig?
-
Ok the problem is with M117 and the fact that marlin changed several times how to handle it. It should get send without linenumber and without checksum. You can‘t see that in the console and need a real log to see it. Anyhow that is fixed i think. …
-
Zumindest der evhte prusa hat kein ip das nutzbar ist, muss also serielle verbindung sein. Firmware ist marlin und noch anklicken das der port auch sichtbar ist, wenn die Firmware nicht läuft. Zumindest wenn die das gleiche board verwenden. Wichtig …
-
Would that block communication or go to error mode ignoring commands? You need to log and check what is happening there in log to see what happens. But we don‘t send different commands then you give us. At least we try not to. Would also be visible …
-
Hdd rot meint festplatte fast voll was zu problemen führen kann sobald sie ganz voll ist. Dann geht nichts mehr. Jedes neue z ist ein layer und im Vasenmodus wird der ständig erhöht. Layerzahl ist da witzlos aber kein ernsthaftes problem. Du kanns…
-
Yes good idea to make it a variable in global settings.
-
Yes. If it would be a specialized version of out server running in an app.
-
That still works.
-
Why repeat your self instead of doing the suggested update hat fixes the prolem?
-
You would send afterwards @syncMotion @pushmessage your message Hope pushmassage was the right command, but the correct one stands In server manual. Syncmotion adds he fill commands so buffering is no problem.
-
The part shows a problem but is too short to see e problem. The problem started a bit up i think and you need to know why it started to get errors and what was send to earn that error and also if it got fixed by resending or if it started a resend l…
-
Fast richtig, 32 bit version brauchst du aber also armhf stadt arm64hf dann sollte es klappen.
-
Use same z invert direction as in z motor configuration that all should move same direction.
-
Keine gefahr die konfig zu zerschießen. Ist ja fast identisvh zu 0.94.1 plus die Fehlerkorrektur. Also mit wget runterladen und drüber installieren. Hab bereits von jemand anderem eine positive Meldung dass es bei ihm weg ist beim speichern der konf…
-
Ok perfekt. Dann kann ich das ins nächste update so einbauen das er darauf reagieren sollte. Ich melde mich wenn eine beta damit verfügbar ist zum testen. Kann aber 2 wochen dauern.
-
Yes, you should see same in eeprom. Are ,oves correct in distance? Otherwise steps per mm are just wrong.
-
In v2 you would add 2 motors as axis a and b and use g1 a0 b0 to move these extra motors. If they have endstops you could even home them using g28 a0 b0
-
Han nur ein nacktes board aber kein Drucker dran. kannst du danach noch über server den kopf bewegen? Hört sich ja so an als ob die Firmware die Kontrolle übernimmt. Wir können beides handeln aber ich muss ihm sagen was sache ist.
-
In der pro version könnte das gehen. Wir können boards mit avr2560 prozessor und arduino bootloader damit updaten. Ich denke der i3 megahat so ein board.
-
That is normal. Distortion is only corrected on the first mm by default so at z q0 it would not correct. Bad are the correction values. They should swing around 0 and not around -3. so during g33 it assumed a wrong z height resulting in bad values…