Scott Lahteine
Scott Lahteine
If this issue occurs when you try to build with VSCode (not Auto Build Marlin) then it is not an issue with this extension, and this issue can be closed.
There is nothing that Auto Build looks for in your configurations or ini files for hiding unwanted environments. But these come from `pins.h`, so you can edit `pins.h` to prevent...
I haven't got a clue at this time and I'd have to spend some hours to research and figure out the meaning of all the flags shown (and others not...
`tmc_util.cpp` => `monitor_tmc_drivers` => `monitor_tmc_driver` => `report_polled_driver_data` => ```cpp template void report_polled_driver_data(TMC &st, const TMC_driver_data &data) { const uint32_t pwm_scale = get_pwm_scale(st); st.printLabel(); SERIAL_CHAR(':'); SERIAL_PRINT(pwm_scale, DEC); #if ENABLED(TMC_DEBUG) #if HAS_TMCX1X0...
Great! Sometimes I wish we could just import content from that wiki, but linking to those pages from the relevant topics will be a good enhancement.
> Can we get your views on this? My hope is to produce a nice script in Python or Perl that will convert the files `Configuration.h` and `Configuration_adv.h` (and maybe...
For our purposes it would be great if each display has all its pins labeled and documented, with an image that shows how they are numbered and oriented, and then...
UBL has some anomalies with move segmentation that can be solved by enabling SEGMENT_LEVELED_MOVES. And, when "outside" the known mesh bounds there may be a jump in Z with UBL....
Of course all this technical fun is only required if you **must** distribute binaries while keeping the source code concealed. The main concern for me is to stop receiving complaints...
Ironic, but true.