Talk:Superbox CNC Router: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
→Set G54 Through MDI Mode: new section |
||
Line 3: | Line 3: | ||
It probably needs to go on it’s own [[Easel]] page to be like [[Fusion 360]] is. And then this page links to both under a ‘Generating GCode’ section [[User:Danspencer101|Danspencer101]] ([[User talk:Danspencer101|talk]]) 13:17, 18 March 2019 (UTC) | It probably needs to go on it’s own [[Easel]] page to be like [[Fusion 360]] is. And then this page links to both under a ‘Generating GCode’ section [[User:Danspencer101|Danspencer101]] ([[User talk:Danspencer101|talk]]) 13:17, 18 March 2019 (UTC) | ||
== Set G54 Through MDI Mode == | |||
Moved this off the main page as its not a user friendly way to operate LinuxCNC. | |||
To set it, | |||
# Enter Manual Jogging mode by pressing the appropriate button on the right hand side or pressing F3 on the keyboard. | |||
# Use the control arrows to move the gantry so that the centre of the tool is sitting on the point where (X,Y,Z) is (0,0,0) on your CAD model. | |||
# Make a note of the Abs readings on the DRO (Green text on the top right) | |||
# Open the MDI mode of GMOCCAPY program by pressing the appropriate button on the right hand side or pressing F5. | |||
# Set G54 by running the following command | |||
'''G10 L2 P1 X??? Y??? Z???''' | |||
Where ??? are the coordinates you noted down in step 3. |
Revision as of 15:17, 17 April 2019
Easel
I can add the information about exporting from Easel if you think that could be helpful. Perhaps Information about different programs could go on subpages? Jon (talk) 12:03, 18 March 2019 (UTC)
It probably needs to go on it’s own Easel page to be like Fusion 360 is. And then this page links to both under a ‘Generating GCode’ section Danspencer101 (talk) 13:17, 18 March 2019 (UTC)
Set G54 Through MDI Mode
Moved this off the main page as its not a user friendly way to operate LinuxCNC.
To set it,
- Enter Manual Jogging mode by pressing the appropriate button on the right hand side or pressing F3 on the keyboard.
- Use the control arrows to move the gantry so that the centre of the tool is sitting on the point where (X,Y,Z) is (0,0,0) on your CAD model.
- Make a note of the Abs readings on the DRO (Green text on the top right)
- Open the MDI mode of GMOCCAPY program by pressing the appropriate button on the right hand side or pressing F5.
- Set G54 by running the following command
G10 L2 P1 X??? Y??? Z??? Where ??? are the coordinates you noted down in step 3.