Skip to content

Commit

Permalink
Second Commit: Check release log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob committed Apr 3, 2023
1 parent 570c625 commit 1d0bddc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
9 changes: 5 additions & 4 deletions GScri.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#include <iostream>
#include<iostream>
#include<string>
#include<vector>
#include <cstring>
#include<windows.h>
#include<cstring>
#include<windows.h>
#include<stdlib.h>
using namespace std;

int main() {
Expand Down Expand Up @@ -395,7 +396,7 @@ int main() {
}}}
if(input_2=="0"){std::cout<<"\nThe converted UR Command is-"<<"\nmovej(["<<psx<<","<<psy<<","<<psz<<",0,0,0"<<"],accel_mss,speed_ms,0,0.000)"<<std::endl;}
else if(input_2=="1"){std::cout<<"\nThe converted UR Script command is-"<<"\nmovel(["<<psx<<","<<psy<<","<<psz<<",0,0,0"<<"],accel_mss,speed_ms,0,0.000)"<<std::endl;}
else{std::cout<<"\n[Critical]Not sure on what happened"<<std::endl;}
else{system("Color 0C");std::cout<<"\n[Critical]Not sure on what happened"<<std::endl;}
}
else{std::cout<<"[Error]The entered code is not a GCode value"<<std::endl;}//end of GCode

Expand Down
Binary file modified GScri.exe
Binary file not shown.
21 changes: 12 additions & 9 deletions release_log.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
Document last updated on 28/03/2023 at 16:13 CET
Document last updated on 03/04/2023 at 22:08 CET

**Release log on GScri**

First Iteration(17/03/2023)
>[NEW] A statis GCode was successfully converted to movel movej commands based on the GCode with fixed speed and accelaration.
---------------

>[ISSUE] If any of the coordinates is missing, iteration failed which creates problem only if E or F is with G0/G1.
Third Iteration(28/03/2023)-
>[NEW] User is now able to convert G0 & G1 codes to its respective UR Script commands.

>[SOLVED] Console immediate crashing is now resolved. Alert on close_window event is enabled.

>[ISSUE] Feed rate and Extrusion Speed is not enabled.
>[ISSUE] Executable not able to install because of Windows Secuirity scan.

---------------

Expand All @@ -21,11 +26,9 @@ Second Iteration(27/03/2023)-

---------------

Third Iteration(28/03/2023)-
>[NEW] User is now able to convert G0 & G1 codes to its respective UR Script commands.

>[SOLVED] Console immediate crashing is now resolved. Alert on close_window event is enabled.
First Iteration(17/03/2023)
>[NEW] A statis GCode was successfully converted to movel movej commands based on the GCode with fixed speed and accelaration.

>[ISSUE] Feed rate and Extrusion Speed is not enabled.
>[ISSUE] If any of the coordinates is missing, iteration failed which creates problem only if E or F is with G0/G1.


0 comments on commit 1d0bddc

Please sign in to comment.