Fix for laser zeroing - only honor "dynamic power" when running a gcode program.

This commit is contained in:
David Carley
2021-10-05 23:09:06 -07:00
parent bcdcda73af
commit 78fce9e9da
3 changed files with 4 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ if $UPDATE_PY; then
fi
if $UPDATE_AVR; then
chmod +x ./scripts/avr109-flash.py
./scripts/avr109-flash.py src/avr/bbctrl-avr-firmware.hex
fi