Vlad Babii
Vlad Babii
Just had the same issue and managed to destroy a pei sheet. Could we have an option to run some gcode on errors that stop the print, with an error...
I did this mostly for fun and as an interesting "let's learn CNC gcodes" - https://github.com/vladbabii/klippy-cnc/ I managed to get fusion to generate klipper-readable g-code by setting these output option...
replace ``` if [[ ${#v_selected_disks[@]} -gt 1 ]]; then pools_mirror_option=mirror else pools_mirror_option=raidz1 fi ``` with ``` pools_mirror_option=raidz1 ``` I haven't tried if it works but this would create a z1...