-
Notifications
You must be signed in to change notification settings - Fork 30
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
Plotter won't draw more than 300mm on x-axis and 210mm on y-axis #10
Comments
What is your document size set to in Inkscape?
…On Wed, Apr 8, 2020 at 5:51 PM Vortex ***@***.***> wrote:
With other gcode generators I can do it but it after reaching 210mm or
300mm one of the axis wont move
heres my settings
$1 = 25 (step idle delay, msec)
$2 = 0 (step port invert mask:00000000)
$3 = 0 (dir port invert mask:00000000)
$4 = 0 (step enable invert, bool)
$5 = 0 (limit pins invert, bool)
$6 = 0 (probe pin invert, bool)
$10 = 3 (status report mask:00000011)
$11 = 0.010 (junction deviation, mm)
$12 = 0.002 (arc tolerance, mm)
$13 = 0 (report inches, bool)
$20 = 0 (soft limits, bool)
$21 = 0 (hard limits, bool)
$22 = 0 (homing cycle, bool)
$23 = 0 (homing dir invert mask:00000000)
$24 = 25.000 (homing feed, mm/min)
$25 = 500.000 (homing seek, mm/min)
$26 = 0 (homing debounce, msec)
$27 = 1.000 (homing pull-off, mm)
$100 = 80.000 (x, step/mm)
$101 = 80.000 (y, step/mm)
$102 = 250.000 (z, step/mm)
$110 = 15000.000 (x max rate, mm/min)
$111 = 15000.000 (y max rate, mm/min)
$112 = 0.000 (z max rate, mm/min)
$120 = 1200.000 (x accel, mm/sec^2)
$121 = 1200.000 (y accel, mm/sec^2)
$122 = 1200.000 (z accel, mm/sec^2)
$130 = 10000.000 (x max travel, mm)
$131 = 10000.000 (y max travel, mm)
$132 = 10000.000 (z max travel, mm)```
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAVDHY553K43CPDGQSZHL3RLSMPRANCNFSM4MEBESKQ>
.
|
Inkscape document properties are set to |
And if you set it to e.g. 500 x 500 mm? |
Same behavior with 500x500mm, also noticed 500x500_test.svg.zip heres my svg file I also tried this simple gcode to check if $130 and $131 are causing it to stop at 300mm but it travels to x-axis and y-axis travel to 370mm. |
i build a larger Version of the 4xiDraw. And also got the Message: Done: So i reverse engeneered the code to see wher is a limitation of the size. Solution:
PageWidthIn to your physical size. Even if the comment in the file says "The values listed here are ignored when called via Inkscape." !!!!IT´S A LIE!!!!! It matters! If i helped someone, please say "thank you" :D p.s. @bullestock to "Warning: 4xiDraw movement was limited by its physical range of motion. You can change the physical dimensions in fourxidraw_conf.py." Or just put a "dimension" option directly to the plug in options. By the way: is there a way to get the gcode of the drawings output from your plug in? |
@BerndNeuhauser thanks, I've added a section to the README about this. I think if you run the script with the --logSerial option, it should output the G-code. |
With other gcode generators I can do it but it after reaching 210mm or 300mm one of the axis wont move
heres my settings
The text was updated successfully, but these errors were encountered: