Scott Lahteine
Scott Lahteine
See if this works: ```cpp long L64XX::getMark() { return GetParam(L6470_MARK); } ```
We just did an ad hoc implementation for MarlinFirmware. It's quite small and –dare I say– cute.
🤷🏻 If the library isn't yet able to recognize that STM32 variant, then try hacking it to compile anyways and see if it works.
Do you still like the changes suggested in this PR? As we're trying to get bugs cleared up for the next RC and final 1.1.0 release, it would be good...
@CCS86 I suppose one could get scientific about it, somehow log all the block and step activity, print it out, etc. But of course there's just no way. The RAM...
> I can run the whole firmware as x86 process. Logging wouldn't be hard from that :-) Oh hey, nice! You don't actually have a virtual 3D printer simulator, do...
> Yes I do. Wow. Based on SDL too. Verrry interesting. I've been working on a couple of graphical 3D printer simulators. A [Deltabot simulator](http://www.thinkyhead.com/_delta/) in Javascript (THREE.js), and a...
Hey, just found this as I was going through issues. They tend to pile up! This feature definitely makes sense when using sensorless homing. It should be something we can...
The basic concept of a fan kickstart is quite simple. Apply a minimum power for a minimum time required to get the fan spinning, because some fans won't spin if...
Patches are pending and we'll be reviewing and testing various changes to FT Motion over the coming weeks to make sure it's ready for use at the time of release....