CL57T closed loop driver with MKS Sbase 1.3 board not working ? October 02, 2019 01:11AM |
Registered: 5 years ago Posts: 10 |
Re: CL57T closed loop driver with MKS Sbase 1.3 board not working ? October 02, 2019 02:11AM |
Admin Registered: 13 years ago Posts: 7,118 |
Re: CL57T closed loop driver with MKS Sbase 1.3 board not working ? October 02, 2019 04:15AM |
Registered: 11 years ago Posts: 341 |
Re: CL57T closed loop driver with MKS Sbase 1.3 board not working ? October 02, 2019 09:58AM |
Registered: 5 years ago Posts: 10 |
Re: CL57T closed loop driver with MKS Sbase 1.3 board not working ? October 02, 2019 10:13AM |
Registered: 5 years ago Posts: 10 |
Re: CL57T closed loop driver with MKS Sbase 1.3 board not working ? October 02, 2019 11:21AM |
Admin Registered: 13 years ago Posts: 7,118 |
Re: CL57T closed loop driver with MKS Sbase 1.3 board not working ? October 02, 2019 11:39AM |
Registered: 5 years ago Posts: 10 |
Re: CL57T closed loop driver with MKS Sbase 1.3 board not working ? October 02, 2019 11:50AM |
Admin Registered: 13 years ago Posts: 7,118 |
Re: CL57T closed loop driver with MKS Sbase 1.3 board not working ? October 02, 2019 01:35PM |
Registered: 5 years ago Posts: 10 |
# Stepper module configuration # Pins are defined as ports, and pin numbers, appending "!" to the number will invert a pin # See [smoothieware.org] and [smoothieware.org] alpha_step_pin 2.0o # Pin for alpha stepper step signal alpha_dir_pin 0.5o # Pin for alpha stepper direction, add '!' to reverse direction alpha_en_pin 0.4o # Pin for alpha enable pin alpha_current 1.58 # X stepper motor current 1.5 alpha_max_rate 40000.0 # Maximum rate in mm/min beta_step_pin 2.1o # Pin for beta stepper step signal beta_dir_pin 0.11o # Pin for beta stepper direction, add '!' to reverse direction beta_en_pin 0.10o # Pin for beta enable beta_current 1.58 # Y stepper motor current 1.5 beta_max_rate 40000.0 # Maxmimum rate in mm/min gamma_step_pin 2.2o # Pin for gamma stepper step signal gamma_dir_pin 0.20o # Pin for gamma stepper direction, add '!' to reverse direction gamma_en_pin 0.19o # Pin for gamma enable gamma_current 1.58 # Z stepper motor current 1.5 gamma_max_rate 40000.0 # Maximum rate in mm/min
Re: CL57T closed loop driver with MKS Sbase 1.3 board not working ? October 02, 2019 03:00PM |
Registered: 5 years ago Posts: 10 |
## Endstops # See [smoothieware.org] endstops_enable true # The endstop module is enabled by default and can be disabled here delta_homing true # Forces all three axis to home a the same time regardless of what is specified in G28 alpha_min_endstop 1.24 # Pin to read min endstop, add a ! to invert if endstop is NO connected to ground nc alpha_max_endstop 1.25v # Pin to read max endstop, uncomment this and comment the above if using max endstops alpha_homing_direction home_to_max # Or set to home_to_max and set alpha_max and uncomment the alpha_max_endstop alpha_max 0 # This gets loaded as the current position after homing when home_to_max is set beta_min_endstop 1.26 # Pin to read min endstop, add a ! to invert if endstop is NO connected to ground nc beta_max_endstop 1.27v # Pin to read max endstop, uncomment this and comment the above if using max endstops beta_homing_direction home_to_max # Or set to home_to_max and set alpha_max and uncomment the alpha_max_endstop beta_max 0 # This gets loaded as the current position after homing when home_to_max is set gamma_min_endstop 1.28 # Pin to read min endstop, add a ! to invert if endstop is NO connected to ground nc gamma_max_endstop 1.29v # Pin to read max endstop, uncomment this and comment the above if using max endstops gamma_homing_direction home_to_max # Or set to home_to_max and set alpha_max and uncomment the alpha_max_endstop gamma_max 716.30 # This gets loaded as the current position after homing when home_to_max is set 717.60 716.00 alpha_max_travel 1497 # Max travel in mm for alpha/X axis when homing beta_max_travel 1497 # Max travel in mm for beta/Y axis when homing gamma_max_travel 1497 # Max travel in mm for gamma/Z axis when homing
Re: CL57T closed loop driver with MKS Sbase 1.3 board not working ? October 02, 2019 07:17PM |
Admin Registered: 13 years ago Posts: 7,118 |
Re: CL57T closed loop driver with MKS Sbase 1.3 board not working ? October 03, 2019 03:42AM |
Registered: 5 years ago Posts: 10 |
Re: CL57T closed loop driver with MKS Sbase 1.3 board not working ? October 03, 2019 04:20AM |
Admin Registered: 13 years ago Posts: 7,118 |
Re: CL57T closed loop driver with MKS Sbase 1.3 board not working ? October 03, 2019 05:51AM |
Registered: 5 years ago Posts: 10 |
Re: CL57T closed loop driver with MKS Sbase 1.3 board not working ? October 03, 2019 06:11AM |
Admin Registered: 13 years ago Posts: 7,118 |
Re: CL57T closed loop driver with MKS Sbase 1.3 board not working ? October 03, 2019 01:07PM |
Registered: 5 years ago Posts: 10 |
Re: CL57T closed loop driver with MKS Sbase 1.3 board not working ? October 04, 2019 05:06AM |
Registered: 5 years ago Posts: 10 |