Forum

Welcome Guest 

Show/Hide Header

Welcome Guest, posting in this forum requires registration.





Pages: [1]
Author Topic: quite please
dickholmer
Beginner
Posts: 39
Permalink
Post quite please
on: February 9, 2015, 11:41
Quote

good morning,
finally I got my polargraph running. it is a RAMPs 1.4 board with old spare parts of a 3d printer project; the belts are really not the best choice. the first question I have is if there is the possibility to make the whole machine a little bit quiter. the steppers are beeping after (or before) every comand pretty loud which is really anoying.

kind regards and happy drawing

thomas
Image

sandy
Administrator
Posts: 1317
Permalink
sandy
Post Re: quite please
on: February 9, 2015, 11:48
Quote

Good work, glad it's moving at least 🙂 Noise is a tricky thing. If you have it hanging six inches in front of your face, you will find it hard to make anything quiet enough to be comfortable. On the other hand, beeping is an unusual thing for a stepper motor to do. Tune your stepper drivers - you might find you don't need as much power as you used to for the 3d printer. The movement of the Polargraph is designed to be much less sudden than a 3d printer, so you don't need to be able to produce as much torque.

sn

dickholmer
Beginner
Posts: 39
Permalink
Post Re: quite please
on: February 10, 2015, 21:31
Quote

good evening,
i am struggeling with the controller 🙁 render pixle works, but when i try something else (vector or trace) i always receives the error message: this point falls outside the area of the machine. skipping it. what am i doing wrong? is there something like a tutorial for the controller (not the one from instructables). right now I only can make black/white Pictures by Lifting the pen 🙁
cheers

thomas
Image

sandy
Administrator
Posts: 1317
Permalink
sandy
Post Re: quite please
on: February 10, 2015, 22:28
Quote

Errors about points being outside the area of the machine are to do with a conflict between the size of the machine you have specified in your controller, and the size of the machine you have specified in the real world. Basically you haven't uploaded your machine spec.

Do "upload machine spec", then "set home" then "move direct" to test this.

sn

dickholmer
Beginner
Posts: 39
Permalink
Post Re: quite please
on: February 14, 2015, 20:59
Quote

hello and good evening,
things moving, not sure in which direction. but they are moving 🙂 i updated my "hardware" and i am pretty happy with the drawing Performance for a first mock up of the machine. my big Problem is to generate the path. i receive for example the message:

not possible to express any Detail.
max waves for pensize nan, grid: 360 is 1
rowsize in mm: 5.55, mmPerStep: 0.02, so rowsize in steps 360

the pen makes all the moves it should do, but does not create dark/bright areas.

many thanks in advance

thomas
Image

dickholmer
Beginner
Posts: 39
Permalink
Post Re: quite please
on: February 15, 2015, 10:33
Quote

ok, i think i got it. it was related to the pen size i think. now i try with pretty big grid size and a black-to-whith Gradient to get a better understanding of the separat Parameters. maybe i can share my first Picture in a while 🙂

thomas

dickholmer
Beginner
Posts: 39
Permalink
Post Re: quite please
on: February 17, 2015, 09:39
Quote

OK...still room for improvement 🙂 current problem is that the left stepper sometimes make funny things and "looses" some steps (or make some too much). what I tried is to outline the area to correct all the size settings. but always on the right upper corner the left stepper suddently moves about 10mm in the wrong direction. after that everything gets bended and the home point is fare away from where it should be.

hopefully i can find some time this evening to investigate what is going wrong 🙂

findings until now:

- the belts work fine, just make sure you have these little swivel things in place
- use counterweights
- thing big, try something big first (big grid, big and simple picture and built a not to small machine)

thomas

Image
Image

dickholmer
Beginner
Posts: 39
Permalink
Post Re: quite please
on: February 19, 2015, 20:01
Quote

good evening,
what does the error message "command not parsed" meen?
cheers
thomas

sandy
Administrator
Posts: 1317
Permalink
sandy
Post Re: quite please
on: February 19, 2015, 21:38
Quote

Exactly that, the command wasn't parsed by whatever tried to parse it. Maybe one of the parameters was malformed, or there were the wrong number of parameters, or something like that. That's the generic answer.

sn

dickholmer
Beginner
Posts: 39
Permalink
Post Re: quite please
on: February 22, 2015, 10:11
Quote

hello sandy,
first of all i really appreciate what you are doing. great work and great support! I almost finalized my first machine and I dont know why but now it is working very nice. only issue left is that after every command the red led on the aduino flashes, a black "rowsize..." message appears in the Controller and the left stepper makes a loud BEEP. which is really annoying.
by the way, I wrote you an email because I would like to order a polarshield; or should I just use the shop?
have a nice sunday
cheers thomas
Image
Image

sandy
Administrator
Posts: 1317
Permalink
sandy
Post Re: quite please
on: February 22, 2015, 18:27
Quote

Hello, thank you! That's a neat looking setup too - those concealed motor mounts are very nice indeed. I'm not really sure what to suggest with your beeping. I can only guess that there's some interference between the communications port that's used to send messages back to the controller, and the left-hand motor channel.

Now I couldn't figure out why only those two motor channels worked anyway, and I wouldn't be surprised if the LCD or touchscreen stuff is using the other pins in some peculiar way. To look into this, check the RAMPS pin assignments (https://github.com/MarlinFirmware/Marlin/blob/Development/Marlin/pins_RAMPS_13.h#L20-L52) and do some experimenting with the AccelStepper declarations (https://github.com/euphy/polargraph_server_polarshield/blob/master/configuration.ino#L71-L81) and see if you have any better luck with getting them working than I did.

Next steps would be to strip out the LCD references entirely:

https://github.com/euphy/polargraph_server_polarshield/blob/master/configuration.ino#L141-L148
https://github.com/euphy/polargraph_server_polarshield/blob/master/configuration.ino#L162
https://github.com/euphy/polargraph_server_polarshield/blob/master/lcd.ino#L547-L548
https://github.com/euphy/polargraph_server_polarshield/blob/master/lcd.ino#L590-L604
https://github.com/euphy/polargraph_server_polarshield/blob/master/polargraph_server_polarshield.ino#L379
https://github.com/euphy/polargraph_server_polarshield/blob/master/polargraph_server_polarshield.ino#L384

at least. There's no harm in stripping out any reference to LCD, SD and touch, UTouch, UTFT and dumping the entire lcd.ino file.

Oh I replied to your earlier email last week, but the answer is yes, just buy through the shop - add a note on the order to remind me about any special requirements (eg the LCD screen) in case I forget or don't recognise the order as being attached to a previous conversation.

I've just been in the studio over the weekend, so I have plenty stock again right now.

cheers!
sn

dickholmer
Beginner
Posts: 39
Permalink
Post Re: quite please
on: March 9, 2015, 07:01
Quote

hi sandy,
first of all; the polarshield arrived here in Germany. i uploaded the Firmware and everything looks good (did not connect it to the Steppers untill now).
but I did not give up playing around with my RAMPS board 🙂 the sad Thing is that i was not able to eliminate the beeping. and with every beep the left stepper moves a little bit which you can see slightly on the dot after each pixle. I almost finalized my Hardware, doubled the size and fixed it to the wall (it will be something like alternative to hanging a Picture to the wall because it is more or less in the living room 🙂 ). last Thing is to integrate the electronic and the TFT which is tricky. the Picture below shows the result of about 16h of neverending beeping

grid 25
pen size 0.2 (STAEDLER Pigment liner 0.2)
DIN A3 paper (297 × 420)

except for the little missalignment on the rigt lower corner i am very happy 😀

cheers thomas
Image
Image

DenisM
Newbie
Posts: 18
Permalink
DenisM
Post Re: quite please
on: March 10, 2015, 17:16
Quote

Hi thomas
this is great, good job !
I love the love rendering.
Strange things about the 2 lines misaligned, I have the same issue at home and it was with the weight at the end of the beaded cords, they together hit the edge of the drawing area and the beaded cord jump a step on the push-fit sprockets. I solve this by testing manually test the all drawing area and adjust the weight position.
I am currently thinking on create some small guide for the beaded cords

Hope it can help
Denis

dickholmer
Beginner
Posts: 39
Permalink
Post Re: quite please
on: March 11, 2015, 07:27
Quote

good morning,
i powered up the polarshield yesterday in the evening and after some minor adjustments (the mm per rev. is now the correct and measured value (40mm), with the RAMPS it was only half of the value (20mm)) everything works. and the best is, without the beeping 🙂 so i started a rendering overnight and untill now i am very happy with the result. one thing was better with the RAMPS, the rotation of the steppers is very rough. you can really see the pen and the belts swinging nervous around and the lines are not so accurate. maybe it is related to voltage (15V) or the power of the steppers. i have to change my counterweights because right now i think they are too heavy.

i will Keep you updated and thanks to sandy

cheers
thomas

Image
Image

sandy
Administrator
Posts: 1317
Permalink
sandy
Post Re: quite please
on: March 11, 2015, 13:26
Quote

Hello, looking good there. Do you mean the polarshield is rough, or the RAMPS is rough?

Remember you can use the screw adjusters on the motor drivers to control the current that is sent to the stepper motors. Clockwise sends more, anticlockwise sends less. These drivers are adjusted for the motors I ship my machines with, so they will not be correct for your machine. Adjust them the exact same way you adjusted your drivers on RAMPS in the past.

sn

dickholmer
Beginner
Posts: 39
Permalink
Post Re: quite please
on: March 11, 2015, 16:45
Quote

polarshield is rough, but i did not adjust anything until now. everything really works fine. i had to download the UTOUCH libary once more because with the one in your package the touch function did not work (for whatever reason and surely my fault). agenda is now to reduce the counterweigths and adjust the pololus. so hardware should be fine for the moment, now i try to play around with the software because just rendering JPG is starting to become boring 🙂

cheers

dickholmer
Beginner
Posts: 39
Permalink
Post Re: quite please
on: March 22, 2015, 17:15
Quote

good afternoon,
not much Progress with my polargraph, but trying every free minute to create some kind of art 🙂 I downloaded inkscape, GIMP and StippleGen and tried to get familiar with the programs. first real output is a 5 colour Picture with a lot of room for improvement. but i like it. i choosed variable frequenca and not solid size and started with black. maybe it would make more sence to start with the brigthest colour.

thomas

grid 60
pen size 0,6; edding 1200
paper size DIN A3 (420x300)

Image
Image

Pages: [1]
Mingle Forum by cartpauj
Version: 1.0.34 ; Page loaded in: 0.082 seconds.