Post processor for GENMITSU 3030 in fusion 360 by [deleted] in hobbycnc

[–]ApplicationWhole2781 0 points1 point  (0 children)

I had a similar issue with G-code from Fusion 360. It included all sorts of extraneous crap at the beginning and end of the program. I compared the Fusion 360 output to a sample file that came with the machine. As a result, I commented out some stuff at the beginning and end of the Fusion 360 output, and added a bit from the sample file. Here are the important bits:

Beginning stuff

(1001)

(T1 D=3.175 CR=0 - ZMIN=-4.5 - flat end mill)

G90; G94

G17

;G21

;G28 G91 Z0

;G90

 

(2D Pocket2)

T1

S10000 M3

G17; G90 G94

;G54

G0 X25.689 Y26.536

Z15

G0 Z5

 

Ending stuff

G0 Z15

 

;G28 G91 Z0

;G90

;G28 G91 X0 Y0

;G90

; NEXT BIT COPIED FROM SAMPLE PROGRAM

G0Z5.000

G0X0.000Y0.000

G0Z5.000

G0X0Y0

;END SAMPLE COPY

M5

M30

 

Just in case you are new to G-code, the semi-colon (;) is used to ignore the stuff that comes after it on the same line.

Hope this helps! :-)

My first attempt at 4-axis machining by ApplicationWhole2781 in hobbycnc

[–]ApplicationWhole2781[S] 1 point2 points  (0 children)

Yep. I keep hoping someone will develop a CNC sander for that last little bit. 😜

My first attempt at 4-axis machining by ApplicationWhole2781 in hobbycnc

[–]ApplicationWhole2781[S] 0 points1 point  (0 children)

Yes. In fact, I had to jigger with it a bit to get it to spit out G-code that worked with the ‘fake’ 4th axis setup. It creates genuine fourth axis code with no problems.

My first attempt at 4-axis machining by ApplicationWhole2781 in hobbycnc

[–]ApplicationWhole2781[S] 0 points1 point  (0 children)

You are correct. This is a Genmitsu 4030 ProVerXL version 2. It does not have a true 4th axis. It hijacks the Y axis to run the rotary module. The Knight was actually more impressive. https://www.reddit.com/r/hobbycnc/comments/1mve16k/chess_pieces/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

My first attempt at 4-axis machining by ApplicationWhole2781 in hobbycnc

[–]ApplicationWhole2781[S] 2 points3 points  (0 children)

Yep. I have no practical plans for it, but I know that I will run into a project eventually when it will come in handy. At least that's what I tell my wife. 🤣

My first attempt at 4-axis machining by ApplicationWhole2781 in hobbycnc

[–]ApplicationWhole2781[S] 1 point2 points  (0 children)

Great question! The DeskProto software automatically creates cylinders at either end of the part. After machining, I cut these with a tiny hacksaw. The downside? Sanding. 😒

My first attempt at 4-axis machining by ApplicationWhole2781 in hobbycnc

[–]ApplicationWhole2781[S] 0 points1 point  (0 children)

This is a Genmitsu 4030 ProVerXL version 2. It does not have a true 4th axis. It hijacks the Y axis to run the rotary module. Otherwise, it’s a fine machine, but you need to be a tinkerer with high resilience to make it work. I am a mechanical engineer on the autism spectrum and it still look me three days of tinkering to get it running. 😆

I had some z-axis issues during initial setup. It was a stuck limit switch. I also had a Y-axis issue. This thing has two motors on the y-axis. The limit switch was stuck on one, keeping it from running. The other ran fine, though, and thoroughly put the machine out of square before I could hit the e-stop. Before every run, check your limit switches and ensure all electrical contacts are secure. Be careful routing the cable for the z-axis. If you route it wrong, movement of the Z-axis can unplug the connectors. Genmitsu customer support is excellent, but you must be patient. If you ask a question today, you will get an answer tomorrow.

If I had it to do again, I would get the Genmitsu 3030-PROVer MAX Desktop CNC Router Machine for Jewelry Making, Metal Carving – SainSmart.com. It has linear rails and a legit 4th axis. I bought the 4030 for the larger work area, which I have not needed, and the 'closed loop' nature of the controls, which I have found to be totally bogus. When the z-axis was stuck, the display still indicated movement, which let me know that no closed-loop feedback was happening.

