-
Notifications
You must be signed in to change notification settings - Fork 32
"Welding" mark in cylinder mode #21
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
Comments
I can't see the gcode to be sure, but this looks to me like the slicing doesn't have a constant 2400 velocity -- perhaps perimeters have a speed factor of less than 100%, or printing is slowed for low layer times, or it literally isn't sliced with a speed of 2400mm/min. |
I attached the gcode (it's in between the pictures, with a txt extension). As you can see on the last example (obelisk), it doesn't seem related to slicing speeds. I've looked into the gcode for the obelisk and speeds are constant. I'm attaching it here => |
Ah -- right, didn't see that single line between the images! |
This may take quite some fixing. It breaks the script with use of G0 -- which is easy to fix, it has strange ordering with the feed rate at the front, but only for some lines, which again is fixable, but it also has feed rates all over the place which, until I add code to make it insensitive to speed changes (which I do intend to do eventually), is hard to fix. E.g. this chunk of gcode from the middle of the vase has a speed of 4800 and another of 840 -- neither of which is the 2400 it's expecting :( ;LAYER:108 |
hum... did you look at the obelisk...? |
Not closely, but that too is peppered with different feed speeds. |
I think he found the work-around (switch off combing in cura). From twitter: Patrick Wiatt @PatrickWiatt 23h23 hours ago |
Hi @MarkWheadon , Back to this issue with more information from another user, see his email:
The gcode is attached to this message. Let me know your thoughts. |
On the same case (and same file), the initial message I received from this user (hope this can help troubleshooting):
|
Hi @MarkWheadon ,
Reported by a user, see attached files, they are more relevant than a long explanation.
To reproduce:
perl velPaint -cylinderZ 0 0 100 0 2400 1600 4800 image gcode_source > gcode_destination
jarron spiral grande.gcode.txt
The text was updated successfully, but these errors were encountered: