Upgraded to 2.9 and stuck on 4.6. Add PlasmaC To Base Machine
- TexasCNC
 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 373
 - Thank you received: 10
 
			
	
						06 Sep 2019 13:49				#144379
		by TexasCNC
	
	
		
			
	
			
			 		
													
	
				Replied by TexasCNC on topic Upgraded to 2.9 and stuck on 4.6. Add PlasmaC To Base Machine			
			
				Thanks guys I will look into further down the line I was just wondering about it as I see some do both for probing ohmic primary and backup the float switch.			
					Please Log in or Create an account to join the conversation.
- TexasCNC
 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 373
 - Thank you received: 10
 
			
	
						06 Sep 2019 14:18				#144384
		by TexasCNC
	
	
		
			
	
	
			 		
													
	
				Replied by TexasCNC on topic Upgraded to 2.9 and stuck on 4.6. Add PlasmaC To Base Machine			
			
				I missed this
Line 190 of thc.hal:
net LimitZ parport.0.pin-15-in => or2.2.in0
expects a limit switch on parallel port pin 15, do you have that?
if not you could try changing the line to:
net LimitZ parport.0.pin-15-in-not => or2.2.in0
or even commenting it out but I have no idea what the repercussions would be...
Thanks Phill I didnt see this reply I might of skipped it but this worked thanks
					Line 190 of thc.hal:
net LimitZ parport.0.pin-15-in => or2.2.in0
expects a limit switch on parallel port pin 15, do you have that?
if not you could try changing the line to:
net LimitZ parport.0.pin-15-in-not => or2.2.in0
or even commenting it out but I have no idea what the repercussions would be...
Thanks Phill I didnt see this reply I might of skipped it but this worked thanks
		The following user(s) said Thank You: phillc54 	
			Please Log in or Create an account to join the conversation.
- TexasCNC
 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 373
 - Thank you received: 10
 
			
	
						12 Sep 2019 20:42				#144983
		by TexasCNC
	
	
		
			
	
			
			 		
													
	
				Replied by TexasCNC on topic Upgraded to 2.9 and stuck on 4.6. Add PlasmaC To Base Machine			
			
				Is there any way to make the torch go back to home location after cut. Pretty much the spot where you home it before it starts cutting? I want the torch to go back to home location after my cuts.			
					Please Log in or Create an account to join the conversation.
- rodw
 - 
				
											 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 11472
 - Thank you received: 3848
 
			
	
						12 Sep 2019 21:43				#144990
		by rodw
	
	
		
			
				
Just add G0 X0 Y0 before the last M30 in your file but it might be prudent to also add another G0 command to lift the Z axis to a safe height before this (ask me how I know?)
					
	
			
			 		
													
	
				Replied by rodw on topic Upgraded to 2.9 and stuck on 4.6. Add PlasmaC To Base Machine			
			Is there any way to make the torch go back to home location after cut. Pretty much the spot where you home it before it starts cutting? I want the torch to go back to home location after my cuts.
Just add G0 X0 Y0 before the last M30 in your file but it might be prudent to also add another G0 command to lift the Z axis to a safe height before this (ask me how I know?)
Please Log in or Create an account to join the conversation.
- tommylight
 - 
				
											 - Away
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 20860
 - Thank you received: 7115
 
			
	
						12 Sep 2019 22:38				#144994
		by tommylight
	
	
		
			
				
Inkscape does that always, in that it adds a G0 X0 Y0 Z0 at the end of every gcode file.
					
	
			
			 		
													
	
				Replied by tommylight on topic Upgraded to 2.9 and stuck on 4.6. Add PlasmaC To Base Machine			
			I would venture a guess at collisions !......... it might be prudent to also add another G0 command to lift the Z axis to a safe height before this (ask me how I know?)
Inkscape does that always, in that it adds a G0 X0 Y0 Z0 at the end of every gcode file.
Please Log in or Create an account to join the conversation.
- phillc54
 - 
				
											 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 5711
 - Thank you received: 2093
 
			
	
						12 Sep 2019 23:02		 -  12 Sep 2019 23:59		#144999
		by phillc54
	
	
		
			
	
	
			 		
													
	
				Replied by phillc54 on topic Upgraded to 2.9 and stuck on 4.6. Add PlasmaC To Base Machine			
			
				You can't use Z motion as the PlasmaC GCode parser will comment them out.
You just need to ensure that your safe height is really a safe height then put a G0 Xnnn Ynnn move after your last cut.
Edit: Which has just shown up a bug in the GCode parser, it isn't commenting Z moves correctly.
			
					You just need to ensure that your safe height is really a safe height then put a G0 Xnnn Ynnn move after your last cut.
Edit: Which has just shown up a bug in the GCode parser, it isn't commenting Z moves correctly.
		Last edit: 12 Sep 2019 23:59  by phillc54.			
			Please Log in or Create an account to join the conversation.
- TexasCNC
 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 373
 - Thank you received: 10
 
			
	
						13 Sep 2019 01:54				#145019
		by TexasCNC
	
	
		
			
	
			
			 		
													
	
				Replied by TexasCNC on topic Upgraded to 2.9 and stuck on 4.6. Add PlasmaC To Base Machine			
			
				Sorry but I didn’t know Inkscape had a cam feature?			
					Please Log in or Create an account to join the conversation.
- tommylight
 - 
				
											 - Away
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 20860
 - Thank you received: 7115
 
			
	
						13 Sep 2019 09:34				#145039
		by tommylight
	
	
		
			
				
					
	
			
			 		
													
	
				Replied by tommylight on topic Upgraded to 2.9 and stuck on 4.6. Add PlasmaC To Base Machine			
			Inkscape comes with gcodetools installed and ready to use, it is very useful and does pretty much everything for 2D and some things for 2.5D milling/cutting/laser/plasma.Sorry but I didn’t know Inkscape had a cam feature?
Please Log in or Create an account to join the conversation.
- TexasCNC
 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 373
 - Thank you received: 10
 
			
	
						28 Sep 2019 23:42				#146517
		by TexasCNC
	
	
		
			
	
			
			 		
													
	
				Replied by TexasCNC on topic Upgraded to 2.9 and stuck on 4.6. Add PlasmaC To Base Machine			
			
				Does changing the parameters on the plasma config tab on GUI do any difference as far as the kerf width and cut height and all?			
					Please Log in or Create an account to join the conversation.
- tommylight
 - 
				
											 - Away
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 20860
 - Thank you received: 7115
 
			
	
						28 Sep 2019 23:51				#146521
		by tommylight
	
	
		
			
	
			
			 		
													
	
				Replied by tommylight on topic Upgraded to 2.9 and stuck on 4.6. Add PlasmaC To Base Machine			
			
				They should, but better wait for Phill to reply later, as he is most probably sound asleep now.			
					Please Log in or Create an account to join the conversation.
		Time to create page: 0.118 seconds