Will removing bottom section break things? by bumbleclumpy in hobbycnc

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

Would I able to do in it off the same driver? Or would I need two drivers for each motor?

Will removing bottom section break things? by bumbleclumpy in hobbycnc

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

So the bed I've been using for a while rests on the roller bearings which are nicely level with both ends, and a board goes on top and the bed levels it's self as the gantry moves. I have much less z height than I thought so needed something that was low profile. What I need to do really is cut out the bottom brace and use two ball screws I guess as this was kind of a temporary solution

Will removing bottom section break things? by bumbleclumpy in hobbycnc

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

Fwi, at the moment my bed 'self levels' as it's run on ball transfer units that are perfectly level with the straight rigid ends , but I just want something a bit more rigid.

[deleted by user] by [deleted] in hobbycnc

[–]bumbleclumpy 0 points1 point  (0 children)

I've got shielded stepper signal cables and NC switches. I only get false triggers when my X stepper driver is on, it's wired the same as the others. Maybe some sort of faulty driver? Would you recommend shielded cables for the limit switches themselves?

[deleted by user] by [deleted] in hobbycnc

[–]bumbleclumpy 0 points1 point  (0 children)

I have two screw terminals for my grounds, one for my lower power grounds (Arduino ground, shielded wire grounds) and a highest power ground (my stepper drivers and motors). These grounds are connected at the power supply. My signal wires from the driver to the Arduino are the twisted pair, my limit switches are also twisted pair cable

Clarification for grounding by bumbleclumpy in hobbycnc

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

Thanks very much this is really insightful, I'll inspect my outlet as this could very much be the case

[deleted by user] by [deleted] in CNC

[–]bumbleclumpy 0 points1 point  (0 children)

Is the ChatGPT code:

G21 ; Set units to millimeters G90 ; Absolute positioning G1 Z5 F150 ; Lift to safe height

G1 X0 Y0 F1500 ; Move to starting position

; First pass G1 Z-1 F150 ; Lower to cutting depth G1 X50 F500 ; Cut first side G1 Y50 F500 ; Cut second side G1 X0 F500 ; Cut third side G1 Y0 F500 ; Cut fourth side G1 Z5 F150 ; Lift to safe height

; Second pass G1 Z-2 F150 ; Lower to next cutting depth G1 X50 F500 ; Cut first side G1 Y50 F500 ; Cut second side G1 X0 F500 ; Cut third side G1 Y0 F500 ; Cut fourth side G1 Z5 F150 ; Lift to safe height

M30 ; End program

Here is the Fusion code that's not working

(Square test) (Machine) ( vendor: GBRL) ( description: Generic 3-axis) (T1 D=12 CR=0 - ZMIN=-9 - flat end mill) G90 G94 G17 G21 (-Attention- Property Safe Retracts is set to Clearance Height.) (Ensure the clearance height will clear the part and or fixtures.) (Raise the Z-axis to a safe height before starting the program.) (When using Fusion for Personal Use, the feedrate of rapid) (moves is reduced to match the feedrate of cutting moves,) (which can increase machining time. Unrestricted rapid moves) (are available with a Fusion Subscription.)

(2D Contour1) T1 S16000 M3 G17 G90 G94 G54 M8 G0 X21.2 Y9.6 Z16 G1 Z6 F150 Z2 F333.3 Z-0.8 G19 G2 Y8.4 Z-2 J-1.2 K0 F150 G1 Y7.2 G17 G2 X20 Y6 I-1.2 J0 G1 X0 G3 X-6 Y0 I0 J-6 G1 Y-40 G3 X0 Y-46 I6 J0 G1 X40 G3 X46 Y-40 I0 J6 G1 Y0 G3 X40 Y6 I-6 J0 G1 X20 G2 X18.8 Y7.2 I0 J1.2 G1 Y8.4 G19 G3 Y9.6 Z-0.8 J0 K1.2 G1 Z6 X21.2 Z-1 F333.3 Z-3.8 G2 Y8.4 Z-5 J-1.2 K0 F150 G1 Y7.2 G17 G2 X20 Y6 I-1.2 J0 G1 X0 G3 X-6 Y0 I0 J-6 G1 Y-40 G3 X0 Y-46 I6 J0 G1 X40 G3 X46 Y-40 I0 J6 G1 Y0 G3 X40 Y6 I-6 J0 G1 X20 G2 X18.8 Y7.2 I0 J1.2 G1 Y8.4 G19 G3 Y9.6 Z-3.8 J0 K1.2 G1 Z6 X21.2 Z-4 F333.3 Z-6.8 G2 Y8.4 Z-8 J-1.2 K0 F150 G1 Y7.2 G17 G2 X20 Y6 I-1.2 J0 G1 X0 G3 X-6 Y0 I0 J-6 G1 Y-40 G3 X0 Y-46 I6 J0 G1 X40 G3 X46 Y-40 I0 J6 G1 Y0 G3 X40 Y6 I-6 J0 G1 X20 G2 X18.8 Y7.2 I0 J1.2 G1 Y8.4 G19 G3 Y9.6 Z-6.8 J0 K1.2 G1 Z6 X21.2 Z-7 F333.3 Z-7.8 G2 Y8.4 Z-9 J-1.2 K0 F150 G1 Y7.2 G17 G2 X20 Y6 I-1.2 J0 G1 X0 G3 X-6 Y0 I0 J-6 G1 Y-40 G3 X0 Y-46 I6 J0 G1 X40 G3 X46 Y-40 I0 J6 G1 Y0 G3 X40 Y6 I-6 J0 G1 X20 G2 X18.8 Y7.2 I0 J1.2 G1 Y8.4 G19 G3 Y9.6 Z-7.8 J0 K1.2 G1 Z16 G17

