profezzorn / ProffieOS-StyleEditor

GNU General Public License v3.0
7 stars 5 forks source link

Loading IgnitionDelay and RetractionDelay get "stuck" #124

Closed NoSloppy closed 10 months ago

NoSloppy commented 1 year ago

There's a long pause when clicking these buttons, and in the Dev tools window you can see it's PARSING over and over and over again. It does eventually stop, but I don't know what the problem is.

NoSloppy commented 1 year ago

It might be something with EASYBLADE?

NoSloppy commented 1 year ago

here's the weird log: https://pastebin.com/aAtfXPpT

NoSloppy commented 10 months ago

*comment moved to correct issue.

profezzorn commented 10 months ago

Also, weird spark in emitter even though power is off. Separate issue?

NoSloppy commented 10 months ago

True.

profezzorn commented 10 months ago

I think the problem is this line: https://github.com/profezzorn/ProffieOS-StyleEditor/blob/89ac231498e5c3c55455fc8e7f4dab1a24a69cef/style_editor.html#L2180

profezzorn commented 10 months ago

Now I just need to figure out why I changed that, if it's required, and/or a faster way to do it. :)

profezzorn commented 10 months ago

So, I removed the DOCOPY(), which speeds things up a lot. Not sure why I put it there, so keep an eye out for any problems that might pop up with macros...