CNC Torch Table v21.08 Software: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Added a Category to the Page)
Line 18: Line 18:
  Line 805 #define FRONT_PROBE_BED_POSITION 100 //
  Line 805 #define FRONT_PROBE_BED_POSITION 100 //
  Line 806 #define BACK_PROBE_BED_POSITION 500
  Line 806 #define BACK_PROBE_BED_POSITION 500
[[Category: CNC Torch Table]]

Revision as of 23:58, 17 October 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 610 
Line 716 #define X_MAX_POS 610
Line 717 #define Z_MAX_POS 150

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