Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Try assigning the pin number directly in configuration.h in case you changed it in wrong #ifdef section in pins.h and as said make sure no other function has same pin number. Only heaters and fans and bed are here of interest.
-
Yes, thats an firmware issue. Make sure to select the correct board. For ramps I know there are several versions depedning on pin mapping for the 3 outputs being extruder or fan. If I rememeber correctly the mks board is like ramps just with one mor…
-
Port 23 but you have to enable it in yout startup gcode with M586 P2 S1 ; enable Telnet
-
First understand that here you have 3 components that all need to work: 1. Printer with board 2. Klipper 3. Repetier-Server So you need to figure out which component is making troubles. On server side if you see a green link you are talking with t…
-
Sieht doch schon mal ganz gut aus. Hast du auch aufs Prusa Display gesehen beim letzten gcode? Wie gesagt je nach gewählter Konfiguration schreibt Prusa Slicer in den start Teil des G-Code so was wie T? oder Tx und Tc und dann steht am display vom D…
-
That is something simplify3d has to implement. We already have a public API to be used over network or to upload g-codes. Prusa Slicer for example supports this and can upload sliced gcodes directly for priinting or storing. For simpify3d there is …
-
Kannst du den Prusa denn z.b. bewegen/homen vom Server aus? Wenn nein hast du vielleicht nicht den korrekten Port gewählt - eventuell "Virtual Cartesian"? Der Simuliert nur und ist kein echter Drucker. Am einfachst in die Konsole und mal M115 angeb…
-
Mainly our manual and in the app some inputs have tooltips.
-
Watch out if you have ping pong enabled or not. Only with ping-pong mode in connection settings the "ok" response means the last command above! But I also see that the M104 command is wrong. Looks like you try to set 2 exterder temperatures at once:…
-
Did you read in https://www.repetier-server.com/manuals/1.4/index.html the chapter Advanced Themes->Klipper which shows installation details. But you also need to know how to write klipper configuration file. We only describe installation, the ko…
-
Ok that for sure is the line a sit wants to move to Y300. Older versions did not check the travel moves only printed area. Only reason it does not harm real print is that printer will ignore move or reduce it as it knows it is outside.
-
That is all ok so far. What you need is go to console and disable command, ack and M105 filter to see everything. Watch for the lines around where the target temperature changes to 250 back. The end of pause cause will show 100°C for extruder: T: x…
-
Unix socket is what you defined in printer configuration->General->Connection as serial port. Also if I remember right there is in klipper screen a option to see klipper log it self to see what is going on on klipper side. And don't forget /v…
-
Not from this description. My guess would be that the unix socket for both klipper instances point so same file or both configs use same usb serial to communicate with printer. If configured correctly the printers do not interfere. Also check /var/…
-
Yes you have a non printing move to y 300. Check your end gcode script I think it is the absolute move interpreted as relative move due to a command changing mode without server seeing this.
-
Ok if manual trigge rin menu works the output is at least correct. Now you need to ensure it triggers only once. Add in input gcode in addition: @echo Input Triggered you see in terminal if it triggers the message. Should appear once - if you see …
-
It means used print area. You see in error message what it thinks how much size it needs. Typical reasons are: - Prime line at negative y like prusa does. Often reachable but bed is defined to start at y=0 and not y=-3. - G28 assumes a different re…
-
If you have a working klipper copy the klipper configuration and all included files to oyur pc. Use our pi image and select wizard installation, select klipper as firmware and then tell server to install klipper. Then you have a unconfigured but wo…
-
At least pi foundation posted that in second quater 2023 raspberries will be available in any quantity again.
-
No it is in configuration.h so you need to recompile the firmware. If it is created with our firmware wizard you can reupload old config to make the changes.
-
Kommt drauf an. Der Drucker nutzt offenbar Klipper dessen serverkomponente auf einem pi ähnlichen prozessor im Gehäuse des Bildschirms läuft wie es aussieht. Vermutlich mit dem Display als viewer für eine dieser Klipper moonraker Interfaces. Wir kö…
-
You mean this one: https://www.amazon.com/Libre-Computer-AML-S905X-CC-Potato-64-bit/dp/B074P6BNGZ?th=1 don't have it but looks fine with ubunti 22.04 support it is also using up to date linux. And they support raspbian 11 - wonder if our image woul…
-
Ok, yesterday I added meatpack support to Repetier-Server. In nightly linux build you can already use it. At least on my test machine (anycubic mega i3 with knutwurst marlin firmware) it worked well and improved throughput by a few percent. Could …
-
Repetier-Server works on nearly all alternatives - only condition is that they use a arm or intel chip and use a debian like linux (debian, raspbian, ubuntu, kubuntu, ...) and have at least 512MB (better 1GB) RAM. The only thing is that we only pro…
-
sleep 5 gibt es nicht. Besser ist es shutdown -h now durch shutdown -h +1 zu ersetzen. Dann wird shutdown nach einer Minute ausgeführt. Dadurch hat der server noch Zeit den Druck sauber als beendet einzutragen und einen Report zu erstellen. Wenn …
-
I think it should not be hard. You define a output so you have a gcode command for that pin to change it. Add the default state command in run on activate script in g-codes for printer. Normally off I'd say. Now add input with "Run G-Code on change…
-
It is 32bit. 64bit has currently no real advantage as we do not need that much ram for server. On 32bit each app can use up to 3gb RAM. We only need around 50mb normally for the server. Renderer may need more for complex big models but with 3GB we c…
-
Please check the last position and if it is possible to measure it. I see a sudden difference of 6mm compared to the rest, so I think the z probe does not hit the bed here. I think the testing area is hardcoded. Make sure to set extrapolate edges s…
-
Are you on a linux system? Then try installing nightly build (see faq entry on homepage). There was an issue with pause, but it wa smore that it send some delayed job commands before pause started. Not sure if I fixed it in 1.4.4 or later. But with…
-
Sounds like same idea just with external hardware:-)