Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
I could verify that logging while printing can cause pauses. Linux simply blocks the write for a few seconds for some reasons and this prevents sending next line. For next release I have decoupled this so that causes no pauses any more then even wit…
-
Please check the "Try to preserver model position" checkbox in host slicer tab to preserve positions and not rely on slic3r autoposition (which can not be disabled so we merge objects to one).
-
These are different problems.1. In firmware there is a max. feedrate for x and y. If this is set higher you can move faster. No problem just make sure you do not loose steps, otherwise reduce max. speed.2. It moves with the speed you send in gcode. …
-
If it only happens on connect and afterwards you can commands just normally simply ignore it. Connection is a bit critical as it resets the printer and might have send before and after reset some data so such situations can occur. If you get this mo…
-
No one wanting to share the full log part that explains what is going wrong? Com errors are quite normal and normally get fixed by host/server. The communication has not been changed for a while and is known to normally work, so without more informa…
-
That will be fun. You need to download and configure the firmware, e.g. using our online configuration tool. For full instructions read this:https://www.repetier.com/documentation/repetier-firmware/
-
Disable the max software endstops, enable the hardware endstops #define MAX_HARDWARE_ENDSTOP_Z false -> true Also make sure you have them connected to the official max endstop pins on board or you also need to define the pins. If you want to home…
-
Error message in windows events or when starting? You need .NET 4.0 or higher and OpenGL 1.5 or higher to get it start.
-
Are you using dev version or 0.92.x? This has improved over time so for autoleveling use 1.0. There I just checked it goes to P1 first as stored in eeprom.
-
As I said problem is that firmwares do not report the same coordinates so if I put it back because it works for you others will claim that it is doing it wrong since coordinates do not match afterwards. That is why we removed it. Simple fix is send …
-
If you are new it is not possible:-) You needs some expertise to get the settings right if it is possible at all. As I said you need to be able to home to z max while most printers home to z min so homing would crash nozzle in print making it imposs…
-
Refresh rate is not the problem. If you have buffer size of 24 it buffers enough that it does not get into troubles. Exception are deltas where computations are so cpu intensive that I can not advice these displays - only with due based boards and b…
-
Have just tested and worked fine. Different pattern, layer height and infill density was shown. Which parameter does not work? You should see the command line arguments with overrule values in the log and so you see they get send.
-
This is part of firmware configuration. You need to recompile your printer firmware if you use different thermistors. Question is for what firmware this is. 0 is EPCOS B57560 thermistor which was widely used at the beginning but is not produced unde…
-
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll means the error was raise din windows kernel. I can not recreate it from your steps so it is unclear if kernel functions get called wrong or kernel is defect. Try in admin cmd.exesfc /scannow …
-
Please make sure to select "Try to preserve object position" or slic3r will reposition on it's own since it is not possible to set position for more then one object. This checkbox converts all objects into one object so it preservers position but th…
-
You need to add a nonlinear drive system and add the transformation like for delta and a working endstop handling. Just for my curiosity - how is the singularity in the center handled? I mean rotation speed near center can be arbitrary high if you p…
-
Please upgrade to 2.0.1 available now. There we updated the manual control buttons to be more clear.
-
Uploading does not delete eeprom if not explicit said so by changing EEPROM_MODE. UseM502M500 to reset to compiled configuration.h settings.
-
What is a migration speed and why should that modify cura time estimate? I simply think cura does not take into account acceleration and deceleration which adds to print time.
-
I think correct z probe length would then be 1.3 mm. What you did with subtracting z length is what correct z probe height would also do if set correct.
-
Thanks. Have added it to build dependencies so it gets installed following tutorial now.
-
I think G32 goes first to P1 and then activates probe so it does not activate at 0,0.
-
The problem is that you mount the usb drive while server has a different id and no read permission to read the usb drive. At least this is what I guess. If it is mounted also group readable you could try adding repetierserver user to your group.
-
Wait for 2.0.1 where we fixed it. Problem is the Name metaata which is written Name and we expect now "name" as slic3r 1.3 generates it. Will come very soon.
-
Red is not homed or a move exceeded the official y range from printer settings so it can not be trusted.
-
It is possible if you have z max homing. Remove gcode before hang home and reset stop condition slike extruder temperature and G92 Ex forposition and go to latest position and continue printing.
-
You do not need a z max. z probe can act as z min endstop. What MarintH told you are the settings required for this solution.
-
How should that work? ADC converts analog to digital and you need it the other way around. There might be a DAC converter on mega, not sure about it but definitely not implemented as current control.
-
G32 is autoleveling not homing. For homing you should just sendG28 and it should home including z with your z probe. The settings above are for homing not G32. Start G32 at X100 Y100 and it should also succeed.