cocktailyogi / EggDuino

Arduino Firmware for Spherebot / Eggbot integration in Inkscape
MIT License
91 stars 138 forks source link

Support for variable pen raising/lowering speed and other fixes #17

Closed Yura80 closed 4 months ago

Yura80 commented 8 years ago
dansche commented 8 years ago

I tried to upload to Arduino with the CNC Board, but i get allways errors:

The Errors are as follows: C:\3D Printer\eggbot one piece\duinomastercnc\EggDuino-master\EggDuino\EggDuino.ino: In function 'void setup()':

EggDuino:125: error: 'makeComInterface' was not declared in this scope

makeComInterface();

                ^

EggDuino:126: error: 'initHardware' was not declared in this scope

initHardware();

            ^

C:\3D Printer\eggbot one piece\duinomastercnc\EggDuino-master\EggDuino\EggDuino.ino: In function 'void loop()':

EggDuino:130: error: 'moveOneStep' was not declared in this scope

moveOneStep();

           ^

exit status 1 'makeComInterface' was not declared in this scope

What do i do wrong ?

Thanks for your help.

Yura80 commented 8 years ago

I've added the missing prototypes. Please try now.

jbabio commented 7 years ago

I've tried this branch and works nice. The only thing you have to take into acouunt is that, if you set servo speed to slow, you'll get "ebb timeouts" when you send commands to raise/lower the pen and this timeouts cause the prints to pause. Those timeouts annoyed me till I identified their reason.

MicDiFebo commented 6 years ago

Hi Yura, I'm struggeling with the servo in eggDuino, I simply cannot move it via serial commands like TP - the serial communication itself works, i get the version-reply on "v" and can move a motor. But the servo refuses to work. I recognized that it is "under fire" means it moves to an initial position when starting up the board and it holds the position when I try to move the servo manually.

I tried differend boards and servos and also wrote a short sketch to move only the servo, which was no problem. Now I become a bit desparate, because I simply have no more idea...do You have one?

Thanks in Advance and Greetz Mic

druckgott commented 6 years ago

Where can I download your updated source as complete file?

jmerc77 commented 2 years ago

found a way to patch eggbot 2.8.5 released in 2021 supplied with axidraw 3.2.0 (zip linked) on windows. works on inkscape 1.1.2.

basically it allows manual port selection in the options tab. I have the modified files if you want to add them: egg bot fix for eggduino.zip

jmerc77 commented 2 years ago

just found out some of the generators etc. did not like inkscape 1.1.2. 0.92.4 works with eggbot v2.8.1 with these fixes: egg bot fix for eggduino.zip