Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
What speeds are you using? Normally you can reach around 12KHz and with double/quad stepping a bit more. Since 1/16 or 1/32 does not differ much for motors I guess speeds were too fast with 1/16 since processor could create them while on 1/32 it slo…
-
Test with torch not enabled so it can not interfere. But when you see it moves, just more then expected it very much sounds like the steps per mm is too high which can also lead to strange coordinates. Also with gantry position depends on both moto…
-
Nein, das ist weshalb es den Monitor gibt. Du kannst dir eine Webseite mit 2 Tabs machen auf der jeweils eine Seite läuft, aber nativ geht es nur mit monitor.
-
Ja check mal das manual Kapitel advanced setup zu execute. Du willst einen mit sync="false" damit der Druck nicht unterbrochen wird und allowParams="true" um Parameter zu Übergeben. Lies mal in computed expressions Kapitel, da steht wie du Tempertu…
-
I was more concentrated on humming since that is what you get loosing steps. Make sure no end stop is hit. If you home x first you must untrigger x end stop before homing y. That is a special gantry problem since both motor move for x and y movemen…
-
I wonder why it should be set. In C# we use handshake none which should delete flag. Unfortuantely no direct control here. If you are not using 115200 baud we also call SetBaudrate where we have ios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | IST…
-
Danke. Push Zertifikat war abgelaufen. Dachte das wäre jetzt unbegrenzt gültig. Sollte jetzt klappen.
-
Check generated gcode for M104 and M109 to see if these values are there. Normally reason is that it is in the created gcode. We do not send temperature change son our own.
-
> I like G29 to find horizontal radius. Better write yourself a script that uses G31 to probe at any number of points like needed for escher delta calibration. Just home, go to fixed Z 10mm over plate and then move xy to proe position and run G31…
-
Host is independent and optional for server and there is only the free version. Only server has a pro version for advanced features like touch interface.
-
Sure you are using Repetier-Firmware and nor Marlin? Our config is named Configuration.h while marlin names it config.h and our G29 measures 3 point stored in eeprom as Z-Probe [XY][1-3] while G32 does rectangular measurement for autoleveleing. In M…
-
Humming sound are lost steps. Typical reasons are - jerk too high - acceleration too high - speed too high - motor current - only one coil has contact to motor driver - movements blocked When it starts loosing steps it often does not recover until…
-
No, we do not upload to sd card. We print directly from server via usb. So a printer lcd is of no use for controlling prints. If you use a pi or similar you can use a touch screen on it to do so or just use mobile with server url to control it.
-
The offsets do nothing in server except adjusting view so in your case should be 0. Only very old printers do not handle offsets internally. 362 is also not that offset, it is a parking position for right extruder. It is up to the printer firmware t…
-
Ja senden vor einem Druckauftrag ist eine gute Position. Hätte allerdings erst in der Konsole versucht um zu sehen ob er den Befehl kennt oder sagt unknown command. Dann weiß man schon ob es was bringen kann. In der Konsole M115 eingeben zeigt die…
-
Versuch mal ob M412 S1 H1 hilft. Siehe https://marlinfw.org/docs/gcode/M412.html Wenn das ein neues Marlin ist geht es womöglich. Bei alten firmwares sind wir auf eine Meldung vom Drucker angewiesen, aber es gibt da einige die außerhalb des sd druc…
-
That sound correct. Path is /var/lib/klipper/sockets/ but I also see the issue that it does not appear in port list. Will add that folder as well or even remove real serial ports for klipper. Might make things easier.
-
All slic3r settings go with default configuration to ~/.Slic3r folder. This is not temporary folder like the appimage folder when started, so should stay. Try saving a filament and see if it appears in ~/.Slic3r/filament folder.
-
One more idea - how big is the stl file? Host uses opengl and lots of video memory, so does this happen with all stl files or only big ones that might not fit into video memory. Expended for visualization it can take a lot more memory then the file …
-
Ok 3mm is a lot. Maybe check belt tension. Steps per mm is same for all 3 belts and if they get stretched differently the result changes move distances. But of course other dimensions might be off as well. With 3mm it should be measureable.
-
Im DWS kann man das Plugin Object Model Browser aktivieren, um das Objekt Model zu sehen. Das ist so auch im server abfragbar mit der entsprechenden json abfrage. Autamisch erkennen sollte er es wenn der schalter in sensors.filamentMonitors erschei…
-
Just to be sure - you set in server the port to klipper socket and not the usb port, right. Because sever connects to klipper and slipper has as serial the port of the board. If that is correct you should see green connection link. When klipper doe…
-
What amount of error are we talking about and does it increase or change with position? Unfortunately delta printers are very sensitive to any geometric error and the default calibrations are mainly focused on getting nozzle to move planar over the…
-
Not really. GUI is single threaded so any operation in main thread can block host ui, but it runs in user space and should not be able to influence any other app on linux. So connections coming/going to server might cause short breaks but not when l…
-
Never confuse left with right side in host. They are independent and have no direct connection. When you delete left you delete the config selected there not the one selected on right side and vice versa!
-
What is the output in log from slicer? Is this also in ubuntu or windows?
-
Thanks for pointing me to this error. Actually I did exactly that to the models table already, so not sure how I could overlook I missed it on new gcode table. For icon view I also have now added hover over name to show it when it is long.
-
Nein, du musst ncoh beim Druckende den Wert wieder auf 0 setzen, sonst bleibt er nach dem ersten Druck ja ewig auf 1 und beim Druckerstart würd eich sie auch auf 0 belegen. Du kannst deine Bedingung vereinfachen: @if {{sglobal.drucker1 == 0}} …
-
Yes, if that is where it aborts that is the issue. With unstable connection to pi the interface can freeze and the longer it take the more likely it can get. Longest is installing all the packacges missing. So what you can try is connecting via ssh …
-
Cura is a much newer fucntion I guess then what we use which uses the old configuration method and own configuration files. But that is not the reason. In Host you must set on the right side Support Type to Everywhere and not Touching Bed.