Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
ttyUSB0 ist ein sehr schlechter Portname - hier kommt es auf die Reihenfolge an wie sie eingesteckt werden. Besser ist /sev/serial/by-id wenn beide unterschiedliche IDs haben, ansonsten /dev/serial/by-path - dann kommt der Name vom genutzten USB por…
-
Ja im Handbuch under "Server Commands".
-
Nutzen die den gleichen Port? Sollte ja nicht sein - auch sollten es 2 Konfigs sein für jeden Drucker einen. Sieh mal nach ob Firmware auch auf Marlin steht für den Geetech (vermute mal das ist was drauf ist). Und teste Baud rate. Es gibt auch ein …
-
The field "Jam Method" das a selector with that option. What happens on jam is defined in "Jam Action" selector.
-
And triggered means do not move. Having x min and max triggered same time is normally not possible, so your configuration is wrong I guess.
-
Das rendering wird auf dem server also hier dem pi durchgeführt. SD Karte ist weitgehend irrelevant hierbei, weil es halt nur sehr rechenintensiv ist. Normale g-codes können da schon mal 2-5 Minuten dauern bei der Standardeinstellung. Wenn du raytra…
-
Normally you define wifi in your os. For your wifi image for raspberry pi there is a way to do it in General Settings->WLAN - this is just a helper interface that sends the linux commands as required. Here I assume you mean Repetier-Server and n…
-
Das müsste dann aber eine Firmware Option sein die das macht. Wir können ja nicht vorschreiben das jeder der M303 sendet das automatischa uch macht zudem wir ja nicht im server wissen was in M301 stehen müsste. Solche ausgaben sind für jede Firmware…
-
In https://www.repetier.com/firmware/dev/ go to Mechanics and at the bottom you see general jam settings. Guess in your case you need Signal gets high or low. In the extruder definition you then set the pin used for that extruder and it will do the …
-
I understand that this solution of you is ok for you - you know what you are doing. So glad you already found a solution that works and maybe with the correct command even faster as it also runs the reset script and reconnects so fastes method will …
-
In next host we will get PrusaSlicer 2.2 where this is possible and that has much better support pillar implementation. The used CuraEngine is not able to do that.
-
Ok, your minimum speed with that resolution and acceleration is 6.6mm/s - does it help printing first layer with 7mm/s => 420 mm/min?
-
Der server hat auch G-Code Ereignis "Sende bei Verbindungsaufbau" dann wird die Einstellung automatisch mit dem verbinden schon gesetzt. Denke das ist der Beste Punkt wenn du über den Server druckst.
-
Changed the know library to use del as well. Thanks for the hint.
-
Does Z not work completely or just stopped babystepping? What printer type are you using as they have different implementations.
-
Nice trick. For emergency stop you should better send command emergencyStop, no data required for it. That is what we send when pressing emergency button. Regarding hotkey for such a dangerous action I will not add it natively that way. The chance …
-
Smartramps with eeprom is a cheaper alternative. RAMPS-FD also, but make sure to get a version where heaters do not need inverted signals. Not sure if they have eeprom.
-
Microsteps are set by pins MS1,MS2,MS3 and most like then high to get highest microsteps. You can cut the pins to prevent them going high but then you have floating input which is also not good I guess. So you additionally need to add a bridge to GN…
-
So you use it remotely while I test it locally. The big question is what firefox does when a connection breaks. If it detects this and closes mjpg download you should have no problems except that the webcam freezes. If you can, please use it with o…
-
Der Pfad der Datei war falsch. Korrekter pfad ist /var/lib/Repetier-Server/database/excommands.xml - da liegt auch schon eine die du nur anpassen musst und dann server neu starten.
-
Liegt an der Konfiguration des Heizsystems. Mit bang-bang ist das beispielsweise absolut normal und du kannst nichts dagegen machen. Daher nutzen eigentlich alle PID wo man das mit M303 automatisch Kalibrieren kann, dann ist es meist schon deutlich …
-
What processor does your board have? Your limit seems 21KHz and for AVR based boards 21KHz is already much and they need double stepping to reach it. For higher speeds you need even quad stepping. If you are using microsteps reduce the microstep lev…
-
There is no board definition and there would be missing pings I guess. Duet board (old one) uses more pins then due. The new duet even has a different processor if I remember right and is therefore currrently incompatible. Maybe one day we have for …
-
Please note that red in host means outside dimensions defined in host - these can differ from what firmware thinks. Anyhow the moves look legal and should be executed normally. Check with M119 the endstops - if triggered a move in that direction mi…
-
Wrong file location! I thought you found the already existing in /var/lib/Repetier-Server/database/excommands.xml already. Server does only load that one.
-
Ok, so you want to use: sendParameter: cmd (string) = g-code to executeResponse{}Sends a g-code directly to the printer. Using the direct call to websocket conversion: http://localhost:3344/printer/api/?a=&data=&apikey=>Your solution is n…
-
That is the last output and then it crashes or what happened then? Importing projects reads content of folder C:\ProgramData\Repetier-Server\projects - does it exist and is it empty? Should be empty on a new system. Can you also look int C:\Program…
-
The version from apt is surely bad - it is years old and not supported. The tar version from our homepage was never tested on arm systems. Also internally we have no native code in our own part I'm not 100% sure about the libraries we depend on plus…
-
What is your steps per mm and acceleration? Slow speeds are a real problem for the firmware math as they lead to a longer first step timing then it really should. So we need a minimum speed for numerical stability. One guess would be that the low sp…
-
Since you know the offending gcode line just copy and paste it here. Files can be added only as download link. Use public dropbox link or one of the file exchange services on internet for this.