Remove workaround in occ_convert script
Initial commit
Additionally pythonocc-core
is required for generating renders that include
the PCB.
The print needs to be paused midway to insert the M2 nuts.
Avoid crossing perimeters
to reduce stringingEnable ironing
to get a nicer finishPrinter Settings
-> Custom G-code
-> Pause Print G-code
with the following to compensate for the filament that oozes out during
the pause. (this works well on the Prusa mini but likely has to be tweaked for
other printers)M601
G1 X180 Y0 E1 F1000
G1 X150 E8.0 F1000
Add pause print
https://github.com/johannesneyer/qmk_firmware/tree/master/keyboards/johannes_split
Import keyboards/johannes_split/keymaps/miryoku/configurator.json
on https://config.qmk.fm edit and re-export.
qmk json2c -o keyboards/johannes_split/keymaps/miryoku/{keymap.c,configurator.json}
qmk compile -km miryoku -kb johannes_split
sleep 5 && \
udisksctl mount -b /dev/disk/by-label/RPI-RP2 && \
qmk flash -km miryoku -kb johannes_split
# enter bootloader on rp2040 now
Run the respective command for the left / right side.
qmk flash -km miryoku -kb johannes_split -bl uf2-split-right
qmk flash -km miryoku -kb johannes_split -bl uf2-split-left