-
-
Notifications
You must be signed in to change notification settings - Fork 532
Basic GCode Visualizer Specification
bdring edited this page Jul 1, 2019
·
4 revisions
The goal is to add basic gcode visualization to the WebUI. This will allow a quick visualization of the files on the SD card. An example of a viewer is here. (On GitHub)
- 3 Axis
- Able to rotate, pan zoom with mouse
- Color code by move type (G0, G1, G2/G3) No visualization of non move gcode. No visualization of extruder.
- Can be launched from WebUI browser
- Fast as possible loading. Do not animate loading.
- It is not intended to show job progress (not sync'd with machine progress)
- Pack everything into one file. ESP32 server does not like multiple files.
- Use CND to use online resources
- The web page file will be served from the SD card
- Gcode files will be read from the SD card
- Liberal license, such as MIT
- All files will be in /app/viewer folder on the SD card
- Ask via issues
- Ask via Slack
- Home
- Hardware
- ESP32 Dev Kit Versions
- Compiling with Arduino IDE
- Compiling with PlatformIO
- Using the Serial Port
- Grbl_ESP32 Settings
- Controlling Grbl_ESP32
- Setting Up the I/O pins
- Spindle Types
- Basic Kinematics
- Custom Machine Functions
- Home/Limit Switches
- Machine Work Space
- Stepper Motor Drivers
- Trinamic Drivers
- Axis Squaring and Ganging
- Settings
- SD Card
- Bluetooth
- Wifi
- WebUI
- Using Telnet
- Servo Axis
- Push notifications
- Switches
- Stepper Drivers
- Spindle options
- Other Ouputs
Testing public edit