Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
These are the values of a 3x3 rotation matrix that convert the send coordinates to the rotated coordinate system to compensate bed rotation in firmware. With only 1 in diagonal it does not change anything.
-
From the free software I see blender supports it. Others use blender to create STL so that should be able to convert it. Microsoft paint 3d is the other software you might already have if you use windows 10.
-
That description is for pinda. According to https://www.jacksfilament.com/LDO-Prusa-PINDA-2-Probe-Bed-Leveling-Sensor-Induktiv-Prusa-Ersatzteil the pinda 2 includes a thermistor for the drift deviation. But seems it still needs to be done in firmwar…
-
No that is the limit I mean in host. At least if you are not printing over repetier-server which also has it's temp. limits per extruder. Then only in firmware there might be a limit. Check in console the send gcode. If you see there a M104 with low…
-
Meinst wohl beim server auch wenn das hier unter host gepostet ist. Ja klar ist möglich. Steht im manual unter advanced configuration. Über eine Datei extcommands.xml kann man externe Skripte aufrufen und das auf Buttons im UI legen. Such im Forum n…
-
If it works same as for I3 mega it just does not send any information on trigger. In that case you would need to use a external filament sensor e.g. connected to pi.
-
Ja ist ja auch linux:-) nimm die armhf wenn es ein pi 2,3 oder 4 ist bei pi 0 und 1 die armel version. Einfach versionsnummer im downloadlink anpassen.
-
/home/pi ist schon mal ein übler Ort, weil das Skript als repetierserver ausgeführt wird und der normal da nicht lesen/ausführen darf. Speicher das Skript unter /var/lib/Repetier-Server/scripts da gibt es das Problem nicht. Auch pfadangabe ./home is…
-
As far as I see this the printer firmware decides to go into this mode when someone connects to it shortly after reset. The behaviour in this mode is defined by Prusa, so nothing we can change. For filament change you can preheat in server and send…
-
Which resolution are you using? 320x480? When you go to tool configuration is one of the icons selected (extruder, syringe, laser, cnc)? The name depends on this so that might be another reason that the text is missing. On my test system I have a te…
-
Can you provide a log where that log happens? My print is finished without any problems.
-
As said internally saving a config should clear the cache entry so we do not rely on file changes detection. Of course also means you need to modify in same instance as you do slicing, but I assumed you did that. What config names are you using? An…
-
Grundsätzlich wird er keine Probleme mit Vasen haben. Ich sehe hier aber timelapse ist aktiv, was zu Problemen führen kann. Bei vasen gibt es ja kontinuierlich neue Z kooridnaten was auch als neuer layer aufgesasst wird vom server. Wenn man bei jede…
-
Super. Möglicherweise war eeprom bei alten firmware image deaktiviert.
-
Did you configure a servo for the 3d touch and add the proper commands to activate/deactivate to zprobe activate/deactivate code? Also check console when you send the command for informations like position forbidden or something else. There are so…
-
Radds is working fine on V2. Board is not that important - just use a config that matches your printer type and adjust board type. Felix Pro 1 is what most might use except that it has unusual filament jam detection and adjustable bed with 2 extra s…
-
Yes could be. It is not using the probe function during homing, so it is just homing speed, go back as defined for homing and retry with homing speed/reduction factor and the move to planned z position. So that can in deed differ and look different.
-
Strange. Just running a 13h print on same printer without problems so far just like the previous. Only problems I know are that Tx and T? make problems and should be written like #Tx and #T? instead to get the correct handling of these non gcode co…
-
Ok made some tests. Used save as and created new filament. It appeared on the right side. Sliced and got a temperature. Then back changed temperature and saved (important). Sliced again and the new gcode had the new temperature I just saved before s…
-
Für linux kannst du schon manuell 1.0.2 als beta runterladen und installieren. Da sollte es bereits klappen. Offiziell vielleicht eine Woche oder etwas mehr. Will noch ein paar Kleinigkeiten verbessern.
-
Not really. I rechecked my changes and in old version after 5 com errors I silently reduced buffer size to 63 which then stoppen your errors. Now we hold the buffer size so you keep getting com errors from buffer being to big as soon as commands tak…
-
@LordMM If it just different interpretition what G28 does you can still print it from server and ignore the out of limits message. You can also use the fix to put G90 after G28 and the sizes will be computed correctly.
-
Tc sollte in 1.0.1 schon klappen. Für 1.0.2 hab ich T? auch noch aufgenommen.
-
Sounds like the extruder is starting to block, so has nothing to do with host it self. When this only happens with multiple small items it is either a problem that you have a retract issue, e.g. retracts works but undo looses some steps causing the …
-
You need to save these configs and then on the right side select the config you modified. Just editing a filament for example does not make it active.
-
Warum sollte die Zeilennummer fehlen? Der host sendet doch immer eine Zeilennummer. Wa sist mit anderen Befehlen oder wenn du manuell M205 sendest?
-
If higher buffer leads to less errors that is a random result. Normally it would be the other way around. With my SKR 1.3 board I can not get any errors at all regardless of buffer. Seems like it just blocks new data when not ready to receive more a…
-
Please describe quit printing in more detail. What does the log say? Are you still connected? Or did you getting communication problems? It is not really important what you print such problems just happen with bad luck, Sometimes it is just windows …
-
Ja ich weiß, irgendwie habe ich den Fix irgendwann unerwartet gelöscht. Ist in 1.0.2 dann aber definitiv drin.
-
Da sollte es aber problemlos klappen. Wenn du das eeprom Fenster öffnest was schreibt er da in die Konsole? Da müsstest du die ganzen eeprom parameter eigentlich sehen als Antwort auf M205