mirror of
https://github.com/sinseman44/PyCNC.git
synced 2026-07-16 08:37:09 +00:00
hardware adjustments
This commit is contained in:
@@ -66,15 +66,15 @@ gpio10 - y min
|
|||||||
gpio24 - x max
|
gpio24 - x max
|
||||||
gpio23 - x min
|
gpio23 - x min
|
||||||
gpio22 - heat bed
|
gpio22 - heat bed
|
||||||
gpio27 - heater 2(or fan)
|
gpio27 - heater 2(uses as fan)
|
||||||
gpio18 - heater 1
|
gpio18 - heater 1
|
||||||
gpio17 - not connected
|
gpio17 - ser1(not connected)
|
||||||
gpio15 - not connected
|
gpio15 - ser2(not connected)
|
||||||
gpio4 - not connected
|
gpio4 - ser3(not connected)
|
||||||
gpio14 - not connected
|
gpio14 - ser4(not connected)
|
||||||
gpio3 - i2c scl for ads1115
|
gpio3 - i2c scl for ads1115
|
||||||
gpio2 - i2c sda for ads1115
|
gpio2 - i2c sda for ads1115
|
||||||
ads1115 ch0 - heater 2(or not connected)
|
ads1115 ch0 - heater 2(not connected)
|
||||||
ads1115 ch1 - bed
|
ads1115 ch1 - bed
|
||||||
ads1115 ch2 - heater 1
|
ads1115 ch2 - heater 1
|
||||||
ads1115 ch3 - not connected
|
ads1115 ch3 - not connected
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# Maximum velocity for each axis in millimeter per minute.
|
# Maximum velocity for each axis in millimeter per minute.
|
||||||
MAX_VELOCITY_MM_PER_MIN_X = 24000
|
MAX_VELOCITY_MM_PER_MIN_X = 24000
|
||||||
MAX_VELOCITY_MM_PER_MIN_Y = 15000
|
MAX_VELOCITY_MM_PER_MIN_Y = 12000
|
||||||
MAX_VELOCITY_MM_PER_MIN_Z = 600
|
MAX_VELOCITY_MM_PER_MIN_Z = 600
|
||||||
MAX_VELOCITY_MM_PER_MIN_E = 1500
|
MAX_VELOCITY_MM_PER_MIN_E = 1500
|
||||||
MIN_VELOCITY_MM_PER_MIN = 1
|
MIN_VELOCITY_MM_PER_MIN = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user