Building a new head and wondering, those that have direct drive NEMA 8 motor rotation, how many steps per rev do you have it set up for?
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/0156edc5-da0a-4f9b-b719-dc381544f71a%40googlegroups.com.
Thanks Jim.So you have 3200 steps per rev correct?And of course 1 mm ~= 1 deg?
It features :
32-bit Cortex-M3 LPC1769 with 512kB flash and 64kB RAM
3 to 5 A5984 stepper drivers with 1/32 microstepping
.....
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/c08c78bd-1f38-48d5-9b4e-79066d6c8d69%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/450de811-de9a-45cb-9173-48d3a9ba3f1e%40googlegroups.com.
Does it have the same microstepping limitation when used with external drivers? I'm actually putting together a new machine with external drivers- I was going to use it with the smoothieboard I bought a while back, but 1/32 microstepping definitely isn't needed, and I imagine slows things down.
Thanks!
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/e5cb6e19-35f9-439a-8111-b6674a9126ea%40googlegroups.com.
@Jim - on Smoothiware you have "a bootleg with different drivers and a jumper for 16/32". Can you explain a bit more - I do not understand!?
Original Smoothiware is using A5984 stepper drivers and there is no such jumper ... you are on
extruder.hotend.enable true # Whether to activate the extruder module at all. All configuration is ignored if false
extruder.hotend.steps_per_mm 17.77 # Steps per mm for extruder stepper
extruder.hotend.default_feed_rate 60000 # Default rate ( mm/minute ) for moves where only the extruder moves
extruder.hotend.acceleration 6000 # Acceleration for the stepper motor, as of 0.6, arbitrary ratio
extruder.hotend.max_speed 360 # mm/s
extruder.hotend.step_pin 2.3 # Pin for extruder step signal
extruder.hotend.dir_pin 0.22 # Pin for extruder dir signal
extruder.hotend.en_pin 0.21 # Pin for extruder enable signal
delta_current 0.4 # First extruder stepper motor current
extruder.hotend2.enable true # Whether to activate the extruder module at all. All configuration is ignored if false
extruder.hotend2.steps_per_mm 17.77 # Steps per mm for extruder stepper
extruder.hotend2.default_feed_rate 60000 # Default rate ( mm/minute ) for moves where only the extruder moves
extruder.hotend2.acceleration 6000 # Acceleration for the stepper motor, as of 0.6, arbitrary ratio
extruder.hotend2.max_speed 360 # mm/s
extruder.hotend2.step_pin 2.8 # Pin for extruder step signal
extruder.hotend2.dir_pin 2.13 # Pin for extruder dir signal
extruder.hotend2.en_pin 4.29 # Pin for extruder enable signal
epsilon_current 0.4 # Second extruder stepper motor current