phizev

Results 9 comments of phizev

## Kernel ``` Linux [hostname] 4.13.0-33-generic #36~16.04.1-Ubuntu SMP Wed Feb 7 23:32:33 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux ``` ## Processor ``` processor : 0 vendor_id : AuthenticAMD cpu family...

@skruppy thank you for this effort, I've been happily using this after failing to find a solution myself. I've added a suggestion to the commit with the changes needed on...

@ellensp when/if https://github.com/teemuatlut/TMCStepper/pull/231 and something such as https://github.com/skruppy/Marlin/commit/c53622b1a4f9aa285f70f11759a1cf8bc344d781 land, it'll allow a path to avoid the hard dependency on software serial on platforms that can do it in hardware. I...

@cryptoAlgorithm > Regarding the dependency on the software serial library, wouldn't features such as switching from spreadCycle to stealthChop require the TMC library as well? Doesn't that mean it already...

@thisiskeithb the software serial library used by the TMC library is incompatible with ENDSTOP_INTERRUPTS. This means Marlin has to constantly poll when ENDSTOPS_ALWAYS_ON_DEFAULT is used with TMC2209's on AVR, and...

@timwood I've been using workaround Ansible tasks on Ubuntu 18.04 for this for a while, this should also allow the server to make HTTPS requests to itself without having to...

@psyborg55 I think you may be correct. The [JEDEC DDR2 standard](https://en.wikipedia.org/wiki/DDR2_SDRAM) has it's operating voltage at 1.8v. The datasheet [A3R12E40C**B**F-8E](https://openwrt.org/_media/media/datasheets/ram/datasheet_38_2013-09-17_13-13-07.2_zentel-20130911.pdf) (I could not find A3R12E40C**8**F-8E, might just be difficulty reading...

I took a stab at starting to support both 2.x/3.x with behaviour changing by version. It very quickly spiralled out from there, maintaining full backwards compatibility appears to be far...

@almereyda I tried to view the related discord discussion mentioned in your original issue, it appears to be gone, is there a back up, or reference elsewhere?