Pen Holder
Shop › Forum › Makelangelo Polargraph Art Robot › Pen Holder
Tagged: Pen Holder
- This topic has 68 replies, 3 voices, and was last updated 6 years, 3 months ago by Anonymous.
-
AuthorPosts
-
2018-03-25 at 07:03 #19520AnonymousInactive
>>The TMC2100 input is still full step, 1/2 step, 1/4 step or 1/16 micro stepping externally, but internally it uses Interpolation and generates 1/256 microstepping
This is how is achieves its “quietest Pololu compatible stepper motor drivers” status <<
http://forums.reprap.org/read.php?160,713187,713327#msg-7133272018-03-25 at 17:28 #19529DanKeymastera 200 step-per-turn motor would be 360/200= 1.8 degrees per step. a 400 step motor (like we use) would be 0.9 degree per step.
http://reprap.org/wiki/TMC2100 might also provide more information about how to set the hardware to 256 microstepping to match the software setting.
2018-03-25 at 22:41 #19530AnonymousInactiveMy experiments have shown that 16 steps with 0.9 are right in my case…
The machine is very quiet and does what it should do. ๐
2018-03-27 at 05:43 #19543AnonymousInactiveProblems with the software:
2018-03-27 at 10:31 #19547DanKeymasterHm. I was just about to release an update. I guess I’ll have to investigate. Is there any error in the log.html file?
2018-03-27 at 10:52 #19548DanKeymasterJoram,
– connect robot
– open settings
– change size
– close settings
– DO NOT DISCONNECT
– open settings againare the numbers wrong?
2018-03-27 at 12:13 #19553AnonymousInactiveI’ll do it tomorrow. There is one more thing. I can not write any text, then the machine will pip and do not print.
Tomorrow I will make a clip for you.2018-03-27 at 12:23 #19554DanKeymasterWhen the machine beeps, look at the LCD. it is probably telling you to change pens and click the button.
2018-03-27 at 12:49 #19555AnonymousInactiveYes, it’s the way you say.
2018-03-27 at 12:49 #19556AnonymousInactive1. I open the software.
2. Setting ok, robot 3000/2400mm
3. turn on the machine
4. โBorderโ โ not ok.
5. Setting: robot: 650/1000 ๐
6. Setting to 3000/2400
7. โBorderโ โ ok.
8. โStartโ โ โPiiiipโโฆโฆ. ๐
9. Open File (.svg) โ ok.i am uploading the clip.
2018-03-27 at 13:04 #19557AnonymousInactive2018-03-28 at 09:25 #19561DanKeymasterโ connect robot
โ open settings
โ change size
โ close settings
โ DO NOT DISCONNECT
โ open settings againAre the numbers still wrong? Your last two posts did not answer my question.
2018-03-28 at 14:23 #19568AnonymousInactive>>โ connect robot
โ open settings
โ change size
โ close settings
โ DO NOT DISCONNECT
โ open settings again<<setting/numbers okay.
2018-03-28 at 15:56 #19569DanKeymasterOk, this makes the search area for the bug much smaller. Thank you.
2018-03-31 at 04:14 #19599AnonymousInactiveIf you found some bugs and fixed the program, I would like to check / have the new version. ๐
2018-04-05 at 03:15 #19617AnonymousInactiveHi Dan, I do not know if that helps – when I start the software, the settings are as they should be.
If I press “connect”, the presets are lost and the program does not know how big the Makelangelo 3.2 is and jumps to the settings Makelangelo 5.2018-04-05 at 08:19 #19618VladimirParticipant”
Joram
APRIL 5, 2018 AT 03:15 #19617
Hi Dan, I do not know if that helps โ when I start the software, the settings are as they should be.
If I press โconnectโ, the presets are lost and the program does not know how big the Makelangelo 3.2 is and jumps to the settings Makelangelo 5.
”
I have the same problems …2018-04-06 at 12:27 #19634DanKeymasterI have yet to find the cause of the bug. thank you for your updates!
2018-06-05 at 05:48 #20049AnonymousInactiveHi Dan ๐
I have not used the machine for a long time. โstart at lineโ does not work. ๐ ๐
That’s a big problem for me.
Do you have the intention to offer a new version?2018-06-05 at 06:22 #20050AnonymousInactiveIt is even worse. The program has 669,642 lines.
If I want to start at line 200,000, it will not work.
If I want to start at 300,000, it goes ๐2018-06-05 at 06:23 #20051AnonymousInactiveIf I want to start at line 200,000 or less, it will start at “0”
2018-06-05 at 12:19 #20052DanKeymasterthat’s…. very weird. i’m looking into it now.
2018-06-05 at 12:34 #20053DanKeymaster2018-06-05 at 12:48 #20054DanKeymasterUm…. is your drawing a single line? The code looks for the last pen down command before the line number in question. so if you say “start at 200000” it looks in the file at 200k, then backs up until it finds a pen down command, then goes from there. What I can do is add an option to say “exactly from here” or “last pen down command before this”.
2018-06-05 at 12:57 #20055DanKeymasterSo here’s the challenge…
If I say “start at exactly this line” AND there is no pen down command THEN the pen will go there and wave around in the air until a pen down command is found in the gcode.
Which could create a gap in your picture (missing lines)If I say “start from the last pen down before this” AND your whole drawing has no pen down THEN it will start at the beginning of the drawing.
If I say “add a pen down command here” it might not be what you want! Maybe the first line you asked for exactly is actually not a “draw line” command.
-
AuthorPosts
- You must be logged in to reply to this topic.