Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • I put it on our feature list. Will discuss it with the team. But will not come in next update as that has already feature freeze.
  • @ryane3p Thanks good information. Pi is in deed not the best choice for a farm in the long run I think. sd cards like to fail sooner or later and it is very picky about power problems. So if you run them really for money a better PC might safe you …
  • Ich hab das grad mal simuliert und er nimmt bei mir das erste X/Y/Z - daher meine Frage was zeigt der server als position an nach M114? X 220 oder X 17600 ?
  • Recv:17:37:39.136: X:220.00 Y:220.00 Z:0.00 E:0.00 Count X:17600 Y:17600 Z:0 (3) das ist üble syntax. Wenn er die letzten X/Y werte nimmt denkt er er ist bei X:17600 - das ist eine echt üble idee von Marlin das jetzt nicht mehr A/B/C zu nennen. Mus…
  • Are ender using klipper? Without klipper it should be no problem, especially since you have no webcams. It is possible to have multiple klipper installations if you understand how to configure it to have different ports and sockets. I also think tha…
  • Nehme mal an beim server. Wo läuft de rund ist die ip stabil errichbar? Mögliche Ursache ist das die Software irgendwie abstürzt und neu verbindet, was dazu führen kann. Dazu auf dem Rechner einloggen und sehen ob sich die pid ändert oder die logs/s…
  • There is no volume dependent slowdown. You might have a slowdown based on z position depending on this setting: /** If you print on a moving bed, it can become more shaky the higher and bigger your print gets. Therefore it might be helpfull to reduc…
  • Go on your pi web interface and in main menu->register. You will see the active license id. That is yours for all devices so make sure not to loose it. So copy it for your windows install.
  • Geh mal nach neu verbinden in die Konsole. Sieh was server denkt wo er ist (xyz oben) und gib M114 ein um zu fragen wo die firmware denkt das sie ist. Poste auch mal wie die Ausgabe aussieht. Eigentlich senden wir M114 in 1.0.4 und setzen die Koordi…
  • Slicers write temperature in gcode and running them sets temperature you defined during slicing by the filament selection.
  • Left extruder has xyz offset 0 and right extruder is relative to left extruder but in steps not mm so multiply distance in mm with steps per mm for that axis.
  • No Problem, just remember to use extruder 1 in any case or use a extruder neutral start script and select extruder before print.
  • Switch cables or in configuration.h switch EXT0_ with EXT1_ and vice versa so you swap software wise. Eventually you need to change the offsets if they were for your orientation.
  • Versuch mal im verbinden skript als letztes ein M114 einzutragen. Problem ist server weiß nicht wo der Drucker ist (und der drucker auch nicht) aber wenn beide was unterschiedliches annehmen kommt so ein move heraus. Wenn eine x max annimmt und der …
  • The way you describe it, it should work. Unless e.g. firewall/virus scanner blocks that communication or you made a change like different api key, new server ip or port.
  • From 1.0.5 on this is editable in printer config->button commands. Default commands are in firmware/marlin.xml for now in installation directory. You can edit it and replace them there. Or you use the already existing gcode replacement capabilit…
  • We need to know number of extruders. All other settings are not used to handle printer - this is done by firmware. We use them to accurately compute printing times. So wrong speeds/limits just cause the time to get off. With the autodetect we extrac…
  • Just some comments: CuraEngine with out rype of config is not developed any more and at the time it stopped it was quite picky about 2 extruder support, e.g. you need to use extruder 1 on an object if you want to use extruder 2 as well. Also beside …
  • Does host printer configuration have 2 extruders? If you use cureengine you must use extruder 1 and can add extruder 2. Use PrusaSlicer if you e.g. want only extruder 2. It is the better slicer anyway:-)
  • Semicolon ; is the comment sign for gcode!
  • I have tested it with update to latest 3.10 and it also worked directly. On connect server sends M115 sees that autoreport. If you go to console and send M115 manually while commands are activated so you see it, you should get: Send: 9:24:32.503: N…
  • Note that work directory gets not updated or deleted on install/uninstall. So fresh means you delete CuraEngine folder in work directory and restart host. In addition to @RAyWB comment which is definitvely true, do you have defined extruders in host…
  • I copied your block and it works fine. In your non working result G29 is also missing, so you either did not safe the new profile or on the right tab you have selected a different profile then the one you edited. Would be the only explaination that…
  • There is one more thing - 1.0.5 beta for linux is already in good shape and can be downloaded if you change version number. It allows embedding a webpage into the server gui - inside a printer or as global website. On pi nginx is already running, so…
  • Server is actually for 3d printer, but will also work in cnc mode of the supported firmwares. So Marlin, RepRapFirmware, Klipper, Repetier-Firmware and Smoothieware are possible firmwares that can communicate with server and get the scripts. Due to …
  • https://www.repetier.com/documentation/repetier-host/rh-installation-and-configuration/ is our documentation. Ask if you have special problems not covered.
  • You see end stop untriggers 30ms after the message appears. So as a first try increasing #define ENDSTOP_A_BACK_MOVE 4 to 20 and timing should match. I think this is definable in eeprom and will not delete eeprom values on simple upload. So maybe ee…
  • Wir sind noch nicht ganz fertig mit den features die geplant sind. Einige interne änderungen sind komplexer als geplant. Die armhf version für pi ist bereits als beta downloadbar, aber dann nicht vergessen am Ende noch mal zu aktualisieren. Scheint …
  • Das Logo ist noch von vor dem touch start. Einfachste ursache wäre das es in /boot/repetier-image-setup.txt ausgeschaltet ist. Ursache ist dann dieser code:  This file contains some settings that are used to define how the image works. Edit this to …
  • Wenn du unser image nutzt schreib es in /usr/local/Repetier-Setup/bin/runAtBoot ans ende. Wird als user pi ausgeführt also mit sudo reinschreiben.