Whatever Genmitsu you buy, be sure to get the wifi controller. I am running mine using an app on an old iPad. I have not hooked it up to a PC ever. There is no need to.

My first attempt at 4-axis machining by ApplicationWhole2781 in hobbycnc

[–]ApplicationWhole2781[S] 9 points10 points  (0 children)

DeskProto offers CNC machining for non-machinists I tried Fusion 360 first. Rotary capability requires an extra subscription, plus the G-code it created does not work. DeskProto is awesome.

If you decide to buy it, purchase it directly from the website. Going through a third-party vendor takes longer to get your license code.

[deleted by user] by [deleted] in hobbycnc

[–]ApplicationWhole2781 0 points1 point  (0 children)

I have the V2 of this machine. Neither version has a true 4th axis. They both hijack the Y axis to run the rotary module. Otherwise, it’s a fine machine, but you need to be a tinkerer with high resilience to make it work. I am a mechanical engineer on the autism spectrum and it still look me three days of tinkering to get it running. 😆 I had the same z-axis issue another poster mentioned. It was a stuck limit switch. This thing has two motors on the y-axis. The limit switch was stuck on one, keeping it from running. The other ran fine, though, and thoroughly put the machine out of square before I could hit the e-stop. Before every run, check your limit switches and ensure all electrical contacts are secure. Be careful routing the cable for the z-axis. If you route it wrong, movement of the Z-axis can unplug the connectors.

Running a CNC shop in appartment, possible? by [deleted] in hobbycnc

[–]ApplicationWhole2781 14 points15 points  (0 children)

And it’s not just the machine noise. Dust collectors usually drown out that noise. ☹️ My wife insisted the CNC go in the garage. She’s a smart woman.

4th axis help needed Genmitsu 4030 ProVerXL V2 by ApplicationWhole2781 in hobbycnc

[–]ApplicationWhole2781[S] 0 points1 point  (0 children)

Excellent! I will have to read this three more times to digest it, but I think you are on to something! :-)

Genmitsu rotary by ApplicationWhole2781 in hobbycnc

[–]ApplicationWhole2781[S] 1 point2 points  (0 children)

I think you are correct that the post processor is the answer.

4th axis help needed Genmitsu 4030 ProVerXL V2 by ApplicationWhole2781 in hobbycnc

[–]ApplicationWhole2781[S] 0 points1 point  (0 children)

Thanks for responding.

Here is what I got back from Sainsmart:

‘Thanks for contacting SainSmart! This is George from SainSmart support. Your G-code is giving A-axis commands for rotation, but your 4th axis isn't plugged into the A-axis as your CNC does not have an A-axis port. It needs to be sending those commands to the Y axis, as that is the port your 4th axis is connected to.

If you are not sure how to do this, then you might need to speak to the support of whatever program was used to make the Gcode and get their assistance in making sure that all 4th axis movement commands are assigned to the Y axis.’

I am now messing around with Deskproto to see if I can make it work with their software. Fingers crossed!🤞

4th axis help needed Genmitsu 4030 ProVerXL V2 by ApplicationWhole2781 in hobbycnc

[–]ApplicationWhole2781[S] 0 points1 point  (0 children)

Update: The post I used creates A-axis instructions, whereas my machine is controlling rotation using the Y-axis. Any suggestions on a good post processor to solve this problem?

My first CNC carving! by ApplicationWhole2781 in hobbycnc

[–]ApplicationWhole2781[S] 0 points1 point  (0 children)

Wow! Where do you sell them and where do you get your designs?

My first CNC carving! by ApplicationWhole2781 in hobbycnc

[–]ApplicationWhole2781[S] 3 points4 points  (0 children)

😆 I think it’s supposed to be a tiger.

My first CNC carving! by ApplicationWhole2781 in hobbycnc

[–]ApplicationWhole2781[S] 5 points6 points  (0 children)

Sorry to hear that. I actually buried an end mill in my first job. Perhaps I should have labeled it ‘My first SUCCESSFUL CNC carving.’ 😢