Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Select no display in config tool or set feature controller to 0 i think.
-
Dimensions in host and firmware do not change distortion. Change x and y axis resolution to adjust dimensional errors. Can also be changed in eeprom settings.
-
No that is ok. It does not prevent purge line. What it does is not zoom out to show he complete line and hat happened sucessfully here.
-
DPL nicht und SLA nur wenn sie it ähnlichem gcode wie fdm Ducker arbeiten und auch eine fdm firmware nutzen.
-
Slot should work when you have no display selected. Then it uses default sd ss pin which is configured to be the one on the board. file system is vfat32. Sd card must support spi interface. Not sure what the maximum supported size is. Try dev versio…
-
listModels and listJobs require slug as well. ListJobs show queued non running jobs so is normally empty. Little trick is open debug tools in chrome, reload and in network search the socket connection. There you see all queries and answers. Then go…
-
Nice idea. Have to think about that and what is possible without making it complicated.
-
Either just install 0.91.2 server on the new image or change image download link to version 14 with server version 91 2. it is still on the download server just not linked,
-
In printer settings - it is one of the serial parameters to choose from. If it too large host will send more then printer can store causing errors during fast communication.
-
Check online docs for lua modules. These can watch events per printer and more and can add any logic you want.
-
Only 0,92 can do that. It is. I think in settings -> time format or os in the touch screen interface. Normal gui can not change it.
-
Don‘t think so but will test knowing there is a problem.
-
Check download link and use 14 as image version and replace version with 91 2 then you should have the old link.
-
Did it work until line 300 without errors? I think either baud rate is not 100% correct or input buffer was set too high. Try 127 and if it stays 63.
-
@sindrejl did you switch images or just server version? Reason I ask is that new image is based on Raspbian buster while older are not. So maybe something in handling has changed or if you just changed server and not os it must be inside server also…
-
Just download latest version and install 0.91.2 from armel or armhf over it.
-
Some boards have a switch or jumper to disallow powering over usb. So check printer board description if that is oossible or not.
-
Not in that code. But do not forget to check defined bed dimension in server as well. You have to fit inside both or you get the message. It is no problem to print the file none the less. Warning just compares computed dimension. If you check 2d pre…
-
No, will be fixed in next update.
-
The monitor is a desktop app for server that connects to multiple server instances at once and can watch a directory to upload or print a file just by copying it to the folder. Will be published soon.
-
Don‘t know marlin good enough but that it shows at startup could mean there is temperature reading from beginning. Mean a broken wire, not connected to right pins, ...
-
Which image/version are you using? Also read our faq especially how to set up a file with fixed data, then that is always used to define wifi connection. eventually also read /var/log/syslog to see what linux tries when connecting and why it undoe…
-
Looks like installer had a problem with one file. First I‘d retry and then delete the file manually and then retry. Could be a corrupted filesystem preventing file copy/delete in that case try a filesystem check to fix it. you should always use the…
-
Have you already updated to 0.92.0 - there we changed size computation. Also if you have extrusion outside object which i can not see, it would decrease size to include that. Therefore you could exclude these parts by puttinh that part inside @nosiz…
-
Ja execute scheint in 0.92.0 fehlerhaft. Wird mit dem nächsten update in ca wochen behoben. response to event ist für eigene erweiterungen. Wenn der Drucker einen String zurück gibt der der Regel entspricht wird ein Event mit dem Namen ausgelöst. D…
-
Did not notice this during testing, but might be because i ignore that line anyway in my gcode with @nosize and @size so previes look bigger. Need to test when i‘m back.
-
The unknown commands are no problem. Server ignores them on further occurences. Problem is that heater in firmware fails and then firmware stops executing any commands. So once you solve the configuration it should work. But can‘t say how to reconf…
-
No, not supported and it will stay at least for a while until v2 development is further developed.
-
Yes there and also in bed shape, both are important.
-
Set bed and y min limit to -3. PrusaSlicer creates a line at Y -3 which is outside if you tell your bed to start at y=0. That is the typical problem when this happens with prusa printers.