-
### Requested feature:
Create a panel for Happy Hare MMUs
### Solves the following problem:
Currently clipper screen has the only UI for happy hare, otherwise you need to type in commands. This isn…
-
**Describe the bug**
I've tried to enable CONFIG_MMU for my qemu_riscv64 board, but build fails giving some linker stage error related to undefine `z_mapped_start` & `arch_mem_map` symbols.
…
-
### Why
MMU, by design, is an optional part of the printer. MMUs are typically connected over USB, which is not only meant to be easily disconnected, but is also known to be unreliable at times. Howe…
-
## Background
For shadow MMU, in order to intercept modifications to the guest page table, all guest page tables are write-protected. This means that each modification will trigger a #PF VM-exit an…
bysui updated
1 month ago
-
According to Moonraker logs, it appears that mmu_server.py is trying to move some gcode files around when starting up, and is reporting permissions errors. This appears to cause Klipper to fail to con…
-
In line 221 of file .\models\modeling_showo.py, probably the shape of attention (L+1,L+1) instead of (1,1,L+1,L+1) mask is changed while iteration of generating new words. It can be fixed by adding c…
-
Writiing to the following register does not work:
0x0eh 14 | Pulley_acceleration |
0x0fh 15 | Selector_acceleration |
0x10h 16 | Idler_acceleration |
I tried via terminal:
Read stock valu…
-
Everytime I restart Klipper/HH, I end up with duplicate log entries in mmu.log. I recall a discussion about this some time ago and cant recall if the issue was fixed or not. Restarting the pi fixes …
-
Hi.
I have a warmup sequence that uses PAUSE before print actually starts. After updating my settings to use HH PAUSE/RESUME and PARK features, I'm getting this error when I try to start a new print …
-
I have a mmu.sv module for RISC-V implementation:
```Verilog
module mmu #(
parameter integer DEVICE_COUNT = 0
) (
...
output logic [31:2] dev_addr[DEVICE_COUNT]
...
```
that is used in…