Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Ok just finished V8 image. Works for my new Pi 3+ so hope for you to. Is now based on current raspbian with debian stretch.
-
If you know the http post command the script is quite easy if you use curl to send it. #!/bin/bash sleep 5 curl ..... thats it. Just needs to check curl syntax. Extcommands is just calling the script file then. Only make sure the user repetierserv…
-
With commands send G1 S1 to disable target position testing, which is what prevents the move I think.
-
No.
-
Is this a manifold model? Especially the second picture makes me think it is not and that can confuse slicers a lot. In first picture travel moves hide where support would be so actually I can not see it. But this all can be from non manifold models…
-
That would only make sense for us if we can support all smart links and own them for testing. None th eless, it is not impossible. That is what the extcommands.xml file is for, please read manual for details. This allows you to add menu entries in …
-
Read this https://www.repetier.com/documentation/repetier-firmware/
-
Nein, geht derzeit leider nicht.
-
See log for messages. From description I assume it waits to reach target temperature. Depending on your configuration in firmware this can mean holding a steady temp. for x seconds which can take a while. Or there was a problem aborting the print.
-
Search for isPrinting in that function. I count it 3 times, so all of them must be replaced by false.
-
Upgrade to 0.86.2, beside this read my message I send you.
-
What did you download? G33 needs to be configured in configuration.h of firmware and then you compile and upload firmware to the printer like you did the first time, just with the G33 enabled (if you have a z probe). Best way is to do this with the …
-
I think there is no ideal probing method. All have some disadvantages. IR: - Can be unprecise if lights change or reflections on bed are not constant. Overall works good, but - has offsets. Force Feedback: +No offset, -might bend bed until it trigge…
-
Wenn du VPN authosisieren must sind user nicht nötig, wenn du allen im lokalen Netzwerk traust. Ansonsten im Hauptmenu rechts oben "Benutzer Profile" wählen und user anlegen. Erster User ist immer admin. Aber genau dann geht der Touchscreen ja nicht…
-
Don't use quadratic advance. In V2 we have completely removed it. It is just getting fast too high to handle being quadratic. L can be estimated good with 3). Used it as well for my printers. L Range depends on extruder type and distance motor-noz…
-
Ok, did a test based your description. Webcam working, disable webcam server -> Webcam not found. Restart webcam server and webcam does not appear again. This is a different issue then the one I already fixed. If static images still work for you …
-
Die Touchseite ist über localhost aufrufbar. Wenn keine User existieren dann auch über alle anderen IPs, aber dann sollte man ihn nicht nach draußen freigeben außer mit einem echten VPN mit authorisierung. Geht man über nginx könnte man den localhos…
-
Simply change both - one if for character devices and one for graphic I think. In any case it tests for main screen and decides what to show.
-
Yes, that is the problem with z min and z probe. Since it is a safety guard it must stop and would do so in prints so it must trigger below bed (with bed on springs) or it will prevent legitimate moves and disturb what you need. That is why I say f…
-
Yesterday I got my Pi 3+ and now I'm working on a new image also for 0.86.2. Guess there wil be many new users starting with 3+, so want to fix this quickly. Making the image is not that easy because we add quite some extra features and optimizatio…
-
For system 0 each direction involves 1 motor so backlash is bound to changing in motor direction. Core XY has 2 motors moving the extruder. And we assume the belt is fixed good with extruder so all backlash comes from pulley/belt and now 2 motors a…
-
yes that should prevent going into printing mode visualization
-
In printer settings you need to define how many extruders you have. Only then will you see the extruder temperatures. Your bed sensor looks very noisy, btw. Or did you change temperature all the time.
-
In ui.cpp search if(menuLevel == 0 && menuPos[0] == 0 ) { if(Printer::isPrinting()) { replace Printer::isPrinting() with false and it should always show the normal design. This is because the menu syste…
-
Last small errors < 0.1mm can be fixed with G33 for the inner square.
-
In firmware there is a hard coded pause position in SDCard.cpp pausePrint function. I think we will soon change this to a user defined position. See this line Printer::moveToReal(Printer::xMin, Printer::yMin + Printer::yLength, IGNORE_COORDINATE, IG…
-
Yes, that is normal. Prining with server or host will show a similar screen only with additional informations like layer and time.
-
That is no typo. It is really "backlash". Backslash is just this sign "\"! If you do not see it in eeprom it is not compiled in.
-
I have a 6mm block, so I home, go to Z=6mm, heat extruder so no ooze nozzle exists and length is same as while printing. Then the block must fit just below without friction. I do this at all corners where bed is mounted and adjust height then it is …
-
If it is already calibrated, why should the extruder go up for z-? That means calibration is not finished/perfect and you just need to continue calibration I said this because you said with correct angles the error was less, so that would be more cl…