pull/110/head
openbuilds-engineer 2019-07-31 21:13:04 +02:00
rodzic 1ac0ef4971
commit 968493e69c
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,4 @@
v1.0.183: Removed LEAD55 and fixed capatilization of LEAD1010, testing Probing with forced G21 before probe
v1.0.182: Updated SSL Certificates, Hide Pen Buttons until an instance of Grbl-Servo is detected
v1.0.181: Fixed bug #88 re Incremental/Continous jog focus, Revamped Grbl Predefined Profiles to use submenus and added Pen options, Integrated Servo Pen Up/Down.
v1.0.180: Fixed bug #87: Don't show Update dialog while running job, Updated connection messages when Smoothieware is detected to alert user to replace it with Grbl-LPC, Increased spacing between buttons in Mobile interface (bug #90), Added Framing pass to Surfacing Wizard (Bug #83), updated 2x Dependencies

Wyświetl plik

@ -1068,6 +1068,7 @@ io.on("connection", function(socket) {
status.machine.probe.plate = data.plate;
switch (status.machine.firmware.type) {
case 'grbl':
addQToEnd('G21');
addQToEnd('G10 P1 L20 Z0');
addQToEnd('G38.2 Z-' + data.dist + ' F' + data.feedrate);
send1Q();