-
-
The Name of the machine.
-
Send Manual G-Code commands.
-
To upload and start a job.
-
Triggers a software emergency stop.
-
-
-
Current position in Work Coordinates.
-
The Work Coordinates displayed are determined by the Work Coordinate Selection dropdown.
-
Current position in Machine Coordinates
-
-
-
Used to home the machine. You need to home the machine when it is turned on.
-
Used to jog the machine around the work area. Right-click to modify distance.
-
Used to set the Work Zero position for the selected Work Coordinate System.
-
Move the machine to the Work Zero position of the currently selected Work Coordinate System.
-
The Compensation and Calibration buttons allows a probe to measure the overall work area flatness. Height maps are useful for milling PCB's. More information on using these buttons can be found here: https://docs.duet3d.com/meshbed
-
-
-
When running a job, the progress of the job will be displayed here along with the percentage complete and estimated time remaining.
-
When running a job, pause, resume, & cancel buttons will show here. When pausing a job it will save the current position and home the machine.
-
A controlled power off can also be performed in the middle of a job. This will pause, home and save the current job position, allowing it to be continued at a later time.
-
Use this button to resume a job after a controlled power off.
-
-
-
When running a job these buttons allow micro-adjustment of the Z-Axis
-
For example if the job is not cutting deep enough, these buttons can be used to shift the job downwards.
-
A slider to speed up or slow down the job. The speed is represented by a percentage, with 100% being the normal speed.
-
-
-
Send Manual G-Code commands.
-
Important information outputted from the WorkBee will be displayed here.
-
-
-
Makes the G-Code Viewer Fullscreen.
-
The grid shows the machines working area.
-
The X, Y, and Z-Axis markers show where the selected Work Zero is located in the machines working area.
-
Current position in Work Coordinates.
-
Software emergency stop.
-
-
-
Loads the current Job.
-
Loads a local file from your computer.
-
If a job is running, you can load it locally by right clicking the file under File Management > Jobs and press 'plugins.CNCgcodeViewer.view3D'
-
This will elongate the spaces between passes. It can make files much easier to view.
-
-
-
Clicking on a Job will run the Job.
-
Create a sub-folder
-
Upload a job to the current folder
-
The Macros page is similar the Jobs page.
-
-
-
This contains all the System files.
-
Anything with 'config' in the name is run at startup.
-
We advise putting any custom settings in 'config-user-settings.g'
-
-
-
Change Theme Colour
-
Autoclose Notifications
-
Manage plugins packaged within WorkBee Control.
-
Congifure Webcam. See Duet's Dozuki.
-
-
-
Change machine working area (No restart required)
-
Change machine Steps/mm (No restart required)
-
Sensor statuses
-
Touch probe settings. See Assembling Your Original WorkBee XYZ Touch Probe
-
Thanks for following the guide. As mentioned this was just a brief outline of using WorkBee Control. Please visit our YouTube channel for more in-depth tutorials on operating a CNC Machine. Even though some of the videos on our YouTube channel use an older version of the WorkBee the concepts still apply!
Thanks for following the guide. As mentioned this was just a brief outline of using WorkBee Control. Please visit our YouTube channel for more in-depth tutorials on operating a CNC Machine. Even though some of the videos on our YouTube channel use an older version of the WorkBee the concepts still apply!
Cancel: I did not complete this guide.
52 other people completed this guide.
71 Comments
Problem, I calibrated IE cut 60mm square, this is spot on, but when you cut a 300mm(X axis) and 30mm(Y axis) the Y axis is bang on and the X axis is 5mm longer. every time even when running other programs(Gcode) I have checked the screws and all are tight. any help would be much appreciated. cheers peter
Can I send G-code directly to the workbee from python or similar or does the data have to come from this web app?
Looking to use the workbee (without a router head) as part of an automated measurement jig
Hi,
Yes, we have seen users do this before.
You can communicate with the board two ways outside of the Web Control, HTTP requests or using Telnet.
The source code for WorkBee Control can be found here: https://github.com/Ooznest/WorkBee-Contr...
To see how the HTTP requests are completed, start by looking at the PollConnector.js file.
There is a forum post about connecting via Python using Telnet here: https://forum.duet3d.com/topic/27396/bas...
Robert -
Hi,
I've just built my new Z1+ and produced my first test piece today, Workbee control is fine but I feel that the jog button should represent the direction the machine moves (arrows left/right, front/back for X/Y and up/down for Z) could this not be implemented in the next update, it makes things so much easier to visualise.
Hello :)
Can we change the home position?
Currently home is top right. Can this be changed to top left?
Thank you.