-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cetus ROM 6.14 support #50
Comments
Hi. I found a way to fix it: In up3d.c change:
to
And
to
And voila!
|
Hey etet100, I've compiled from source, following your specifications, but whilst running up3dinfo, im getting some strange errors. Here's my output:
Could you help me at all? Thanks. |
Hi. I overlooked this:
Not enought space for 9 sets. Change it to 9 or 10. |
Hey, I tried, and now upinfo works! great!
Then, after commenting it out, the light goes red, and the print bed slams backwards. Any help? |
Personally i think it's a waste of time. Project seems to be abandoned quite long time ago. I't very hard to analyze all these packets and protocols. I'm working on alternative cpu board. It's very cheap (4$ maple mini board) and it's running open source marlin firmware. |
@etet100 why don't you look at already existing cpumod board with nxp that runs smoothieware, marlin is crap, this is way better solution, the board already exist, you can improve on it if you wish.. the pinout and everything is exposed, you can see my images on up3d forum with pinout of the extruder board and config of all the pins on the "cpu board".. |
It's a shame to hear how dead all of this is. I was working with the cetus3d on linux and just really desperately wanted a way to print with it, instead of having to buy some stupid windows laptop to run up studio. I got one with me, so I guess it's alright, just wish there was some decent support. |
well the latest version of "studio" software support import of the g-code so you in theory can use original electronics with any of the g-code generators (craftware, s3d, slic3r, cura...) these days so it's not that important to change the electronics.. tinyfab cpu board with few minor changes would be superb solution imo |
I know i can import g-code. There is a reason why i used it only once. And i still think that cheap stm32 board is a nice project. I don't know what is so great about tinyfab boards. |
never tried it myself (gcode import) as it was added way after i replaced the board tinyfab is nothing special, it's smoothieware that's awesome |
Hooked up an old laptop with a pentium in it that I was never going to use, cored out a cupboard, put all the components into it. I now teamviewer into that laptop. There's a viewing port from one of the cupboard drawers, and the other to remove the machine, like a cupboard server rack. It has an arduino controlling automatic lighting for whenever I open it, and is fairly quiet now. |
looks like there were some firmware changes in the latest cetus 3D model.
I tried to comment out that check with the result of the printer slamming its bed against the upper limit.
Also I get some interesting output from up3dinfo
./up3dinfo UP 3D PRINTER INFO: TypeID:2710 Serial:1 ROM:6.1400 Model:Please update your app U1:1.00 U3:1 U4:102 U7:100 Max-X:-180.000000 Max-Y:180.000000 Max-Z:185.000000 Steps/mm-X:160.000000 Steps/mm-Y:160.000000 Steps/mm-Z:160.000000 Steps--A: 10.000000 Print sets: 1 U2:0.00 U3:0.00 U10:0.00 U11:0.00 U12:0.00 U13:1.00 Set#0 Name:"Set 05" ND:0.00 LT:0.00 SW:0.00 ST:0.00 HW:0.00 HS:0.00 HL:0.00 XW:0.00 XS:0.00 XL:0.00 SV:0.00 HV:0.00 XV:0.00 JS:0.00 SZ:0.00 HZ:1.00 SZ:0.90 FZ:0.12 O1:20.00 O2:6.00 O3:1.00 O4:3000.00 O5:6000.00 O6:6000.00 U1:0.00 U2:0.00 U3:0.00 U4:0.00 U5:0.00 U6:0.00
I'm willing to work on this but haven't quite figured out yet where to start.
Some more info:
I enabled
_DEBUG_IN_OUT_
cetusCommLog.txt
the problem seems to be here:
The text was updated successfully, but these errors were encountered: