boucz
boucz
same for me... "no printer attached" on screen
I also recompiled the kernel (no change to any file from the git repo, as my board is a v1.2) It now runs flawlessly :) my bin file is 1Ko...
for other versions (not tested) : [BIQU_TFT35_V1.0.10.bin.zip](https://github.com/bigtreetech/BIGTREETECH-TFT35-V1.2/files/3145432/BIQU_TFT35_V1.0.10.bin.zip) [BIQU_TFT35_V1.1.10.bin.zip](https://github.com/bigtreetech/BIGTREETECH-TFT35-V1.2/files/3145433/BIQU_TFT35_V1.1.10.bin.zip)
Hello, I have the same error as @claudjaris but my computer is in french. and running > ```powershell > $directory = $env:TEMP > $fileEnglish = $directory + '\_performanceCounters.English.txt' > $fileLocalized...
I do use : kicad -> carbide3d pcb to gcode (https://carbide3d.com/apps/pcb fantastic free online tool) -> cncjs But I do need autoleveling ;)
As Spoon said you should try to rue-register perf counters following [learn.Microsoft.com](https://learn.microsoft.com/en-us/troubleshoot/windows-server/performance/manually-rebuild-performance-counters) as he suggested. Even if the link talk about server version of os it should work ok for...
here is my config file, 3 axes (jumper shorting the fourth driver), tmc5160 ```yaml board: 4 Axis SPI Daisy name: 4 Axis SPI Daisy arc_tolerance_mm: 0.002 stepping: engine: RMT idle_ms:...
Do you mean TMC2209? If so, you'll have a problem as on this board ESP32 uses SPI to speak to drivers (TMC2130, TMC5160 compatible). TMC2209 are serial drivers, you'll need...
You're right it is UART vs SPI, not serial vs spi ;) SPI is also a serial protocol...