Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
In control tab top left temperature icon you will see enlarged graphs. On next release this will be directly below bed view.
-
I would use ubuntu over windows, just because windows likes to reboot every now and then to install updates. Notebooks have no GPIOs you can use, so that requires a different solution. I can not say how much printers you can connect - as you alrea…
-
I would use ubuntu over windows, just because windows likes to reboot every now and then to install updates. Notebooks have no GPIOs you can use, so that requires a different solution. I can not say how much printers you can connect - as you alrea…
-
Green area is power output of extruder (0-100%). Blue is current temperature, purple is set temperature. 5min is hard coded in backend. We just do not store longer periods. This might change with V2 where we plan a reimplementation of temperatures.
-
The clicks is probably motor loosing steps or filament drive scrapping filament but getting not enough force to push through due to blocking in extruder part. For pla temperature must be lower or material will get very fluent, creep up over time and…
-
PLA setting ist just temperature as given in material docs. Maybe flow multiplier of 0.95 (or 95%). That is around a value you normally need, but is material and extruder dependent as it also can compensate wrong steps per mm of extruders. But for c…
-
You get this when you use our pi image - currently we are working on new image to appear with next release having also improved klipper integration. Due to fact that klipper runs by default as pi while server as repetierserver this is causing often …
-
Compared to ABS you have nearly no shrinkage for PLA. Sure you have shrinkage problems and not wrong calibration of xyz steps per mm or extrusion amount? This can make especially moving parts stick together. If your bottom is wider (elephant foot) y…
-
Z_PROBE_BORDER has nothing to do with offsets. It is used to create the grid size. We use the bed size (not reachable area) and subtract Z_PROBE_BORDER from all sides to be sure to be on the bed as sensors wont work outside bed. If offsets require m…
-
I assume with monitor you mean the display not Repetier-Server Monitor. Server it self is headless so core has no display anyway and that should make no difference. However sending push messages requires a network, so maybe network device also goes…
-
Ok, mqtt brought me to wrong direction:-) Coloring is a nice idea. Added for next release so it is green for enabled and red for disabled.
-
As said, firmware controls heating and is responsible for overshoot. So as long as same commands get send same thing should happen. Have you tried just sending M104 S214 and see what happens? If it behaves differently you are sending some addition…
-
G-Code syntax is the same, just that host adds the checksum it sends while server sends it, but does not display it. In server check set temperature. If it is never 250 and as you said it goes back to 215 which is also the set temperature this is n…
-
You have the power state in the state property of your printer as field powerOn in SERVER_ID/state//state like this: {"activeExtruder":0,"autostartNextPrint":false,"condition":1,"conditionReason":"","debugLevel":6,"doorOpen":false,"extruder":[{"err…
-
You see it easily if you all extruder settings twice it should already have dual extruder support, otherwise you need to recompile.
-
I think your Z_PROBE_BED_DISTANCE is quite low. This has the effect that the normally lower Z_PROBE_SWITCHING_DISTANCE is now higher, so at end of test it goes down to bed distance which is where it might scratch. Your random position should be bed…
-
Please note that the original repetier-firmware does not support DaVinci. What you have is most likely an installations of luc fork who made special adjustments for it. With that it should be easy to figure our correct settings as they are already s…
-
Not sure I understand correctly. Logic for 25 grid points is 1. Move to xy position 2. Probe and return to start height 3. If not finished start next point with 1. So all xy moves should happen at same z height which is start height when you start.…
-
Ich nehme an das der Code schon ausgeführt wird, aber danach wird unser ende g-code skript ausgeführt das beim erstellen des Druckers erzeugt wurde. Siehe mal in Druckerkonfiguration->G-Codes->Ereugnisabhängig->Sende bei Druckende nach was…
-
1) GCodes.cpp void __attribute__((weak)) GCode_32(GCode* com) { bool ok = Leveling::execute_G32(com); if (ok && Motion1::homeDir[Z_AXIS] > 0 && ZProbe != nullptr && !Printer::breakLongCommand) { bool oldDistor…
-
In BedLeveling.cpp runZProbe we have this code: #if Z_PROBE_Z_OFFSET_MODE == 1 distance += Printer::zBedOffset; // We measured including coating, so we // need to add coating thickness!#else // homig will g…
-
Nicht in unseren logs, sorry. Wenn würde da eh der router auftauchen über den das ja weiter geleitet wurde. Aber mit eigenem Login sollte das auch nicht mehr auftreten.
-
Ja das ist etwas schwieriger, da der Prusa einfach die Kommunikation stoppt, wir aber nicht wissen warum. In den Einstellungen für Push Nachrichten gibt es aber einen Schalter für "Lange Zeit beschäftigt" wo do angeben kannst nach wie langer Zeit er…
-
Using our server or host you can modify the value in eeprom at any time without reuploading firmware.
-
Gab es zuvor Benutzer? Wenn nein, hat der pi direkten Internetzugang? Wenn ja hat sich jemand von außerhalb Eingeloggt (weil ja keine User aktiv waren) und einen User eingerichtet. Darum sagen wir ja man soll nur Internet freigeben wenn man auch Use…
-
It is in printer settings->connection the last 2 buttons ("Test this config" and "Test multiple configs"). At least if you have serial connection method selected.
-
Ja das ist die gleiche Funktion im touch gui.
-
Das ist kein Schieberegler. Im Druckermenü im Server der erste Punkt mit dem Stecker Icon "Nach Druck herunterfahren". Keine Ahnung was du mit Schieberegler am pi meinst, der hat ja normal keine. Ist das eine erweiterung oder ein Stromschalter von …
-
Und wenn es ein Fehldruck ist und du neu starten willst immer den pi neu starten weil er sich ständig runterfährt? Grundsätzlich kannst du es dann auch als letzten Befehl bei dem Ereignis druckende reinschrieben, dann fährt er den pi immer runter w…