Page 3 of 11

Re: What bugs you the most in SheetCam?

Posted: Wed Dec 16, 2020 10:29 pm
by Jolbas
I have both english and french options in machine type options.

Re: What bugs you the most in SheetCam?

Posted: Thu Dec 17, 2020 6:40 am
by piotr1951
I have bug in few recent patches. When I try to print background became black and I will print black area which I don't want.I'm using 6.1.74 because this version works fine yet.

Re: What bugs you the most in SheetCam?

Posted: Thu Dec 17, 2020 4:30 pm
by Les Newell
Jolbas wrote: Wed Dec 16, 2020 10:29 pm I have both english and french options in machine type options.
That can happen if you run SheetCam in English then switch to French or vice-versa. I'll see what I can do about it.

Re: What bugs you the most in SheetCam?

Posted: Thu Dec 17, 2020 4:30 pm
by Les Newell
piotr1951 wrote: Thu Dec 17, 2020 6:40 am I have bug in few recent patches. When I try to print background became black and I will print black area which I don't want.I'm using 6.1.74 because this version works fine yet.
Thanks for letting me know. I'll fix it for the next release.

Re: What bugs you the most in SheetCam?

Posted: Fri Dec 18, 2020 1:51 pm
by Les Newell
Jolbas wrote: Wed Dec 16, 2020 10:29 pm I have both english and french options in machine type options.
Are you using the Linux version?

Re: What bugs you the most in SheetCam?

Posted: Fri Dec 18, 2020 11:19 pm
by Jolbas
Les Newell wrote: Fri Dec 18, 2020 1:51 pm
Jolbas wrote: Wed Dec 16, 2020 10:29 pm I have both english and french options in machine type options.
Are you using the Linux version?
No it's windows version using Wine on Mac. I don't think I ever changed language to french. I did now and then I got double french version.

Re: What bugs you the most in SheetCam?

Posted: Mon Dec 28, 2020 3:03 pm
by David_Lelen01
Hey Les,

Is there any way you can do something about the negative overcut bug sometime soon? It is one of my top 3 pet peeves of bugs. We found it what seems like over a year ago and its an issue for us almost every day.
Capture2.PNG
Capture2.PNG (99.19 KiB) Viewed 857201 times

Re: What bugs you the most in SheetCam?

Posted: Thu Dec 31, 2020 6:08 am
by tinman13
Don't know if this is a "bugs" item or not but here goes!
Is there a way using looped outside corners with tangent lead-in selected to ignore the loop at the start point? It seems to work with arc lead-in like I think it should but not tangent... or am I missing something?!
Thoughts?
Thanks, Steve

Re: What bugs you the most in SheetCam?

Posted: Thu Dec 31, 2020 5:17 pm
by SeanP
Try it without a overcut, that's probably what's causing that.

Re: What bugs you the most in SheetCam?

Posted: Fri Jan 01, 2021 12:22 am
by tinman13
That worked! I completly overlooked that one, Thanks.

Re: What bugs you the most in SheetCam?

Posted: Tue Jan 05, 2021 4:07 pm
by lumberjack_jeff
It would be very nice if the simulation would highlight the current line of code in the code editor - follow the bouncing ball - so that anything odd could be debugged.

Re: What bugs you the most in SheetCam?

Posted: Tue Jan 05, 2021 4:16 pm
by Les Newell
The simulator isn't running from your code. It uses an internal data format that looks nothing like g-code.

Machines vary a lot. To reliably simulate the code I would have to have a sort of reverse post processor to read the code back and interpret it. The reverse post would be different for each machine. That's an awful lot of work and a maintenance nightmare.

Re: What bugs you the most in SheetCam?

Posted: Wed Jan 06, 2021 7:05 pm
by lumberjack_jeff
It would be nice (if possible and practical) if the tabs as displayed on the screen were centered on the toolpath centerline instead of centered on the source vector. It would serve as a visual confirmation that I'm asking for a cut on the correct side of the vector.
2021-01-06 11_19_26-Window.jpg
2021-01-06 11_19_26-Window.jpg (62.78 KiB) Viewed 857114 times

Re: What bugs you the most in SheetCam?

Posted: Wed Jan 13, 2021 2:54 pm
by SeanP
This just came to me now, don't know if it's possible or not?

When selecting layers it selects wherever the cursor is touching, would it be possible to have the edit start point mode do the same thing, it would speed things up no end if you didn't have to select the layer to edit them all the time.

Re: What bugs you the most in SheetCam?

Posted: Wed Jan 13, 2021 3:23 pm
by Les Newell
SeanP wrote: Wed Jan 13, 2021 2:54 pm When selecting layers it selects wherever the cursor is touching, would it be possible to have the edit start point mode do the same thing, it would speed things up no end if you didn't have to select the layer to edit them all the time.
The problem is that you could have multiple operations on the same layer. Admittedly that probably isn't an issue if you are plasma cutting but it's quite common for milling/routing.