-
Notifications
You must be signed in to change notification settings - Fork 44
Not connecting with new release Umikaze 2.2.1RC3 #204
Comments
Thanks for your report. I'll try to address some points.
I hope that you did not edit the
There is a problem with some Also, depending on how you did the installation, we need to determine if you have the proper |
Yes, please post the |
As to the issue of the missing gcode functionality, the current intent of the development was to attempt to emulate the "Marlin" variety that is commonly used in 3D Printers. However, I don't think that it would be very difficult to make the "language" pluggable and support the version of the gcode language that you describe. Most of the codes and implementation would be identical and the differences can be handled by having alternate dictionaries of implementations. |
Hello Wackerbarth, Finally I went back to the latest 2.1.1 version I've used before and that worked! The reason that I wanted to go to a newer version was that at the ultra low speeds I use (F60) that version would fail after a certain time (a couple of minutes. 2: When running a complete GCODE (look at my first post) than the system would stop at some position, while the terminal screen shows that the GCODE was not completely finished. The GCODES I'm really missing would be M3 (start spindle) and M5 S2024 to set the PWM of one of the mosfets (in preference the hotbed mosfet). Again thanks for the good work, and if I can help and test on my machine then I'll be glad to do so. Roel Jaspers |
Now that I see your local.cfg, the problem is obvious. As to replacing OctoPrint as your User Interface, depending on where you run that program, there are two possibilities. If you run it on the BBB, it can connect to the offered serial port /dev/octoprint_1. Alternately, there is the ethernet connection on port 50000 to which you can connect with a terminal (telnet) or a program that has the capability to make such a remote connection. We have in the pipeline both an enhanced customization of the thermal handling and the idea of adding additional modes to connect to the program. Both of these should make it possible for you to create a better experience for your CNC usage. |
Thanks so much Wackerbarth !!! I'm trying this out this evening and get back to you with the results. Can you tell me if there's a way to not send M105 codes every xxx seconds? Thanks for the good help Roel Jaspers |
The M105 codes come from OctoPrint. They may have an option that will turn them off. But, since a 3D printer needs at least one heater, they may not. I cannot help you with those options because I never use OP for any device that does not have heaters. |
@cyberjunkiefr with regards to your fan configuration segment - from our perspective as developers, this would be considered a bug if it actually worked initially... |
Hello,
I'm still working on my Hotwire 4 axis cnc machine.
I'm using a BBBW with the replicape.
Yesterday I've downloaded the latest umikaze 2.1.1RC3 and installed it on my system.
Everthing went great until I tried to connect, then I've got no connection.
I've seen this before, redeem doesn't connect if there's an error in the CFG file.
But I didn't install my machine cfg yet and I was just using the default.cfg.
So I uploaded my local.cfg file that I used on my working umikaze 2.1.0.
That didn't connect either. I took a look in the journctl for redeem and there where warnings that some things where not found in the default.cfg.
So I took the Default.cfg file that comes with the RC3 and changed the values for my configuration and deleted the lines that I didn't need to change.
Still the same no connection.
I really don't now where to look for and what is going on.
I uploades the log files and also the journalctl for redeem (rja.txt)
I also uploaded the local.cfg that I've used.
I hope someone can help me.
I've been working on my machine for 1.5 year now.
Of cause it works with a simple 30$ MKS base v1.5 but that's not what I want.
When I talked to Elias Bakker concerning my project He told me that the replicape could be used for cnc (5axis) without problem. I still believe the hardware is more then capable.
The combination of BBBW/REplicape is perfect for a standalone cnc controller of quality.
I've tried to put Machinekit on the system, I've got machinekit and machine client running but no way to hook up replicape to machinekit. So I went back to umikaze that was the first thing I've tried as I got the system.
I don't use octoprint but only the terminal and the filemanaer to send gcodes to redeem.
But still I got troubels with homing on 4 axis. finally I got that working (see my post).
Then I tried running the machine. This machine cut's profiles out of foam at a very slow speed (F60). when running a gcode like this:
G90
G1 X600 Y50 Z600 E50 F400
G1 X0 Y0 Z0 E0 F60
Then the first movement will be perfect and precise but the second movement will stop to early.
The position will alwas be X47 Y26 Z47 E26 and M114 will show al axis to zero.
I can run it again and again and always the same.
I've been thinking that meaby a watchdog or timeout problem so I disabled the timeout and the watchdog in my config, but that didn't help.
So I've been thinking that redeem has trouble with the ulta low speeds.
In fact If I run both movements at F400 then I can run it over and over again and everything is perfect.
So that's when I decided to go to the new version hoping this would be solved.
NOT AT ALL.
Redeem might just not be ok for CNC.
It's missing all that's necessary for CNC,, M3, M5, spindel managment, PWM to one of the mosfets with the M5 command.
Take a look at GCODE: most programs (Fusion 360, jedicut, devwing foam, Sketchupetc) that generate gcode for cnc use Fxxx to set speed.
I always have to change the Fxxx to G1 Fxxx.
I believ in the BBBW/replicape combination and if I can help solving the problems and making redeem work with a cnc I will gladly do so.
I have a machine with 4 independend axis that I can use to test anything that you guys want to trown at it.
Maybe I could get rid of octoprint and make a new interface (like Grbl panel view) to interface with redeem.
I would need some more information about how to interface with redeem and how to set up an ubuntu image with only redeem on it.
Thanks a lot for any help i can get
Roel Jaspers
octoprint.log
plugin_redeem.log
rja.txt
serial.log
The text was updated successfully, but these errors were encountered: