Problems drawing a 10cm line
- This topic has 2 replies, 2 voices, and was last updated 4 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Shop › Forum › Makelangelo Polargraph Art Robot › Problems drawing a 10cm line
Hi,
When I drive the machine to draw a 10cm line I get a 12cm vertical and 6cm horizontal.
To fix this I’ve tried:
-Triple checking the machine measurements. The width is measured from the centre of the shafts. Height is from the shafts to the bottom of the board.
-adjusting the machine width in the software +/- 5mm.
-Raising/lowering the home position
If I hit the ‘boarder’ button the pen goes straight up, way above the limits of the board.
If i jog the motors, “in” moves pen towards the motor, “out” moves it away.
I’m using software 7.23 & firmware 9.2 with a Mega+ramps (no endstops).
In robot_polargraph.h I changed machine hardware to Makelangelo 3 & changed the motor steps to 200
In configure.h I change the board to ramps & degrees per step to 1.8.
Microstepping is set to 16 on the ramps.
Machine is 515mm wide x 600mm high.
What else am I missing?
Thanks!
Um…
Hi Dan, thanks for you input & time
1 & 2. Using the manual driving section in the Makelangelo GUI, gcode output is:
G0 X100.000 Y0.000 = moves right 6cm.
G0 X-100.000 Y0.000 = moves left 6cm.
G0 X0.000 Y-100.000 = moves down 12cm.
G0 X0.000 Y100.000 = moves up 12cm
after jogging each motor in & out they always return to the same point.
measured & drew centre line on board to ensure home is centred.
Is it possible that my machine is just too small? I know there is a “golden triangle” area for optimal drawing and this machine is only 515mm wide.