daid
daid
It's the result of the Z hop feature, that confuses the viewer and makes it use incorrect assumptions about the layer height.
I understand the concept, but I'm not sure if the "race check" is the right way to distinguish. Maybe there should just be a slightly different link you can share...
yeah, something like https://ladxr.daid.eu/latest/?locked#hsHITWRl would be nicer. The short string in the hash should be things that effect generation, not the page.
Most likely if your infill is 100%, it's not actually infill, but something else, top/bottom thickness? Wall thickness? Start off with default settings.
The max baudrate on the UART of the ATMega2560 is 1MBit with the 16Mhz crystal. (This actually puts the divider at 0, running the UART as fast as possible). See...
Normally, yes, that 5-7% is a big problem. But, the USBSerial on the ArduinoMega2560 is also an AVR (the ATMega8A), using the same type of UART, with the same offset....
http://pastebin.com/Uv9JiKMj This is part of the code from the linux serial library I use. If it can find TCGETS2 it will use that to configure any baudrate you want. Else...
Also depends on start heatlh setting...
The LA select glitch goes against the NoWWOoB ruleset that is the core of the logic.
Untested, but I think if you set the byte at `02:6106` to `00` it might allow the select glitch. If you use an hex editor instead of a debugger, that...