CNC Torch Table v19.10: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
Line 103: Line 103:


=Firmware=
=Firmware=
*To use no temperature sensors, set max temps to 500 and jumper the thermistor pin pairs. Jumpering sets temp to max, which is 358C.
*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:
 
#define HEATER_0_MINTEMP -1
#define BED_MINTEMP -1
 
This works. Without thermistors, RAMPS reads 0C. Set the minimum below that, and MINTEMP ERROR is avoided.


=Build=
=Build=

Revision as of 07:22, 28 November 2019

CAD 1" Universal Axis - 3 Pieces

Frame

Mechanical

CNC 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


Electronics

Concept

edit

Concept Video Walk-Through

BOM

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

Firmware

  • 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" stel tube:

Links