Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Visual Studio Code looks interesting. So far I used AtmelStudio which is based on VisualStudio. What I also see is that you need to use z2MinMax as this is used for dual z endstop testing. The z2Max seems unused so far. Next I see that the nonline…
-
Don't try it in configuration.h - that is just a pain to recompile that often. Values are stored all in eeprom so you can change it from Repeteier-Host/server using the eeprom editor. There you have "Diagonal rod length" and "Horizontal rod radius a…
-
The warning is not related to your problem. It is just a contarint to ensure correct motor timings. #define Z_PROBE_HEIGHT -1 is what we are talking about. -1 means that when triggering the nozzle is 1mm below the bed, so makes normally no sense. …
-
Check repetier.ino in sources for full list. But no G130 is not implemented as far as I know. We support some digital potentiometer types for motors. - M908 P S : Set stepper current for digipot (RAMBO board)
-
In deltas the diagonal rot length is responsible for the xy size. Unfortunately if you change that you get a ump/dome in the center, so you also need to adjust horizontal radius to correct the resulting geometry error.
-
First such models need support enabled. And as you see in the message, the mesh has defects that you should repair first, especially if slicer output looks different.
-
Normally an offset indicates wrong z-probe height during probing, resulting in correct rotation but wrong distance.
-
Since I have no corexy and no printer with dual z endstops, that would be great since I have no chance to find it on my own. So first things to check: - If compiled with ALWAYS_CHECK_ENDSTOPS false, can you move? - Can you move also with Z homing s…
-
The default implementation included does only enable/disable laser. The firmware event system is prepared to also set an intensity, but requires an own solution, especially a hardware controlled PWM pin or external hardware with PWM control. In lase…
-
It is in the manual under server commands since g-code can not do this. And yes it is in 0.86.2 also you should upgrade to 0.86.3. @autostart_next_jobStarts the next job in the print queue automatically as soon as the currently running job is compl…
-
G32 computes how the bed is rotated against your mechanics. So if you go up in z it needs to add x,y correction to compensate the rotation. That is why you see Z-probe:10.01 X:99.93 Y:-49.82 zCorr:-0.03and not 100;50
-
Whats the problem with extruder. If it moves more then 100mm on 100mm move the steps per mm are too high. Multiply old value with 100/moved distance then it should fit.
-
No, backlast is not acceleration and jerk. Backlash is when you need to move a bit in oppsite direction before it starts to move. google the term. In config tool, machanical tab you have at the beginning an option "Enable backlash compensation (ENAB…
-
You missed "You should check if the bed is planar when hot.". Take a solid ruler and a light and put it on hot bed to see if bed is planar when hot. YOu see it best with light behind ruler then you see different intensity of light shining through. A…
-
You can use the normal update function. If your version has a problem you can send from command line sudo /usr/local/Repetier-Server/bin/RepetierInstaller /usr/local/Repetier-Server/etc/RepetierServer.xml which updates the server. No need to update…
-
Thanks for the information. Never noticed this, but that would in deed be a wrong behaviour. Should always start at beginning when you switch. One temporary solution is also to just reload then you get also start position, until we publish next rele…
-
You need to import values and then hit ok. Then changed values get saved. You should see the M206 commands being send in log if commands is enabled. Please verify if this is the case. If not - what firmware are you using as these are different impl…
-
For heated bed we have slow bang where you set a check interval. For extruders this was never really needed since the boards deliver enough power for normal extruders and 1-2Hz is also quite slow for PID. Alternatively use an external software rela…
-
You should check if the bed is planar when hot. Some beds warp when hot resulting in different distances and if distance is too high sticking gets harder. One typical trick is to print first layer with higher layer height and extrusion width.
-
max. prinable radius is a contrain and remember that to issued coordinates you have to add z probe offsets to see what it will really test and which position needs to be valid. At a position like 100,100 your radius is 142 plus some offset from rota…
-
RADDS has 5 FAN/Heater outputs you can use. Having dual printer you only nead 2 heater outputs, so you have 3 outputs left to connect fans. The first 2 are then used for heaters and the next 3 are then used for fans in this order: #define HEATER_3_P…
-
Please see here for the fix on dev version: https://forum.repetier.com/discussion/4305/corexy-with-fast-corexyz-defined-is-failing-to-home-z#latest I'm working on an update that will contain this as well. I guess it also solves the dual z endstop …
-
Just to be clear. If you are low where correction takes place and go from idle to any bigger distance there will always be 2 acceleration phases. This is completely normal and a known fact. So this is not the stuttering you mean? With buffer I mean…
-
All hosts assume x to be left/right and y front/back. Of course you can modify firmware to print these axis rotated 90/180/270° and it will be fine, only confusing since host and printer images differ due to rotation. So best is to keep with the sta…
-
What does "The result is now that both on far left side(out of the rectangle) and right side (inside of the rectangle), the bed composition is totally ignored or not done at all. " mean? You can only reach position within 0-200 looking at the config…
-
I think I have found the problem, if you can confirm this. I assume the print finished normally.At that point there were around 500MB free.After finishing it will convert the video and there is no check for enough space in conversion. Having so muc…
-
Just wondering what really happened. From snapshot logic it should have stopped making snapshots when 500MB are left. So if you had logging enabled that means 475MB of log added. Locally or system logs. Normally you have 10-20MB log per hour. Would …
-
Here my configuration for my Orcabot - not sure about the model number. It's one with Arduino Due inside. It is working so it should show the correct setting. Important is that exteruder 1/2 x Offset is distance from the theoretical 0 coordinate on …
-
Timelapse pictures are only stored when at least 500MB are free. Also new prints require a minimum of free disk to start (in newer versions). But once some processes have started they finish and if they take more free disk then it can get tight, e.g…