Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Since there is no servo socket on rumba32 the correct pin is the one you connect it to. On my board I used PA4 which is pin4. That is on EXP3 center towards center. When you use a different one that is otherwise unused that is also fine.
  • Konnte dies nie reprodizieren, hab es aber schon mal gehört. In 1.2.1 wurde das Retten Modul überarbeitet und der User meldete das dieses Problem nicht mehr auftritt. Daher würde ich erst mal ein Update vorschlagen.
  • Zum testen am besten ping pong mode aktivieren. Dann weiß man das ok sich immer auf den vorigen Befehl bezieht. Was komisch ist, ist Send:10:19:23.569: Slow command added:M190 S50Send:10:19:23.569: N7904 M190 S50Send:10:19:23.569: N7905 M104 S210Re…
  • Hast du dann repetier-firmware als Firmware gewählt? Soweit ich weiß basiert das auf einer alten version. Das mag auch die Diskrepanz erklären.
  • When the host ui responds again I would assume safe is finished. Regarding size it might also depend on how you save. Some save buttons remove all comments to reduce size for faster processing (safe to sd card especially) while normal save in edito…
  • Wenn ich mal davon ausgehe das wir es dann nicht senden, könnte es  wegen unerwaretem verhalten von der Firmware gestoppt werden, wobei oft dann der ganze Drucker stopt. Das sieht mal halt alles nur in den Logs, daher mal mit aktivem logging (auch c…
  • Wie ich aber doch erklärt habe ist der Teil aus dem guide falsch. Da steht nur ein execute für play aber was fehlt ist: sudo /var/lib/Repetier-Server/scripts/log sudo /var/lib/Repetier-Server/scripts/log sudo /sbin/shutdown now -h sudo /sbi…
  • Odroid = extcommands.xml selber erzeugt nehme ich an, da sie ja nur mit unserem pi image von alleine kommt? Wie sieht die denn aus aktuell?
  • I rechecked with your example and it worked on windows, mac and linux. Did you delete the 3mf file and then reupload? The error was in the cobversion from 3mf to rmf and rerendering does not generate the rmf file new.
  • Ok, haben gerade 1.4.3 rausgebracht wo das Problem behoben ist. Es war tatsächlich ein Bug in Electron was den Browser erzeugt im Monitor. Mit dem Workaround sollte es jetzt aber gehen.
  • Das ist richtig. Plane aber für die Zukunft alternative Lösungen, dann können wir so was aggregieren aus mehreren Quellen.
  • Kann theoretisch beides sein. Um es genau zu wissen must du sehen ob der server den Befehl sendet oder ob es der firmware idle timer ist, der nach eine Zeit mit inaktivität ausschaltet. Im server gibt es unter Allgemein eine "Leerlauf Ausschaltzeit"…
  • When you use the printer wizard on recent versions this is created from the data available also x-65 is strange, but maybe printer reported this as x min. F9000 is normally no problem - printers limit speed to a maximum on their own, so if you loose…
  • Max. XY Druck-Beschleunigung: 1 (*)Max. Z Druck-Beschleunigung: 1 (*) Die sind sicher nicht 1 - 1000 ist schon konservativ. Das bremst die Geschwindigkeiten total ab und führt zu großem unterschied. Mit welcher Server Version hast du hier welche F…
  • > heißt das das das :-) in der version nicht funktioniert ? Nein, nur die Anleitung enthält die execute Tags nicht im Beispiel. Hab testweise am aktuellen image  @execute shutdown eingegeben und wurde sofort ausgeführt. Führt ja auch den gleich…
  • The idex printer I know switch active head with T0 / T1 so when T1 is active homing x it would home right extruder. In our firmware always both extruders home actually, but the active extruder defines which one moves. Which g-codes are required for…
  • Wie gesagt wenn du Heizkammer hinzufügst muss die Meldung aktuell von der Firmware kommen als C:55.0 was aber nicht geht. Hab schon probiert das mit M118 unterzujubeln, aber Prusa unterstützt M118 nicht:-( Im touch screen gibt es aber auch das Blit…
  • In /var/lib/Repetier-Server/scripts ist ein Skript hardware_info das den Inhalt im Blitz Menü erzeugt. Wenn du es am Terminal auslesen kannst kannst du ja den gleichen Befehl da auch integrieren. Hier noch ein paar infos zum Format: Return format i…
  • @execute orientiert sich nicht an command sondern an sudo /var/lib/Repetier-Server/scripts/log sudo /var/lib/Repetier-Server/scripts/log sudo /sbin/shutdown now -h sudo /sbin/shutdown now -r Befehl wäre also @execute shutdown und nicht @exe…
  • On my rumba32 for delta I used pin 4 // Servo for z-probeIO_OUTPUT(Servo1Pin, 4)SERVO_ANALOG(ZProbeServo, 0, Servo1Pin, 500, 2500, 1473) for the servo and it works. Servos don't use real PWM so any pin should work as long as you are using the right…
  • > The only thing I don't like is the constant accesses to the virtual port file during any print, the life of the MicroSd in this way falls brutally. That is a os socket - why do you think it does write anything to disk? unix sockets and TCP/IP s…
  • #define Z_PROBE_MIN_TEMPERATURE 150 is not required. 0 is also ok here. If I understand you correctly every retest you get a bit higher? Sounds like z probe returns high signal all the time so it never goes down. Make sure bltouch is not in error m…
  • Ok, unter windows 10 kann ich es auch reproduzieren. Unter mac geht es Problemlos. Möglicherweise ein Problem mit electron da es in der window.open Funktion passiert. Passiert auch teilweise beim ersten mal und auch wenn ich history pdfs ansehe, die…
  • What happens is that server executes the "Run after Job" event dependent job defined in server configuartion->G-Codes->Event Dependent. So all you need to do is modify that script. On pure host print there is a similar script plus it has I thi…
  • You only see install button when the config file has same name as your printer slug - see e.g. url in browser for it. Uninstall only appears for that config if an active installation was found (with our system). For testing just stop your old klipp…
  • You can also send me just a PM about ideas. Command-Ok in general is correct - at least in ping pong mode. But as I said moves get buffered and then a new move might have to wait for the oldest move in buffer to get finished. So during print the ti…
  • You can make a backup with Repetier-Server Monitor 1.4.2 (use that version as it has some fixes for backup). This also works without license which does not get backed up. So make backup, deactivate on old install. Restore on new image and then activ…
  • Actually host has already a multiplier to adjust to predicted times - you just need to set it correctly based on time deviation experience. What I talked about is more a during print optimization on top. This will be bad at start and improve towards…
  • Dave you defined an extruder in the server configuration? Or do you see an extruder in gui just not updating temperatures? Does console log contain any temperature reports? Need to disable ack and M105 filter to see them. Would M155 S1 start updat…
  • You have several errors in configuration_io.h First // Set to nullptr for no zprobe or &endstopName for a switch#undef ZPROBE_ADDRESS#define ZPROBE_ADDRESS &IOEndstopZMin Is before you define IOEndstopZMin so it is undefined and causes lat…