Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
You misread my answer. You have to REPLACE the M00 with @pause. Otherwise you hang at M00 never coming to @pause. @pause is working on any firmware as it is solved firmware side.
-
What firmware does it use? You can try the free version if you already have the printer.
-
M00 does not exist in our firmware. Replace them by @pause Change tool Make sure to send the gcode with our repetier-server or host as only these understand the @pause command. I'm wondering why it does pause without it. Or aren't you using our fir…
-
From server side that would be ok. You know in case all printers are identical you can also share gcodes in server. In printer config just uncheck "Printer uses own G-Code Model Directory" and select the printer where to take gcodes from. So only q…
-
Currently not but have added a before and after snapshot event for next update. You should note that normal snapshots are taken on the fly so are not in sync with gcode and especially not with buffered moves. This is to ensure best quality. Excepti…
-
Please check your messages for solution.
-
How did you do it? Normally you should have a @pause command to pause and then in host you just hit the continue button in top toolbar or if you print via server in server tab.
-
Do you have autoleveling enabled? After homing head is moved to official start position and with autoleveling this can differ also I'd more expect a z move then x move. Don't think this is delay related. Not 100% sure with 0.92 as it is a bit expire…
-
Ja kann man hinbekommen. Es gibt da mindestens 2 Wege die ich sehe: 1. Slicer haben normalerweise die Möglichkeit code für Layerwechsel hinzuzufügen. Hier einfach ;@execute camshot einfügen der als Befehl für execute definiert wurde. Dann wird es au…
-
It is same for content as when you define it in web gui stored in /var/lib/Repetier-Server/database/repetier-network.xml address4 is just an additional ipv4 address x.y.z.w which gets added to what you would get from DHCP. Don't forget to set gatewa…
-
Due to space limitation especially if used on 3.5" displays we can only show 3-4 chars which is why we only show temperatures there as names would be too long in many cases. But will see if we can change it for wide displays.
-
Sounds like very specific needs that I can not write my self. I think it can be done with some own code. Especially the second heater is just finding where it gets set and add a second output modified the same way. The many color problem will stay …
-
Make sure it it not reported as non manifold and in cureEngine advanced settings check only first one (Combine Everything) Type A. These change how holes are handled so maybe you modified one of them
-
In server printer configration->Extruder you can assign each extruder and bed multiple temepratures with names. The first 4 will also appear as temperature in touch screen for selection.
-
No, config has no name field. Reports for delivery differ from source. Seems most get only small quantities first so will take a while before it is available everywhere. Or it the model I ordered that will get produced later.
-
> Is the app in the same browser class? ???? The way the webcam page is written does not allow 3 cams. That needs deep changes for which I currently have no time, hence my comment when I make it a widget in the app I can do it more easily by jus…
-
No that is not possible. Not in host anyway and as far as I can see also not in slic3r. Only solution is to make a 3mf file where you integrate the 4 files with mods in the metadata the way slic3r would do that as well.
-
No, ethernet is not supported. Maybe I add this sometime in V2 as telnet solution for host/server connection, but currently it is not included.
-
Good question. The way it is currently written I can not do it. Also there will always be the constrain that you can see maximum of 3 webcams or browsers might block communication as each webcam also a download and you can have max. 4 downloads on s…
-
No, you can only change point that exist as points are stored in a nxn grid. One trick for deltas is to exclude the corner points so you can increase the measured grid a bit and the corners get extrapolated. If that does not match you can set them l…
-
Open EEPROM settings in our host or server. Set heat manager to 0 there. Maybe there is even the timeout available whcih I can not say definitvely at the moment.
-
Seems like Prusa abadonned the sensor. In the latest update to MMU2S the sensor was replaced by a IR sensor triggered if filament is between the extruder drive wheels. Much safer as the old chip seems to have problems with translucent materials whil…
-
Once it is triggered no heating occurs for safety reasons. So cooling after it is to be expected. The trick is to define timeout so that the decouple warning does not happen under normal conditions. Normally that means increasing decouple timeout. …
-
While it is possible to write this I do not think that it is a good idea. Most users just click anywhere to go to printer and would not expect to land on webcam view. I understand that for those wanting to webcam view this means a click more it is n…
-
You have 2 options. If you do not want nozzle at all outside bed just set #define ENDSTOP_X_BACK_ON_HOME 30 If all you want is that 0 is where bed starts set x min to -30 so 0 is over the bed and you can also move outside bed.
-
No really. Depending on what you configured it will switch to filament change or request pause from host software. So it is obvious more or less if it was triggered. Plus you see it in log I think. - M602 S P- Debug jam control (S) Disable jam cont…
-
Touch display function is in deed a pro feature, so all you should see is the function to configure wlan and enter license. Only after activation you will see the normal touch interface.
-
Ich hab es sicherheitshalber mal server probiert und so sollte es aussehen: Lade Firmware Abbild hoch ... Trenne Druckerverbindung avrdude: Version 6.1, compiled on Sep 9 2015 at 16:45:41 Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/…
-
You use the heater output from board but not extruder configuration. Just use the pin number from heater where you define the spindle power signal pin, thats all. Currently there is no PWM output to control speed. Not really sure in your case this w…
-
Schon geschehen. Ab 0.92.0 die bald kommt ist es in der GUI einstellbar.