Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Normally temperature is no issue and therefor not important enough to show permanently. Maybe I add some outputs in a special screen some time, but not in main screen. Make sure to have good ventilation, that should normally suffice to have allowed…
-
Maybe. Haven't computed 0.91 for some years. But when it was the latest version arduino IDE was somewhere around that version.
-
The model shows clear signs of underextrusion like RAyWB said. Sifferent layer height will only hide the effect to some extend. Give it 30% more extrusion it it will also look better, but in the end you must calibrate extruder for best quality.
-
No you can't do it that way. I guess you want to trigger a signal on pi that makes the DSLR trigger a photo right? Becaus ethe timelapse function requires a IP webcam. If your DSLR has a IP webcam mode you can add it to webcams and use it without mo…
-
How does it look(picture) compared to object?
-
Extruder is not calibrated correctly. Has nothing to do with sticking to bed problems. This looks more like under extrusion. Make sure flow multiplier is set to 100% and then heat up extruder hanging with space to bed. Mark a point at the filament w…
-
Depends not only on distance, also on bed material, filament material and temperature. I like to use a 0.3mm first layer height. Makes many things easier like measurement errors. But it still need a combo that sticks. There are many helps you can p…
-
Danke für den Hinweis. Ich denke ich kann V2 firmware auch auf Smoothie boards portieren. Wenn es möglich ist werde ich es tun, sobald die HAL api stabil ist.
-
Looks absolutely correct. Your disc in above image is maybe 3mm wide and 0.5mm height, so nothing else then 2 layers are required. Could it be that you need to scale the object to your expected size? You can set import dimensions which defaults to …
-
There is a special modules folder where it needs to reside. See the firmware module for example. It even adds a extra screen to the gui that uses the new command. In lua script you see server:registerDynRequest("firmware_upload", firmwareUploadCal…
-
I think I know why. Have changed to versions but reuploading starts with same version:-( Maybe I should just start with a random version to solve the problem. Is only used for display anyway.
-
You need Arduino IDE 1.8.x to compile recent versions. 1.0.6 is way too old and does nur support sub directories. I also see you have defined some symbols twice in configuration.h - last wins but it confusing to have it twice.
-
Try a hard reload of the website to force reloading images. If you deleted the old the next gets same name and could be served by the browser cache. We try to add random values to link to prevent cache reuse, but looks like it here did not happen. …
-
You select the board before compiling - in your case sanguino board. That has the mapping. Also form that we see your board and select correct mapping in fastio.h.
-
It is in progress but making serious estimates is unfortunately not possible.
-
Yes. The lua modules are meant as an extension for exactly such cases where you need server side some modifications. That is why they are the natural choice for such problems.
-
Yes 63 is melzi board so named pins should be correct. Can you communicate with printer? Can't say if led definition matches yours. Don't have the printer.
-
Yes unusual way to upload a script. And if small sketches also do not work it is not the bootloader protection. Then it sounds more like the method it self is the problem. Either wrong configured or connected. Make sure ISP connector is correct. Nor…
-
Yes it should float and with the fix I made for next update it does float. Problem was that I made the table responsive for smartphone use which caused this behaviour as a side effect.
-
Check update is clear. Will test when I work on the update. Why rounding to full mm? Computers do not care for them. If it is for multicolor you should just group them.
-
Yes, looks good.
-
Zufällig 2 Stunden versatz? Wenn der server auf dem pi läuft nutzt er standardmäßig UTC Zeit. Erst wenn du die Zeitzone da auf Deutschland stellst, gibt er gute Zeiten zurück.
-
Semicolon as comment is the only solution that will work. There is no jump or ignore command. Otherwise make a file for scripts and copy it there and then delete if you only need it from time to time.
-
Host does not care about belt or screw. It just sends move commands and it is up to firmware to handle it correct. Both need same settings only ball screw normally has more steps per mm and is therefore slower but normally with better precision if i…
-
Ok, no idea why he used a servo pin for it, but has nothing to do with servo. As I said pins may have names but get function you assign, so any free pin works. Only important is that it is configured as input and you do not exceed 3.3V. So you want…
-
You want to parse firmware responses and send g-code depending on what you get? You can do that with both - lua or web api. lua has advantage of being closer to the data and not requiring an additional software being run. Would also automatically w…
-
Ok, so maybe a bug in 4.3.6.
-
z min endstop switch makes only sense with a leveled bed. If you want to allow it not leveled you need to remove it. You have 2 options. Use z probe as z min pin as well or use z max homing. z max homing has some benefits but homing takes a bit lo…
-
There are 3 steps possibly involving different software. 1. Model creation requires a cad or 3d design software or you download them e.g. from thingiverse.com 2. Convert model into gcode. Done by slicers. 3. Send gcode to printer. 3 is best done wi…
-
Testing I also saw that the 2 icon views are not affected by the problem. But my fix seems to work, so solved for next update.