winder / Universal-G-Code-Sender

A cross-platform G-Code sender for GRBL, Smoothieware, TinyG and G2core.
http://winder.github.io/ugs_website/
GNU General Public License v3.0
1.88k stars 762 forks source link

Gcode window for read and/or editing & Job's time estimation ? #946

Closed Myke974 closed 6 years ago

Myke974 commented 6 years ago

Hey there ! First, developpers&others, Thank you for the awesome job and Thank You for sharing opensource ! I'm actually using Universak Gcode Platform with cheap cnc shield V3 cnc_bureaumetal_19 and so far I got to use my homemade cheap CNC in plotter mode cnc_bureaumetal_20 and since few days in Laser mode ! ! Everything is working like a charm ! 👍 WooooooooooooooT ! ! 🤣

Second : 2 questions : 1] I can't find where to see the actual gcode of an imported file 😅

2] Is there a way to have a job's time estimation ?

Regards

jahnj0584 commented 6 years ago

You don't see the code. UGS only streams it to the arduino due to size issues. A built in text editor is in the works

Send progress shows what you need.

winder commented 6 years ago

There used to be a way to export the processed gcode (i.e. the code after it has had comments/whitespace removed, decimals truncated, etc), but that feature never made it to the platform version of UGS.

@Myke974 is that the feature you're asking about with your first question?