Fix occasional 'Plan Failed' when saving config, Fix motor step alignment when changi...
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Wed, 27 May 2020 23:28:34 +0000 (16:28 -0700)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Wed, 12 Aug 2020 21:32:56 +0000 (14:32 -0700)
commit87d7455c775f8d8fb22e1c7f8200b5000107f0be
tree342574feef0de1ccbc4f2fc1be1701933cb0f6d8
parent7bca546253bf0d9c63c3ba8f047ba7abf98253a5
Fix occasional 'Plan Failed' when saving config, Fix motor step alignment when changing motor parameters like microsteping, Stall detect homing, Improved voltage spike clamping time, pwr version, Allow changing rapid-auto-off and dynamic-power in VFD mode, Update license and copyright, removed no longer valid TinyG credit.
208 files changed:
CHANGELOG.md
CODE_TAG
LICENSE
README.md
package.json
src/avr/README.md
src/avr/data_usage.py
src/avr/emu/src/avr/eeprom.h
src/avr/emu/src/avr/interrupt.h
src/avr/emu/src/avr/io.h
src/avr/emu/src/avr/pgmspace.h
src/avr/emu/src/avr/wdt.h
src/avr/emu/src/emu.c
src/avr/emu/src/util/atomic.h
src/avr/emu/src/util/crc16.h
src/avr/emu/src/util/delay.h
src/avr/src/SCurve.cpp
src/avr/src/SCurve.h
src/avr/src/analog.c
src/avr/src/analog.h
src/avr/src/axis.c
src/avr/src/axis.h
src/avr/src/base64.c
src/avr/src/base64.h
src/avr/src/command.c
src/avr/src/command.def
src/avr/src/command.h
src/avr/src/commands.c
src/avr/src/config.h
src/avr/src/cpp_magic.h
src/avr/src/drv8711.c
src/avr/src/drv8711.h
src/avr/src/emu.h
src/avr/src/estop.c
src/avr/src/estop.h
src/avr/src/exec.c
src/avr/src/exec.h
src/avr/src/hardware.c
src/avr/src/hardware.h
src/avr/src/huanyang.c
src/avr/src/huanyang.h
src/avr/src/i2c.c
src/avr/src/i2c.h
src/avr/src/io.c
src/avr/src/io.h
src/avr/src/jog.c
src/avr/src/jog.h
src/avr/src/lcd.c
src/avr/src/lcd.h
src/avr/src/line.c
src/avr/src/main.c
src/avr/src/messages.def
src/avr/src/modbus.c
src/avr/src/modbus.h
src/avr/src/motor.c
src/avr/src/motor.h
src/avr/src/outputs.c
src/avr/src/outputs.h
src/avr/src/pgmspace.h
src/avr/src/pins.c
src/avr/src/pins.h
src/avr/src/pwm.c
src/avr/src/pwm.h
src/avr/src/report.c
src/avr/src/report.h
src/avr/src/ringbuf.def
src/avr/src/rtc.c
src/avr/src/rtc.h
src/avr/src/seek.c
src/avr/src/seek.h
src/avr/src/spindle.c
src/avr/src/spindle.h
src/avr/src/state.c
src/avr/src/state.h
src/avr/src/status.c
src/avr/src/status.h
src/avr/src/stepper.c
src/avr/src/stepper.h
src/avr/src/switch.c
src/avr/src/switch.h
src/avr/src/type.c
src/avr/src/type.def
src/avr/src/type.h
src/avr/src/usart.c
src/avr/src/usart.h
src/avr/src/util.c
src/avr/src/util.h
src/avr/src/vars.c
src/avr/src/vars.def
src/avr/src/vars.h
src/avr/src/vfd_spindle.c
src/avr/src/vfd_spindle.h
src/avr/step-test/plot_velocity.py
src/avr/step-test/step-test.c
src/bbserial/bbserial.c
src/boot/src/boot.c
src/boot/src/boot.h
src/boot/src/sp_driver.h
src/jig/src/config.h
src/jig/src/encoder.c
src/jig/src/encoder.h
src/jig/src/main.c
src/jig/src/pins.c
src/jig/src/pins.h
src/jig/src/ringbuf.def
src/jig/src/rtc.c
src/jig/src/rtc.h
src/jig/src/usart.c
src/jig/src/usart.h
src/js/admin-general-view.js
src/js/admin-network-view.js
src/js/api.js
src/js/app.js
src/js/axis-control.js
src/js/axis-vars.js
src/js/chart-view.js [new file with mode: 0644]
src/js/console.js
src/js/control-view.js
src/js/cookie.js
src/js/gcode-viewer.js
src/js/indicators.js
src/js/io-indicator.js
src/js/io-view.js
src/js/main.js
src/js/message.js
src/js/modbus-reg.js
src/js/modbus.js
src/js/motor-view.js
src/js/orbit.js
src/js/path-viewer.js
src/js/settings-view.js
src/js/sock.js
src/js/templated-input.js
src/js/tool-view.js
src/js/unit-value.js
src/pug/index.pug
src/pug/templates/admin-general-view.pug
src/pug/templates/admin-network-view.pug
src/pug/templates/axis-control.pug
src/pug/templates/chart-view.pug [new file with mode: 0644]
src/pug/templates/cheat-sheet-view.pug
src/pug/templates/console.pug
src/pug/templates/control-view.pug
src/pug/templates/estop.pug
src/pug/templates/gcode-viewer.pug
src/pug/templates/help-view.pug
src/pug/templates/indicators.pug
src/pug/templates/io-indicator.pug
src/pug/templates/io-view.pug
src/pug/templates/license-view.pug [new file with mode: 0644]
src/pug/templates/message.pug
src/pug/templates/modbus-reg-view.pug
src/pug/templates/motor-view.pug
src/pug/templates/path-viewer.pug
src/pug/templates/settings-view.pug
src/pug/templates/templated-input.pug
src/pug/templates/tool-view.pug
src/pwr/config.h
src/pwr/main.c
src/pwr/pins.c
src/pwr/pins.h
src/py/bbctrl/APIHandler.py
src/py/bbctrl/AVR.py
src/py/bbctrl/AVREmu.py
src/py/bbctrl/Camera.py [changed mode: 0755->0644]
src/py/bbctrl/Cmd.py [changed mode: 0755->0644]
src/py/bbctrl/Comm.py
src/py/bbctrl/CommandQueue.py
src/py/bbctrl/Config.py
src/py/bbctrl/Ctrl.py
src/py/bbctrl/FileHandler.py
src/py/bbctrl/I2C.py
src/py/bbctrl/IOLoop.py
src/py/bbctrl/IPLCDPage.py
src/py/bbctrl/Jog.py
src/py/bbctrl/LCD.py
src/py/bbctrl/Log.py
src/py/bbctrl/Mach.py
src/py/bbctrl/MainLCDPage.py
src/py/bbctrl/MonitorTemp.py
src/py/bbctrl/ObjGraph.py [changed mode: 0755->0644]
src/py/bbctrl/Planner.py
src/py/bbctrl/Preplanner.py
src/py/bbctrl/Pwr.py
src/py/bbctrl/RequestHandler.py
src/py/bbctrl/State.py
src/py/bbctrl/Web.py
src/py/bbctrl/__init__.py
src/py/bbctrl/plan.py [changed mode: 0755->0644]
src/py/bbctrl/v4l2.py
src/py/inevent/AbsAxisScaling.py
src/py/inevent/Constants.py
src/py/inevent/Event.py
src/py/inevent/EventHandler.py
src/py/inevent/EventState.py
src/py/inevent/EventStream.py
src/py/inevent/FindDevices.py
src/py/inevent/InEvent.py
src/py/inevent/JogHandler.py
src/py/inevent/Keys.py
src/py/inevent/__init__.py
src/py/inevent/ioctl.py
src/py/lcd/__init__.py
src/py/lcd/splash.py
src/resources/config-template.json
src/static/js/chart-2.9.3.min.js [new file with mode: 0644]
src/static/js/chart.bundle-2.9.3.min.js [new file with mode: 0644]
src/stylus/style.styl