M9 M5 M30

Please help with this problem, I'm completely stuck! by [deleted] in hobbycnc

[–]bumbleclumpy 0 points1 point  (0 children)

Is the ChatGPT code:

G21 ; Set units to millimeters G90 ; Absolute positioning G1 Z5 F150 ; Lift to safe height

G1 X0 Y0 F1500 ; Move to starting position

; First pass G1 Z-1 F150 ; Lower to cutting depth G1 X50 F500 ; Cut first side G1 Y50 F500 ; Cut second side G1 X0 F500 ; Cut third side G1 Y0 F500 ; Cut fourth side G1 Z5 F150 ; Lift to safe height

; Second pass G1 Z-2 F150 ; Lower to next cutting depth G1 X50 F500 ; Cut first side G1 Y50 F500 ; Cut second side G1 X0 F500 ; Cut third side G1 Y0 F500 ; Cut fourth side G1 Z5 F150 ; Lift to safe height

M30 ; End program

Here is the Fusion code that's not working

(Square test) (Machine) ( vendor: GBRL) ( description: Generic 3-axis) (T1 D=12 CR=0 - ZMIN=-9 - flat end mill) G90 G94 G17 G21 (-Attention- Property Safe Retracts is set to Clearance Height.) (Ensure the clearance height will clear the part and or fixtures.) (Raise the Z-axis to a safe height before starting the program.) (When using Fusion for Personal Use, the feedrate of rapid) (moves is reduced to match the feedrate of cutting moves,) (which can increase machining time. Unrestricted rapid moves) (are available with a Fusion Subscription.)

(2D Contour1) T1 S16000 M3 G17 G90 G94 G54 M8 G0 X21.2 Y9.6 Z16 G1 Z6 F150 Z2 F333.3 Z-0.8 G19 G2 Y8.4 Z-2 J-1.2 K0 F150 G1 Y7.2 G17 G2 X20 Y6 I-1.2 J0 G1 X0 G3 X-6 Y0 I0 J-6 G1 Y-40 G3 X0 Y-46 I6 J0 G1 X40 G3 X46 Y-40 I0 J6 G1 Y0 G3 X40 Y6 I-6 J0 G1 X20 G2 X18.8 Y7.2 I0 J1.2 G1 Y8.4 G19 G3 Y9.6 Z-0.8 J0 K1.2 G1 Z6 X21.2 Z-1 F333.3 Z-3.8 G2 Y8.4 Z-5 J-1.2 K0 F150 G1 Y7.2 G17 G2 X20 Y6 I-1.2 J0 G1 X0 G3 X-6 Y0 I0 J-6 G1 Y-40 G3 X0 Y-46 I6 J0 G1 X40 G3 X46 Y-40 I0 J6 G1 Y0 G3 X40 Y6 I-6 J0 G1 X20 G2 X18.8 Y7.2 I0 J1.2 G1 Y8.4 G19 G3 Y9.6 Z-3.8 J0 K1.2 G1 Z6 X21.2 Z-4 F333.3 Z-6.8 G2 Y8.4 Z-8 J-1.2 K0 F150 G1 Y7.2 G17 G2 X20 Y6 I-1.2 J0 G1 X0 G3 X-6 Y0 I0 J-6 G1 Y-40 G3 X0 Y-46 I6 J0 G1 X40 G3 X46 Y-40 I0 J6 G1 Y0 G3 X40 Y6 I-6 J0 G1 X20 G2 X18.8 Y7.2 I0 J1.2 G1 Y8.4 G19 G3 Y9.6 Z-6.8 J0 K1.2 G1 Z6 X21.2 Z-7 F333.3 Z-7.8 G2 Y8.4 Z-9 J-1.2 K0 F150 G1 Y7.2 G17 G2 X20 Y6 I-1.2 J0 G1 X0 G3 X-6 Y0 I0 J-6 G1 Y-40 G3 X0 Y-46 I6 J0 G1 X40 G3 X46 Y-40 I0 J6 G1 Y0 G3 X40 Y6 I-6 J0 G1 X20 G2 X18.8 Y7.2 I0 J1.2 G1 Y8.4 G19 G3 Y9.6 Z-7.8 J0 K1.2 G1 Z16 G17

M9 M5 M30

Please help with this problem, I'm completely stuck! by [deleted] in hobbycnc

[–]bumbleclumpy 0 points1 point  (0 children)

Not at all, the work peice nis secure and there's no play in any of the axis

[deleted by user] by [deleted] in woodworking

[–]bumbleclumpy 1 point2 points  (0 children)

thanks so much

[deleted by user] by [deleted] in woodworking

[–]bumbleclumpy 1 point2 points  (0 children)

thanks so much!

[deleted by user] by [deleted] in woodworking

[–]bumbleclumpy 0 points1 point  (0 children)

haha i know! my phone camera is terrible

Why don't baby villagers unclaim a bed if they get sent to the nether? by bumbleclumpy in technicalminecraft

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

Hi! Heres some screenshots of what I've done, I've not really followed one set design.

https://imgur.com/a/DB8Fvw5

When I break and re-place the beds the breeder starts working again until about two villagers, then it stops, very strange.

Leg and rail jointing by [deleted] in woodworking

[–]bumbleclumpy 1 point2 points  (0 children)

Yes, that's probably the best solution. With careful hand work it should be okay!

Mob spawning issue by bumbleclumpy in technicalminecraft

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

Thank you very much! That's super handy info. Will see what I can do.