Scottty
About
- Username
- Scottty
- Joined
- Visits
- 23
- Last Active
- Roles
- Member
Comments
-
Servo signals are working again!Thanks very much for your help!
-
Just wanted to bring this up again. If I can do some tests to find the reason, let me know
-
Have a version with servo signals (called it 20201105) and the current version (20220204) with no servo signals. Have no SERVO_TIMER_NUM in configuration.hIn both versions the Lines in Repetier\src\boards\STM32F4\HAL.h with #define xy_TIMER_NUM z ar…
-
Tried some more variations in the current version:- used platform versions STSTM@8.1.0 (original 14.1.0) -> no servo signal- used platform versions STSTM@11.0.0 -> no servo signal- used Servo pins PD14 and PD15 -> no servo signal- used Serv…
-
As far as I know, the only difference between a 12V extruder and a 24V extruder ist the hotend heater cartridge. So it should be possible to just get a 12V heater cartdrige and replace the 24V heater cartridge.
-
@joule5: Does your problem still exist?One year ago I built a cartesian test sample using Rumba32 and BLTouch, where BLTouch worked as Z-Min sensor. The project will possibly be continued the next months. If it helps I can dig into my documentation…
-
Thank you very much for the quick reply and your hint, that really helps. I plan to mod it in like this: start the loop with iy=0inside the loop: if iy !=0 probe and safe value in matrix if iy =1 copy the result also to the matrix ro…
-
I forgot to mention: V1.0.4
-
Thank you very much. That helps with the decision!
-
Have been playing a while with these parameters with my cartesian printer and BLTouch. What I found is: Z_PROBE_BED_DISTANCE stored in Eeprom named Min Nozzle Distance is the starting Z position used only for probing/levelling (G30, G32), it is no…
-
Thank you very much for the explanation. Of course this is OK for me, despite some steps may take more time. Just for having heard the use case: The bed is not motorized, just 3 mechanical screws. I used G29 and its log output of the three height…
-
Two weeks ago I had the same problem.In the meantime there were some modifications in Offset Handling.Try latest version from github.
-
The offset value are usually stored in the EEPROM of the controller. I'm using Repetier Host or Repetier Server, with both all EEPROM parameters can be listed and edited.
-
Found 2 issues (in my mind ;-), which I will add in github, which I hope is your preferred way. Is it? The different sign of probing offset and tool offset could not yet be reproduced. I will still try to reproduce, may be something with preventing …
-
In final setup E0 will be at 0/0, E1 at -40/0 and ZProbe at -20/35. The unusual values are a result of several tests because of some for me unexpected behaviour I'll add some debug information and will report.
-
Oh, I saw the title could be misinterpreted.Should be something like ...Problems with offset Values of Dual Extrusion & BLTouch
-
@ karl_ranseier Are you aware of the so called EEPROM trap? You'll find it several times here. Every parameter, which…
-
Perfect, now it works!Thanks for your quick answer!
-
Regarding ""USB VID or PID not specified"": For using version ststm32 V8 repetier need to perform some modifications first.In the meantime, I went back to version 6.1.1 and this compiler error did not happen. Regarding version 1.0D and the resistor:…
-
Also have an AUS3DE Rumba32, mine is Version 1.0.3e and uploading works. By the way: V1.0.3e needed a mod, see https://github.com/Aus3D/RUMBA32/issues/34The error results in having no single flash. It works after the mod. Newer versions don't need t…
-
In the mean time, downgrading the STM32 library from v8 to V6.1.1 helps avoiding the USB vid error. (Trying to get Rumba32 working for a Cartesian dual extrusion printer with BLTouch)
-
Thanks for the quick reply! Could you please name the 32 bit board(s) you are using/testing?
-
Thanks for your reply!Updating to V1.0.4 would be a big job for me since I did several changes, most of them for BLTouch implementation, which are working really fine now. And in V1.0.4 there are a lot of just format changes like line feeds, which m…
-
Also check the distortion positions specified in configuration.h. Are the min and max positions really reachable ba the print head.If the sensor ist 30mm to the right of the hotend and the min probing position is 10, the hotend must be able to reach…
-
Have the BLTouch. It may be, that the pin does not go down fast (or far) enough and "thinks", the trigger position is reached again and the pin is pulled up again. The BLTouch pin is made of metal any is probably heavier.Also think, that the distanc…
-
Now my printer is back, a damaged bootloader of atmega2560 was the problem. Thanks for your help, Repetier! But all I tried without success and the way it worked for me might be interesting for others: What I didn't get to work: 1) following http…
-
Thank you for being active also on easter sunday! I'll follow your recommendations and will report afterwards. Regarding the firmware update feature of repetier server something went wrong. Since I want to understand what has happened:What I did:co…
-
Thanks for your quick answer!I tried many times to power off/on and install firmware from arduino environment. At Rumba Board, just the Tx LED is flashing one per 10 seconds, also LCD Display shows nothing. Therefore I think, the bootloader is damag…
-
The Problem is, that the Print heas including BLTouch needs to be lifted faster after the first measurement.When the the needle is releases the second time, it does not reach its outer position (it bumps into the bed) and an error ist created (red b…
-
So if those commands are working: M340 P0 S1500: Probe End --> Needle up M340 P0 S1800: Self test start --> needle up/ down in endless loop and M340 P0 S700 does not, try M340 P0 S650 or M340 P0 S750 or even 800 This would help if your…