CNC Torch Table v21.08 Software: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
   
   
Travel Limits after Homing (in mm):  
Travel Limits after Homing (in mm):  
  Line 715 #define Y_MAX_POS 610
  Line 715 #define Y_MAX_POS 1125
  Line 716 #define X_MAX_POS 610
  Line 716 #define X_MAX_POS 760
  Line 717 #define Z_MAX_POS 150
  Line 717 #define Z_MAX_POS 200


Automatic Bed Leveling Positions:  
Automatic Bed Leveling Positions:  
Line 22: Line 22:


----
----
= Cutting Logic =
= Cutting Logic =
  Logic:
  Logic:
Line 35: Line 36:


  Continue as needed to cut everything. We could probably cut 8 blades at one time. Start with one. Move to 4. Move to 8 on 2 pieces of stock.
  Continue as needed to cut everything. We could probably cut 8 blades at one time. Start with one. Move to 4. Move to 8 on 2 pieces of stock.
----
= Test File =
[[File:Blade1.zip]]

Latest revision as of 13:04, 9 November 2021

Change Log

File:Marlin CNC Torch.zip

Changes to Marlin:

Line 138 #define CUSTOM_MACHINE_NAME "CNC Torch v21.10"

Travel Limits after Homing (in mm):

Line 715 #define Y_MAX_POS 1125
Line 716 #define X_MAX_POS 760
Line 717 #define Z_MAX_POS 200

Automatic Bed Leveling Positions:

Line 803 #define LEFT_PROBE_BED_POSITION 100 // see D3D_Universal on the wiki
Line 804 #define RIGHT_PROBE_BED_POSITION 500 //
Line 805 #define FRONT_PROBE_BED_POSITION 100 //
Line 806 #define BACK_PROBE_BED_POSITION 500

Cutting Logic

Logic:
1. Home and bed level
2. Move up to top of Z, set good feedrate
3. With z moving up, light torch manually
3.5 Wait 10 secs to adjust flame
4. Set good feedrate, start cut
5. Pause 10 seconds at any pierce point
6. Pierce and continue cutting until first exit point.
7. Turn off cut gas at exit point
Continue as needed to cut everything. We could probably cut 8 blades at one time. Start with one. Move to 4. Move to 8 on 2 pieces of stock.

Test File

File:Blade1.zip