-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
Layers #1826
base: master
Are you sure you want to change the base?
Layers #1826
Conversation
vniacob
commented
May 16, 2022
- Three working layers implementation with different color on preview panel.
- Three different loop Count for every layer
- Fast enabling layer control
- Fast queue and reopen of the last file through buttons
… panel. - Three different loop Count for every layer - Fast enabling layer control - Fast reopen of the last file
looks fine! leave me a few days to review and test (I'm away for job) |
there might be a problem in GbrlFile "list" concurrent modification, sometimes it throws exceptions, but my C# knowledge does not let me fix it... |
The point is in line 1304 of GbrlFile, maybe should I use a clone of list[i] before get the enumerator? |
Hi, I am currently busy on business. |
I tried the code, without having time to go and look under the hood. It seems like a good solution but I could not verify that the system is consistent with the rest of the project. What I mean:
I've seen happening that probable multithreading problem you were talking about, but I don't have time to look at it right now. Unfortunately I can only dedicate half a day every 2/3 weeks! |
- Saving as GCODE (fast e not) - Now estimated time update correctly on loop and abilitation modification
Ok, checks carried out:
|
Any news for this request? |
I found a bug... :( LaserGRBL_BKIoQnv856.mp4 |
Can i add this to LaserGRBL by myself ? |