diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5f138797..58aa3d6b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,4 @@ +v1.0.368: Updated grblHAL firmware images to 20230501, updated grblHAL Settings templates, added 3-Axes with Door firmware, Fixed bug in Firmware flashing tool for Interface > Firmware Version when offline, Updated included Interface firmware version v1.0.367: Fixed 'indexOf' startup Bug - removed Port Conflict Detection v1.0.366: Improved grblHAL integration (Additional Homing Enable Masks) v1.0.365: Increased Updater snooze to 8hr interval, Improved port-confict handling, Improved Recovery wizard to deal with Laser files diff --git a/app/js/grbl-settings-templates.js b/app/js/grbl-settings-templates.js index bd10b57c..f63c54d7 100644 --- a/app/js/grbl-settings-templates.js +++ b/app/js/grbl-settings-templates.js @@ -722,5 +722,173 @@ var grblSettingsTemplate2 = { description: `Ganged axes direction invert as bitfield`, template: ``, utils: `` + }, + 9: { + key: `$9`, + title: `PWM Spindle as bitfield where setting bit 0 enables the rest`, + description: `PWM Spindle as bitfield where setting bit 0 enables the rest`, + template: ``, + utils: `` + }, + 320: { + key: `$320`, + title: `Hostname, max: 64`, + description: `Hostname, max: 64`, + template: ``, + utils: `` + }, + 322: { + key: `$322`, + title: `IP Address`, + description: `IP Address`, + template: ``, + utils: `` + }, + 323: { + key: `$323`, + title: `Gateway`, + description: `Gateway as IP address, reboot required`, + template: ``, + utils: `` + }, + 324: { + key: `$324`, + title: `Netmask`, + description: `Netmask as IP address, reboot required`, + template: ``, + utils: `` + }, + 325: { + key: `$325`, + title: `Telnet port`, + description: `Telnet port, range: 1 - 65535 reboot required`, + template: ``, + utils: `` + }, + 326: { + key: `$326`, + title: `HTTP port`, + description: `HTTP port, range: 1 - 65535, reboot required`, + template: ``, + utils: `` + }, + 327: { + key: `$327`, + title: `Websocket port`, + description: `Websocket port, range: 1 - 65535, reboot require`, + template: ``, + utils: `` + }, + 346: { + key: `$346`, + title: `Restore position after M6 as boolean`, + description: `Restore position after M6 as boolean`, + template: ``, + utils: `` + }, + 396: { + key: `$396`, + title: `WebUI timeout in minutes`, + description: `WebUI timeout in minutes`, + template: ``, + utils: `` + }, + 397: { + key: `$397`, + title: `WebUI auto report interval in milliseconds`, + description: `WebUI auto report interval in milliseconds, max: 9999, reboot required`, + template: ``, + utils: `` + }, + 398: { + key: `$398`, + title: `Planner buffer blocks`, + description: `Planner buffer blocks, range: 30 - 1000, reboot required`, + template: ``, + utils: `` + }, + 481: { + key: `$481`, + title: `Autoreport interval in ms`, + description: `Autoreport interval in ms, range: 100 - 1000, reboot required`, + template: ``, + utils: `` + }, + 376: { + key: `$376`, + title: `Rotational axes as bitfield`, + description: `Autoreport interval in ms, range: 100 - 1000, reboot required`, + template: ``, + utils: `` + }, + 41: { + key: `$41`, + title: `Parking cycle as bitfield where setting bit 0 enables the rest`, + description: `Parking cycle: Enable (1), Enable parking override control (2), Deactivate upon init (4)`, + template: ``, + utils: `` + }, + 42: { + key: `$42`, + title: `Parking axis`, + description: `Parking axis: X=1, Y=2, Z=4`, + template: ``, + utils: `` + }, + 56: { + key: `$56`, + title: `Parking pull-out distance in mm`, + description: ``, + template: ``, + utils: `` + }, + 57: { + key: `$57`, + title: `Parking pull-out rate in mm/min`, + description: ``, + template: ``, + utils: `` + }, + 58: { + key: `$58`, + title: `Parking target in mm`, + description: `Parking target in mm`, + template: ``, + utils: `` + }, + 59: { + key: `$59`, + title: `Parking fast rate in mm/min`, + description: `Parking fast rate in mm/min`, + template: ``, + utils: `` + }, + 60: { + key: `$60`, + title: `Restore overrides`, + description: `Restore overrides`, + template: ``, + utils: `` + }, + 61: { + key: `$61`, + title: `Safety door options as bitfield`, + description: `Ignore when idle (1), Keep coolant state on open (2)`, + template: ``, + utils: `` + }, + 392: { + key: `$392`, + title: `Spindle on delay in s`, + description: `Spindle on delay in s`, + template: ``, + utils: `` + }, + 393: { + key: `$393`, + title: `Coolant on delay in s`, + description: `Coolant on delay in s`, + template: ``, + utils: `` } } \ No newline at end of file diff --git a/app/wizards/flashingtool2/flashingtool.js b/app/wizards/flashingtool2/flashingtool.js index 27d072cf..7b64bb5f 100644 --- a/app/wizards/flashingtool2/flashingtool.js +++ b/app/wizards/flashingtool2/flashingtool.js @@ -35,8 +35,8 @@ function openFlashingTool() {

You can use this wizard to flash Firmware onto compatible controllers. Only use with care, or when instructed by Support

@@ -59,7 +59,7 @@ function openFlashingTool() { -
+