Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
If you are using a older host version you have an option to preserve object position in slic3r, otherwise slic3r will autoarrange the objects (ok it does this anyway but we have a solution for this). So in output it should appear at same position - …
-
I think that is a solution. G28/G32 are the only ways to also change Z. G32 measures different points so not good with a fixed switch. Alternatively G30 could be modified to change Z if Z param is given. I think that would also be a good addition …
-
I answer dozens of support questions so I sometimes forget parts of older posts, so bear with me. Already busy a good part of each day only with support. Yes, we have a reduction compiled in to fix most obvious errors like reducing updates to 30. …
-
You would receive such noise if the baud rate is set wrong. So firmware or host has now a different baud rate set for some reason.
-
The tower offsets are in steps not mm, so they are not that high. Diagonals off are a good hint. Since this causes a dome or bump it differs then where you measure, so calibrating at the edges and measuring in center makes strange differences then.…
-
Please check temperature curve in host. It can show what firmware has set as target temperature and the output power firmware tries to send. Depending on this you can narrow down the problem. Debug level 6 is just a message from firmware that the l…
-
2 Years ago yes, but menu was very incomplete. Just some testing code to talk with the display and test.
-
No main power on printer board, wrong configuration of firmware, dry run mode enabled. See also log for messages from firmware that might help explaining it.
-
This looks like you have selected a input buffer in server that is bigger then on firmware side. Max. value if compiled with current IDE is 127 byte. Some older Arduino IDE versions had max. at 63 byte when using arduino serial functions. Please che…
-
We had started with this, but the display quality was so bad and it would also require a full new menu handling just for that display, so we skipped the development in favour of other solutions like using server display.
-
For normal hardware z endstops there is a hardware way to adjust the signal point. You have to adjust it that is switches signal exactly when nozzle is at bed level and make sure bed-extruder distance is identicalall over the bed.
-
You can not operate fan on heater output due to the dangerous inverted heater logic of ramps fd V1. Use one of the non inverted outputs for fans.
-
> Sorry!? You say FAST_CORE_XYZ for a CoreXY ist totally useless? No, never said that. I said it uses nonlinear computations and you should adjust these settings like used for deltas to better match for core xy. When you say it works without then…
-
Maybe bad settings in cura settings for support. Tested with 60°, 15% fill, 0.7 xy distance and 0.15 z distance worked for me.
-
Make sure you have selected repetier-firmware as firmware type and right port and baud rate. Best is using port with /dev/serial/by-id since there should only be one. Also make sure printer is activated in server, otherwise server will not even try …
-
For a delta z length gets subtracted by that value after homing so it does not touch bed. But that assumes you have inductive sensor that does not measure surface but the metal of the bed. Negative z probe height makes not really sense so I wonder …
-
You wrote yourself: print stopping with error message "mintemp triggered" That means there is no reading at all, not even room temperature. So that would not depend on getting no power. It is more the other way around. Because of this error firmware…
-
For fastcore xy you should reduce #define DELTA_SEGMENTS_PER_SECOND_PRINT 10 // Move accurate setting for print moves#define DELTA_SEGMENTS_PER_SECOND_MOVE 10 // Less accurate setting for other moves No need to waste so much computation time for a l…
-
The speeds defined also for G10/G11 are used here. So enable that feature and edit the config values.
-
What does the error message mean in english? When exactly does that happen? If it is when installing the server the host should still work and you could try installing the server manually by downloading it and installing it separately. Would at lea…
-
Most likely a wire to thermistor is broken/bad contact. Works most of the time but sometimes it has no contact somewhere causing temperature drop to min temp which causes cold extrusion prevented and the error message. So best is to replace the ther…
-
Don't think too much, just test which combination of drive system and invert motor direction has the right moves. Looking from front +x should move head to right and +y to the back side. If that is the case prints get the right way around.
-
You have a z-probe and z-min endstop and are using only z-min endstop for homing? You know that this makes no sense as autoleveling needs either z-max endstop or z-min to be the z-probe as well. You should check your eeprom values for additional he…
-
No, M42 does change when it's called independent of head position. But if that works, you can modify the laser driver to just use analogWrite to set intensity instead of the digital write.
-
Test M119 if signal shows always the same on z-min and z-probe. Make sure you have homing direction -1 set otherwise the endstop is not used anyway.
-
Yes, change it redo G32 S2 and check by going tp Z=10 and then slowly down that it matches the result. If distance is good continue. If geometry is wrong (even 0.1mm) it might differ between center and measurement points so you might need to readjus…
-
I would say yes. Should not be enabled while printing.
-
Motors will not respond when you are at an illegal position. Please check position with M114 and check if that is within set min/max values. Since latest dev update extruder will move even in illegal positions with pure e moves.
-
Please test eeprom editor in host/server and change a value, reset and check if it is still stored as adviced to test eeprom is working or not. The g33 x0 y0 z0.5 is the only command to set distortion values in eeprom, but the other values are also …
-
Repetier-Server and host have a eeprom editor to change values on the fly. When you upload a firmware with Arduino IDE this does normally not change the eeprom. It is written in flash. So i hope when you say you checked it in eeprom you used the ser…