CNC Torch Table v19.10: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:torch.jpg|450px]][[File:torch2.jpg|450px]]
<html><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fmarcin.jakubowski.378%2Fposts%2F10217912088050995&width=500" width="500" height="650" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe></html>
<html><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fmarcin.jakubowski.378%2Fposts%2F10217912088050995&width=500" width="500" height="650" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe></html>


Line 10: Line 12:


<gallery perrow=6>
<gallery perrow=6>
File:Torch_table_assembly_v21_08.png|Update to final assembly, includes two Y axis. FreeCAD at Github -[https://github.com/AmunRa1322/OpenSourceEcology_Files/blob/main/Torch_table_assembly_v21_08.FCStd]


File:Torch table assembly v19 10.png|Final assembly of CNC torch table. FreeCAD at Gitlab -[https://gitlab.com/mi_shell/cnc_torch_table_v19_10/blob/master/Torch_table_assembly_v19_10.FCStd]
File:Torch table assembly v19 10.png|Final assembly of CNC torch table. FreeCAD at Gitlab -[https://gitlab.com/mi_shell/cnc_torch_table_v19_10/blob/master/Torch_table_assembly_v19_10.FCStd]


File:zassembly.png|Assembly of Z axis with gas solenoids. Gitlab - [https://gitlab.com/mi_shell/cnc_torch_table_v19_10/blob/master/torch_z_axis_3_compound.fcstd]
File:zassembly.png|Assembly of Z axis with gas solenoids. Gitlab - [https://gitlab.com/mi_shell/cnc_torch_table_v19_10/blob/master/torch_z_axis_3_compound.fcstd]. Wiki - [[File:torch_head.fcstd]]




Line 109: Line 113:


=BOM=
=BOM=
*Handle - [https://www.harborfreight.com/18-inch-oxygen-acetylene-cutting-torch-96290.html]
*Impco FL-205-1 valves - [https://www.amazon.com/gp/product/B009SEIIBM/ref=ppx_yo_dt_b_asin_title_o01_s00?ie=UTF8&psc=1]
*Impco FL-205-1 valves - [https://www.amazon.com/gp/product/B009SEIIBM/ref=ppx_yo_dt_b_asin_title_o01_s00?ie=UTF8&psc=1]
*Impco Et98-52295 valves - [https://www.amazon.com/Impco-Et98-50362-001-Propane-Lockoff-Et98-52295/dp/B00EP1QX56/ref=sr_1_18?keywords=lpg+valve&qid=1574915647&s=industrial&sr=1-18]
*Impco Et98-52295 valves - [https://www.amazon.com/Impco-Et98-50362-001-Propane-Lockoff-Et98-52295/dp/B00EP1QX56/ref=sr_1_18?keywords=lpg+valve&qid=1574915647&s=industrial&sr=1-18]
Line 139: Line 144:
*[[Universal Axis]]
*[[Universal Axis]]
*[[Universal Controller]]
*[[Universal Controller]]
*[[Chris Bassett Log]] - gas control on 2013 version

Latest revision as of 18:42, 2 August 2021

Torch.jpgTorch2.jpg

CAD 1" Universal Axis - 3 Pieces

Frame

Mechanical

Newhead.pngCNC Torch 1in idler module.jpgTorch idler trimmed.pngFront of idler trimmed.pngTorch.pngTorch tip.pngTorch handle only.pngCnc torch idler v19 10.pngBearing 1in.pngNema23motor.pngTb6600.pngIdlerassy2.png1inchshaft.pngEndPlug.pngIdler+bearing.pngCnc torch carriage v19 10.pngCnc peg 15mm belt v19 10.pngCnc torch half carriage v19 10.pngYAxisAssembly.PNGTorch table assembly v19 10.pngCNC Torch Tablepic.jpgIgniter.pngFl 205 cut of solenoid.png Quarterplug.pngZassembly.pngIdler belt wheel.png

Electronics

12Vps.pngAuxcontrol.pngAuxcontrol2.pngAuxcontrol3.pngAuxcontrol4.pngAuxcontrol5.png

Concept

edit

Universal Controller Automation

Concept Video Walk-Through

BOM

  • Handle - [10]
  • Impco FL-205-1 valves - [11]
  • Impco Et98-52295 valves - [12]
  • Brass 90° Elbow 1/4" NPT Male to Female - [13]
  • 40 micron Inline Gas Filter - [14][15]
  • Idler Bearing - [16]
  • Spring steel - 0.049" - [17] and 0.075" - [18]
  • Split Wire Loom - 1.5"
  • Angle barb - 1/4" - [19]

Firmware

Download firmware: File:Marlin v19.10.CNCTorch.zip

  • To use no temperature sensors, set max temps to 500 and jumper the thermistor pin pairs. Jumpering sets temp to max, which is 358C. Result: does not work. MAXTEMP error is still triggered.
  • So instead in Configuration.h:
  1. define HEATER_0_MINTEMP -1
  2. define BED_MINTEMP -1

This works. Without thermistors, RAMPS reads 0C. Set the minimum below that, and MINTEMP ERROR is avoided.

Build

X axis, carriage, end plug for hanging 1" Universal Axis around 4"x4" steel tube:

Links