-
Notifications
You must be signed in to change notification settings - Fork 12
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
I have a Dremel 3D40 and I'd like to contribute #60
Comments
Thanks for sharing that - I will take a look when I get a chance. Any help is welcome, especially around testing and debugging issues! What set up are you using - OctoPrint/Dremel Digilab on Windows/Mac/etc? |
I am using Linux on my main PC and trying to use OctoPi on a Pi3 to use my Dremel 3D40. It's not cooperating so far so I wonder if there's anything I can do to help as I didn't find any information on this setup online.
Oct 28, 2020, 19:54 by [email protected]:
…
Thanks for sharing that - I will take a look when I get a chance.
Any help is welcome, especially around testing and debugging issues! What set up are you using - OctoPrint/Dremel Digilab on Windows/Mac/etc?
—
You are receiving this because you authored the thread.
Reply to this email directly, > view it on GitHub <#60 (comment)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/AKEWIHE4TRW2TH5HFG2UUT3SNBZIZANCNFSM4TCNZY6Q>> .
|
I'm assuming that you installed this plugin already - what exactly is happening? Are you able to connect to the printer using OctoPrint? If you have not already done so - turn on debugging for the plugin as it will generate a lot of messages that should help diagnose most issues. |
The plugin is installed and enabled and I can move the print head manually but when I start a print, the bed seems to move downwards instead of upwards (it is already as low as it can be), so I have to stop the print
Oct 28, 2020, 20:20 by [email protected]:
…
>
> It's not cooperating so far
>
>
I'm assuming that you installed this plugin already - what exactly is happening? Are you able to connect to the printer using OctoPrint? If you have not already done so - turn on debugging for the plugin as it will generate a lot of messages that should help diagnose most issues.
—
You are receiving this because you authored the thread.
Reply to this email directly, > view it on GitHub <#60 (comment)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/AKEWIHBMYDSI76KIT52W7SDSNB4KDANCNFSM4TCNZY6Q>> .
|
Where do I look to turn on debugging for the plugin?
Oct 28, 2020, 20:20 by [email protected]:
…
>
> It's not cooperating so far
>
>
I'm assuming that you installed this plugin already - what exactly is happening? Are you able to connect to the printer using OctoPrint? If you have not already done so - turn on debugging for the plugin as it will generate a lot of messages that should help diagnose most issues.
—
You are receiving this because you authored the thread.
Reply to this email directly, > view it on GitHub <#60 (comment)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/AKEWIHBMYDSI76KIT52W7SDSNB4KDANCNFSM4TCNZY6Q>> .
|
Found it
Oct 28, 2020, 20:20 by [email protected]:
…
>
> It's not cooperating so far
>
>
I'm assuming that you installed this plugin already - what exactly is happening? Are you able to connect to the printer using OctoPrint? If you have not already done so - turn on debugging for the plugin as it will generate a lot of messages that should help diagnose most issues.
—
You are receiving this because you authored the thread.
Reply to this email directly, > view it on GitHub <#60 (comment)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/AKEWIHBMYDSI76KIT52W7SDSNB4KDANCNFSM4TCNZY6Q>> .
|
I just made it separate section for it in the README |
Here's a fresh log (deleted all the old ones, restarted printer, then restarted octopi and attempted a print): |
When you say it doesn't work, can you describe what is happening? I see that the status messages sent by the printer are different from the other printers, so that is potentially an issue. However, it does look like you are able to connect to the printer and start a print - then you cancelled the print? |
When I hit print, the z axis motor activates and appears to be trying to pull the bed downwards and since the bed is already at the lowest point, it just makes a horrible noise and worries me that I might strain the motor
Oct 28, 2020, 21:07 by [email protected]:
…
When you say it doesn't work, can you describe what is happening?
I see that the status messages sent by the printer are different from the other printers, so that is potentially an issue. However, it does look like you are able to connect to the printer and start a print - then you cancelled the print?
—
You are receiving this because you authored the thread.
Reply to this email directly, > view it on GitHub <#60 (comment)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/AKEWIHAV3H2PZJY6W4QO25LSNCBZVANCNFSM4TCNZY6Q>> .
|
I just noticed the undervoltage messages though from octopi ... I will try and find my official rpi power supply and get back to you ... I thought the one I was using had enough juice
Oct 28, 2020, 21:07 by [email protected]:
…
When you say it doesn't work, can you describe what is happening?
I see that the status messages sent by the printer are different from the other printers, so that is potentially an issue. However, it does look like you are able to connect to the printer and start a print - then you cancelled the print?
—
You are receiving this because you authored the thread.
Reply to this email directly, > view it on GitHub <#60 (comment)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/AKEWIHAV3H2PZJY6W4QO25LSNCBZVANCNFSM4TCNZY6Q>> .
|
Ah ok, I'll take another look at the log and see why that might happen - sounds as though it did not finish homing (G28). You can test homing by issuing the G28 command directly in the OctoPrint terminal tab. Are you using a file that was created using Digilab or some other slicer? |
I sent G28 and it was received ok but no movement.
The file was sliced using regular Cura v 4.7.1
Oct 28, 2020, 21:20 by [email protected]:
…
>
> When I hit print, the z axis motor activates and appears to be trying to pull the bed downwards and since the bed is already at the lowest point, it just makes a horrible noise and worries me that I might strain the motor
>
>
Ah ok, I'll take another look at the log and see why that might happen - sounds as though it did not finish homing (G28). You can test homing by issuing the G28 command directly in the OctoPrint terminal tab.
Are you using a file that was created using Digilab or some other slicer?
—
You are receiving this because you authored the thread.
Reply to this email directly, > view it on GitHub <#60 (comment)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/AKEWIHHA62CWY7GIFF2OKUTSNCDKZANCNFSM4TCNZY6Q>> .
|
if you try: |
Send: G28 X Y Z |
Did it move at all? |
Sorry I had to go out for a bit; no nothing at all |
If i manually raise the bed to half way then the X axis seems to try to go in a direction that isn't possible. When the printer is idle, the extruder is on the right of the X axis and it seemed to try to go right Is there a setting to invert the axes? I found a setting in Printer Profiles//Axes that says: "Please define the maximum speed/feedrate of the individual axes and whether their control should be inverted or not. " I've tried inverting them/not and it doesn't make a discernable difference |
Hello. Isn't the USB stick accidentally connected when you connect the Octopi? My Dreamer NX behaves strangely when the SD card is in the printer and I want to print via Octopi. Just remembered reading the post. |
Thanks, I tried it without the USB stick and it still behaves the same; it seems like at least 1 axis is inverted ... changing that setting in the printer profile though only seems to affect manual control |
Typically it is the Z axis that is inverted. But that setting is just for the purposes of the "Control" tab on OctoPrint which uses relative positioning - ie if you press the "up" arrow and it goes down then you need to go into the printer profile and set the Z axis to be inverted. What is happening when you use the controls in the "Control" tab is the printer is being sent Relative (not Absolute) positions - eg move the X axis to the right 10 steps would be |
I am concerned that sending If G28 does not work then you will only be able to print using OctoPrint by uploading files using the "Upload to SD" button. |
Thanks for your replies, that makes sense regarding the manual controls. The home button doesn't work as you guessed.
I have tried using "upload to SD card" and sometimes it works but I noticed that when I ask the interface to only display files on the SD card it doesn't display anything and the only file there is only visible when I set it to show all files. At other times uploading to SD card fails with the error "Uploading to SD card failed: Printer is busy", or something like that *even after rebooting OctoPi and the printer.
I have a print on at the moment so I can't check the exact error messages but it will be done in about an hour and a half
Oct 29, 2020, 23:16 by [email protected]:
…
I am concerned that sending > G28> to the printer using the terminal window has no effect. Presumably hitting the 'home' buttons on the "Control" tab also have no effect?
If G28 does not work then you will only be able to print using OctoPrint by uploading files using the "Upload to SD" button.
—
You are receiving this because you authored the thread.
Reply to this email directly, > view it on GitHub <#60 (comment)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/AKEWIHGTTUMSRR4PDD34XQDSNHZTVANCNFSM4TCNZY6Q>> .
|
Unfortunately the older printers do not provide a list of what is on its SD card, so I stopped sending the request to the printer (I doubt the 3D40 supports it either) so you will not see that information in OctoPrint. It's really rather frustrating it does not work. I would be interested in seeing a log file of what happens when you upload to the SD card and get the printer is busy message. |
I'll try it once this print is done
Oct 30, 2020, 00:42 by [email protected]:
…
Unfortunately the older printers do not provide a list of what is on its SD card, so I stopped sending the request to the printer (I doubt the 3D40 supports it either) so you will not see that information in OctoPrint. It's really rather frustrating it does not work.
I would be interested in seeing a log file of what happens when you upload to the SD card and get the printer is busy message.
—
You are receiving this because you authored the thread.
Reply to this email directly, > view it on GitHub <#60 (comment)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/AKEWIHGNZIJIOL3HNL4NQG3SNIDVRANCNFSM4TCNZY6Q>> .
|
Log: |
Ah I see the problem. The status reporting in response to the M119 command is quite different from the other printers I have looked at, so the code is not able to tell what state the printer is in when it connects (printing/idle/etc) so it thinks the printer is not ready for an upload. |
Is there anything I can do to provide more information to go on? |
I made a branch with some code to try to accommodate the response from the Dremel. You can test it by loading it into OctoPrint:
Try uploading to SD and then put the octoprint.log file in here. |
Thanks! I will try it as soon as the current print is done. Do I need to disable the original plugin first? |
It will just replace the original code since it has the same name. The version number is the same so next time there is a release the plugin should automatically be updated without a problem. |
Thanks, I haven't had a chance to try it out yet because I've noticed that the prints [via the usb stick not via octoprint or this plugin] that I have been printing which had an M3 aperture (self tapping) no longer hold the screw. So far as I can understand, I haven't changed any settings so I am worried that the times when I was trying to get this working and the machine was going VRRRRRRRRRRRRRRRRRRRRRRRRRRROOOOOOOUUUUUWWWWWWWWWWWW might have stretched the belts, so until I can figure out how to get the machine back to how it was(or remember a setting that I might have changed), my input is not going to be useful As soon as I get the printer back to how it was I will get back to you |
Oh that's not good. If you feel the belts do they seem loose? Maybe print a calibration cube or cylindrical column? |
I can only really access the X belt at the moment and it seems fine, I need to take the thing apart to check the others as they are sort of hidden by the case design. Had to order some long security torx bits so I'm waiting for those before I can have a proper look. Hopefully it's as simple as just the belts ... I do have spare stepper motors around too though. |
Just tried to install your new code ... I forgot that I am still using a weak power supply on the pi so I will have to find a better one as it's refusing to install due to the pi being throttled. I will try to find a better one today and try again. I'm sure the printer will be fine once I can get a proper look at the Y and Z belts. I think it's most likely that a screw has rattled loose the more I think about it |
Can you upload a log file - it might give some clues. Pretty odd that a file created in Digilab would not work if you were able to upload it using OctoPrint and the printer started printing - once the file is uploaded and the print starts, the plugin should not have any effect on the printer unless you hit cancel or pause. |
Sorry, I should have clarified my edit. Both Digilab and normal Cura seem to successfully home the printer, cause it to auto calibrate, heat the head, then act as if the print has been made after not having printed anything. I assume that this means that it registers something but the gcode is not being uploaded. I'll erase the old logs and upload a fresh one |
Before it says error starting print there is something that says streaming failed but it disappears before the above. Just had to type that as it happened otherwise I might omit it due to concentrating on other things Now the nozzle it heating and its about to move the bed up then end the print without printing |
And now when I try to save the log through the Octoprint UI, Firefox gives me this error: "/tmp/mozilla_g0/27Vbo+nI.log.part could not be saved, because the source file could not be read. Try again later, or contact the server administrator." The Octoprint UI says it's 20kb but Mozilla says it's ~900kb before not allowing me to save it. Where can I find it on the filesystem? |
sorry for the delay in getting back to you. It looks like something went wrong at completion of the file upload - though I cannot tell what. It does not respond to the M29 (file transfer complete) command and then does not respond to a subsequent status request which makes me think the printer is stuck in some state - did you notice anything displayed on the printer screen, like "file error". One thought is the the file name is awfully long: there is not indicatio |
No problem; I'll try with a shorter filename and check the screen |
I used a file called "hub.gcode" this time; same results as before and no error messages on the printer screen. |
Looks like I need to add some code to shorten the name. |
Any progress with this? |
I've resolved the physical issues with the printer; the vibrations had just loosened the nut securing the bed slightly so it only needed tightening. Did you get anywhere with the code to shorten the name? Or could you direct me where to look? Thanks |
I have a Dremel 3D45 but I see that it has been a while since this originally posted. Is there still any interest in the development of this? |
I still have interest in this
Dec 7, 2021, 02:38 by ***@***.***:
…
I have a Dremel 3D45 but I see that it has been a while since this originally posted. Is there still any interest in the development of this?
—
You are receiving this because you authored the thread.
Reply to this email directly, > view it on GitHub <#60 (comment)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/AKEWIHBGUR6K4EVNYCFZLIDUPVXQZANCNFSM4TCNZY6Q>> .
Triage notifications on the go with GitHub Mobile for > iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>> or > Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>> .
|
Hi,
I have a Dremel 3D40 and I'd like to contribute to getting this machine to work with this plugin.
I obtained the source code for Dremel's version of Cura from Dremel/Bosch europe and put it up here:
https://gitlab.com/number-g/dremel-digilab-3d-slicer-1.2.3
Not sure how useful that is or where to look for useful things but there it is.
There was also another folder in the archive called "curaengine" which also seems to be a git repository but I am not really familiar with git so I couldn't figure out how to upload it to gitlab ... I think it was still somehow configured to use their in-house git instance. I've uploaded it here (but the link will expire in 30 days):
https://easyupload.io/jxd6ng
Please let me know if this is of any use and how I can help. I have plenty of time.
Cheers
The text was updated successfully, but these errors were encountered: