Daniel Barwikowski
Daniel Barwikowski
> One of the thoughts has been to also exclude those from `winget export packages.json`. > > Would something like that express what you are asking for? Yes, it will...
I was able to install ATC fw. Then wanted to flash BTH_v47 and after that looks like my thermomether is bricked. I've spent already few hours googling and trying different...
'Clear console' renders prompt correctly (Ctrl+L) 
Doesn't work for me ```ps1 $previousOutputEncoding = [Console]::OutputEncoding [Console]::OutputEncoding = [Text.Encoding]::UTF8 try { oh-my-posh init pwsh --config ~/custom.omp.json | Invoke-Expression } finally { [Console]::OutputEncoding = $previousOutputEncoding } ``` Works, when...
what version of firmware? https://github.com/atc1441/ATC_MiThermometer/issues/298#issuecomment-1935557978
I have the same issue on android  This is simple CSS fix. Can you create PR and link it here? Thanks! :-)
I've downgraded to v0.8.0-306 using KIAUH and moonraker works again
Thanks for reply. Would like to know which dependency is holding me back as upgrade is not an option. I guess sqlite?
I've downgraded to v0.8.0-360  Something in 361 breaks it for me. Looks like this is the change: https://github.com/Arksine/moonraker/commit/80c762074ff7100533f35f26131d39b9b749cc88
Your code to attach probe: ```cfg # Probe entry location G0 X{docklocation_x|int - attachmove_x|int - attachmove2_x|int} Y{docklocation_y|int - attachmove_y|int - attachmove2_y} F{travel_feedrate} # Attach probe G0 X{docklocation_x|int - attachmove2_x|int} Y{docklocation_y|int...