Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Just start. It is an addition - you still need to configure them same as now. No release date yet but will be end of may/beginning of june. Then you just update the servers to 0.92.0 and install the desktop app and tell it your server addresses.
-
https://manual.slic3r.org/advanced/post-processing describes it well. You need absolute path and the only parameter is the path to the gcode, so should be no problem to convert it into a script. Just write absolute path to it in postprocessor field.…
-
This was no software problem! He just had the wrong firmware selected which would in deed had taken 11 hours with that gcode as it interprets commands differently. There was no config file from vendor for our software as I understood, so it was just…
-
Not really. Never used them. How would you define user settings for them using LDAP? I mean you still have 900 users where you need to say what the server id is and which permissions they get. We need an entry in the server database so functions wor…
-
If you change nozzle diameter you also need to change shell thickness. CuraEngine used a fixed width extrusion and shell thickness and nozzle diameter together determine the extrusion width. So think how many lines your walls should have and set it …
-
Sorry, never used slic3r postprocessor so can not say much. But at least I think you need to adjust the script as but included filename etc. I guess you get either the filename if slic3r safes it before or the script will be send via stdin and must …
-
Wenn es nur so 0.1s weg ist, dann scheint es normal zu sein. Zumindest sehe ich es manchmal flackern als ob er etwas erst löscht und dann sofort wieder rein schreibt. Aber nicht immer. Fällt insbesondere auf wenn man viele Befehle schickt die den In…
-
Without knowing exact times of blobs appearing it is not really possible to say where it happens. Best guess is where "wait" appears which is when firmware buffer is empty for a second without getting a new command. Here 2 cases where it happened: …
-
Depends a bit on firmware. Can not say for others but repetier-firmware has bump correction for low Z. If you measure at 39.85mm the correction would be reduced to 0 normally. So try without bump/distortion correction. In repetier- firmware you coul…
-
@MSOHD These are completely different issues. Your message sounds like you have defined a postprocessor that does not exist. Normally you do not use one, so solution would be to disable postprocessing.
-
Go to printer settings in server and define number of fans. They only appear if number > 0 is set.
-
Maybe we will add it sometime. Currently there are more useful features to spend developing time into.
-
Your config still contains RepRapFirmware which is also the reason. Your gcode has aline to set maximum speeds: M203 X200 Y200 Z12 E120 ; sets maximum feedrates, mm/sec Now in marlin unit is mm/s but for reprapfirmware it is mm/min so you reduced p…
-
No that is not possible in host. Only percentage can be used here.
-
No attachment. You need to use google drive again as you can not attach files. Just have no idea why the attach button does not disappear here.
-
Well seen Martin:-) G92 E0 is not ignored, but that only sets the official position of E to 0. New layer is when you extruder on higher Z. Now if you go 21.8m backwards you need of course extruder 21.8 meter before you are exceeding start E value:-…
-
Ok have uploaded it to Prusa server of me and it says 8:17 hours, so is between the 2 prusa estimates, so that would be ok. So it is at least possible to get the right time. Since all influences are in your server printer config, can you publish tha…
-
Yes, gcode looks good but layer count is wrong. Thought it was the G28 at end as it resets count, but that did not help. So I'm also curious what is causing it.
-
No, execute is a runnable software on your pc, not a gcode. In server commands I see no command to include a named script also I think I wanted to add that.
-
The oops message means the connection between web browser and repetier-server was lost. The fact that it happens when you preheat (I assume you mean in the touch screen of server? Or do you mean a browser on other pc? Important difference as linux …
-
M106 is for fan control. That uses software PWM unless you have changed the code. Normal frequency is 16Hz so depending on your motion speed you might start with laser on not where you put the command. If you need pwm you should use a hardware pwm,…
-
> find "if" that is changing that Please define the thats that you want to behave different. Probing/homing doe snot use always check endstops and target tests as it is supposed to go outside it ha sit's own logic here. The rest should respect it.
-
Have you selected marlin firmware? With repetier-firmware on marlin there will be no communication as it will use a binary format marlin does not understand. Otherwise go to console disable filter and check what you see. There you see the communicat…
-
Only uploading a new css with modified color scheme. See our homepages docs sections for help on this.
-
Prusa should be run with Marlin firmware selected. But I do not think that this has such an influence if you chnage it on server except that it now uses the correct commands. On slicer side it might make a difference if it adds special gcodes. Can y…
-
There is currently no dark mode. Only way is to follow our branding guide and compile your own css with different color scheme and install it in the shadow directory. See docs section on our homepage.
-
First, we advice to print using Repetier-Server and connect to it using Repetier-Server Connector in host. That way a host crash will not have any effect on the print. Also if you do slow operations on host while printing it will not disturb the pri…
-
In printer settings deselect Printer uses own G-Code Repository and you can tell which printer is the leader for storing the data. Only constrain is it must be a printer on the same repetier-server instance. >Also, they don't share printing info…
-
Any serial tool can connect to printer. Just set baud rate, 1 stop bit, no parity. Just omit checksums and you should get an answer. When do you get the ioctl error? When starting host or when connecting? Sure serial port is set correct? Might have…
-
Glad it worked and might explain why my test machine was also faster. But only difference are the server executables which are compiled for better arm processors so they work a bit faster but only on Pi 2-3+.