-
Notifications
You must be signed in to change notification settings - Fork 69
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
case-insensitive lasertags + more passes #56
base: beta
Are you sure you want to change the base?
Conversation
The js code looks up color hex codes in a case-sensitive dict.
I actually have a different take on this. I don't like that the laser power level and the "pass" are so tightly I don't think it takes much time for the system to switch power levels, So why have to etch absolutely everything before you cut anything? Certainly there are cases where cut order is important - but the cost In my case, where I make a lot of small objects in one 3 hour long This would be AMAZINGLY useful both in time savings and practicality. So IMHO, the better approach would be to continue to tie power levels Obviously, to take advantage of such a change would require changes The "lasertags" system is, IMHO, a poor choice. It assumes that the That's OK if you're going to design it, cut it and then toss it aside - What I'd prefer is some kind of persistent per-lasersaur configuration I could have entries for 3mm, 6mm and 12mm plywood, 3mm and 6mm acrylic, Each lasersaur would have a separate configuration file - and the same If I used the lasertags (which I don't) - I'd have to go through over 1000 So, sadly, lasertags are 100% useless for everything I do...and I don't -- Steve. Martin Renold wrote:
-- Steve |
I hardly have any laser experience yet (fresh build in Winterthur, Switzerland). But assuming that parts don't move after they are cut free but before they are etched, I agree that order should not be hand-crafted but optimized, either to the goal of finishing parts as soon as possible, or to the goal of minimizing head movements. Concerning this pull request, the changes are absolutely trivial and there is currently no other way to create a laser power test sheet (that I know of). While we may want to discourage people from (ab)using Lasertags, I see no reason to keep the artificial limitation while there is no alternative. For this specific use case (power test sheet) you probably really want to specify a fixed order from low power to high power. |
Allow uppercase lasertags. It's easy to workaround this, but only once you figure out what the problem is...
And increased the max. number of passes (useful for power calibration files, and I see no reason for the low limit).