Releases: karoria/grblTouch
Releases · karoria/grblTouch
grblTouch-v7.2
This is a major upgrade which enhances features as well as user interface. Some of the features are highlighted as under:
- Automatic tool change support with tool touch off probe using macro. For this make a macro named "P301.macro" with code suitable to your machine and put it in littlefs or sdcard root.
- ATC supported with tc.macro.
- Toggle spindle and coolant on/off functionality when machine is idle. default spindle rpm is 6000. You may change as per your requirements.
- For probing, make a macro named "P100.macro" and enjoy workpiece probing.
- For easy workpiece centre top zero, jog the machine towards X axis left edge of the workpiece precisely (tool just touches edge, one can use thin paper). Make that edge zero using X=0 button (this is temporary as a part of process), then lift the axis in Z to clear workpiece and jog it to opposite edge of workpiece and make the tool touch that edge precisely then lift the Z to clear workpiece without moving X axis (Be 100% sure to clear up to this point before proceeding) click/touch on X axis work-coordinate to open a calculator like interface. On the right side there are 3 buttons in sequence namely "Get", "Half" and "Go". The Get button will copy X work-coordinate to calculator console, the Half button will calculate half of it and Go button will actually move axis to go to the centre of workpiece (this is why one needs to use caution nothing is in between tool and the point where it goes). Now you can use X=0 button again to make X zero at this point. Repeat this process for Y axis also. As a result, you will find X and Y zero in workpiece centre very easily without using any maths manually or by calculator.
- "$#" command in MDI will return all the tool heights in UI console for better visibility. For full details, one can use chrome console of dev tools.
grblTouch-v7.1
This release combines all necessary files in one unified and compact index.html.gz which is ready to use. In case you want any customisation, then edit index.html as per your needs and then gzip it to index.html.gz.