Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Depends on firmware you use. You can just connect thermistors to the right pins or a 100K resistor to silence that message.
-
The crash on unplugging in deed could be from driver. It needs to shutdown and if there is a bug it can easily cause blue screen, because as driver it is more privileged then a normal app that just crashes on it's own without disturbing windows. Yo…
-
Sure you did copy in notepad. Doe sinster in notepad insert new code? Just tested it with windows editor in windows 10 and i worked as planned. Host will insert whatever is in the text clipboard.
-
Enter better pause position in moveToReal that makes no problem.
-
Tables are not for repetier-firmware. You must multiply first value with 4 and last value with 8 to match repetier firmware required values.
-
Please also show the content of Printer.cpp where error happens so we can guess what causes this. My version might have different line numbering then yours.
-
Blue screen is not good but seems to depend on serial driver. Maybe if you close in host first it will not cause a blue screen. You might also try finding newer serial driver. Host and firmware are different things so not sure which firmware you a…
-
As long as you do not modify eeprom I think it is ok to also use it for printing. Only thing is you need to make sure sd card is inserted when you power on printer since then the eeprom is read.
-
Thanks. Could fix it for next release. 3 is only partially correct. Changing it in tool window also stores result. Only in preview result is not stored.
-
That function computes the outer most 4 points by extrapolating the neighbour values. Reason is for deltas with round bed, so they can measure a bigger area with distortion correction.
-
Set z height in eeprom such that z=0 is just at the bed.
-
Not sure how eeprom works but maybe you stored them in eeprom so they do not update. At leats in repetier-firmware that is typical the reason.
-
See in working directory. There is a CuraEngine folder. Uninstalling does not delete it and there your settings are stored. My guess is that you made some settings causing the problem. So deleting the folder and recreating them should work if you do…
-
Don't think that we will have time for this in near future. This would also require bigger changes to support a new format depending on how it exactly works.
-
If oyu have configured server to connect it will autoconnect as soon as printer is available and prevent host from direct connection. Idea is that you use repetier-server connector in host instead and set server ip/api key so host uses server to co…
-
Cropping is solved for next host version. Already found that. Use toolbar webcam until then. UTC is also solved. Sorting is not possible and you have to delete yourself from time to time. When space runs out timelapse will not start recording.
-
In CuraEngine you can only use extruder 2 if you also print parts with extruder 1! The second stl is assigned to second extruder so ther emust be a first stl for extruder 1 as well. Could not get it to do without.
-
Server toggles DTR and RTS from low to high to reset firmware. Problems can arise if printer interprets high as reset or uses DTR/RTS for hardware flow control.
-
Good to know. So that make sit sound like firmware likes to crash. Maybe just something on sd card that makes this happen.
-
No, steps per mm is a firmware config and does not get changed by host/server unless you send the required gcodes.
-
Seeing the log my impression is that reporting sd card content causes the restart of firmware. Unfortunately no indication of restart reason from firmware. What happens if you remove sd card and then connect? My guess is that this is the problem …
-
There is a similar thread about the same problem with Monoprice V2. V1 seems to work V2 not. Current guess is that the servers RTS/DTR pin handling causes the problem making printer reset. So we plan for next release options to set how these pins sh…
-
There are 2 players for videos. One goes simply through the stored images and you can go image by image. The other plays the rendered video. So i guess it is the first you see. There should be a error reason when you try to render the video. You can…
-
Ok, have tested it and found both problems. Next release will show end time in local date format and also compute end time correctly. Last error only happens if you print directly just as I thought might be the reason. Printing already stored gcodes…
-
Sorry I can not say which is connected where, just don't know and no time to figure that out.
-
You would need to add a postprocessor doing this. Slic3r has a layer switch gcode I think. But every layer would be time consuming. I'm not aware of such a function.
-
Main difference is that in server you tell firmware type and that defines communication protocol, while host normally is set to autodetect and only switches to repetier protocol if repetier is detected. But if you start in server with marlin as firm…
-
In firmware configuration.h But question was more if the direction was configured correctly. You said you can move z up/down manually so that works in general. Generated gcodes normally only move up (my definition) means that if it then goes down …
-
Do you have a board mounted? EEPROM is often a problem if nothing works on due. We use I2C to communicate to eeprom chip and if it is not there it will hang forever trying to read eeprom. Also make sure to have the right board selected. You could tr…
-
uups. Did not see it was videos. Thought it was the history. If you click on the eye what do you see? There you see more details and also if images are there. I guess the failed means conversion to mp4 failed and that normally means you have no ffm…