Advertisement
eta4ever

Untitled

Nov 14th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.56 KB | None | 0 0
  1.  
  2.  
  3. # Base config
  4.  
  5. default_feed_rate 3600
  6. default_seek_rate 3600
  7. mm_per_arc_segment 0.5
  8.  
  9. arm_solution corexy
  10.  
  11. alpha_steps_per_mm 640
  12. beta_steps_per_mm 640
  13. gamma_steps_per_mm 6400
  14.  
  15. planner_queue_size 32 // don't touch
  16.  
  17. acceleration 1000
  18. z_acceleration 60
  19. acceleration_ticks_per_second 1000
  20. junction_deviation 0.02
  21.  
  22. # Stepper module configuration
  23.  
  24. microseconds_per_step_pulse 1
  25. base_stepping_frequency 100000
  26.  
  27. # Cartesian axis speed limits
  28. x_axis_max_speed 30000
  29. y_axis_max_speed 30000
  30. z_axis_max_speed 100
  31.  
  32. # Stepper module pins
  33. alpha_step_pin 2.0
  34. alpha_dir_pin 0.5!
  35. alpha_en_pin 0.4
  36. alpha_max_rate 30000
  37.  
  38. beta_step_pin 2.1
  39. beta_dir_pin 0.11!
  40. beta_en_pin 0.10
  41. beta_max_rate 30000
  42.  
  43. gamma_step_pin 2.2
  44. gamma_dir_pin 0.20
  45. gamma_en_pin 0.19
  46. gamma_max_rate 100
  47.  
  48. # Serial communications configuration
  49. uart0.baud_rate 115200
  50. second_usb_serial_enable false
  51.  
  52. # Extruder module configuration
  53.  
  54. extruder.hotend.enable true
  55. extruder.hotend.steps_per_mm 800
  56. extruder.hotend.default_feed_rate 600
  57. extruder.hotend.acceleration 1000
  58. extruder.hotend.max_speed 100
  59.  
  60. extruder.hotend.step_pin 2.3
  61. extruder.hotend.dir_pin 0.22!
  62. extruder.hotend.en_pin 0.21
  63.  
  64.  
  65. # Hotend
  66. temperature_control.hotend.enable true
  67. temperature_control.hotend.thermistor_pin 0.24
  68. temperature_control.hotend.heater_pin 2.7
  69. temperature_control.hotend.thermistor RRRF100K
  70. temperature_control.hotend.set_m_code 104
  71. temperature_control.hotend.set_and_wait_m_code 109
  72. temperature_control.hotend.designator T
  73.  
  74. temperature_control.bed.enable true
  75. temperature_control.bed.thermistor_pin 0.23
  76. temperature_control.bed.heater_pin 2.4
  77. temperature_control.bed.thermistor RRRF100K
  78.  
  79. temperature_control.bed.bang_bang true # set to true to use bang bang control rather than PID
  80. temperature_control.bed.hysteresis 2.0 # set to the temperature in degrees C to use as hysteresis when
  81.  
  82. temperature_control.bed.set_m_code 140
  83. temperature_control.bed.set_and_wait_m_code 190
  84. temperature_control.bed.designator B
  85.  
  86. # Switch module for fan control
  87. switch.fan.enable false #
  88. #switch.fan.input_on_command M106 #
  89. #switch.fan.input_off_command M107 #
  90. #switch.fan.output_pin 2.4 #
  91. #switch.fan.output_type pwm # pwm output settable with S parameter in the input_on_comand
  92. #switch.fan.max_pwm 255 # set max pwm for the pin default is 255
  93.  
  94. # Endstops
  95. endstops_enable true
  96. corexy_homing true
  97. alpha_min_endstop 1.24!^
  98. alpha_max_endstop nc
  99. alpha_homing_direction home_to_min
  100. alpha_min 0
  101. alpha_max 190
  102. beta_min_endstop 1.26!^
  103. beta_max_endstop nc
  104. beta_homing_direction home_to_min
  105. beta_min 0
  106. beta_max 190
  107. gamma_min_endstop 1.28!^
  108. gamma_max_endstop nc
  109. gamma_homing_direction home_to_min
  110. gamma_min 0
  111. gamma_max 190
  112.  
  113. alpha_fast_homing_rate_mm_s 50 # feedrates in mm/second
  114. beta_fast_homing_rate_mm_s 50 # "
  115. gamma_fast_homing_rate_mm_s 4 # "
  116. alpha_slow_homing_rate_mm_s 25 # "
  117. beta_slow_homing_rate_mm_s 25 # "
  118. gamma_slow_homing_rate_mm_s 2 # "
  119.  
  120. alpha_homing_retract_mm 5 # distance in mm
  121. beta_homing_retract_mm 5 # "
  122. gamma_homing_retract_mm 1 # "
  123.  
  124. #endstop_debounce_count 100 # uncomment if you get noise on your endstops, default is 100
  125.  
  126. # Only needed on a smoothieboard
  127. currentcontrol_module_enable false
  128.  
  129. return_error_on_unhandled_gcode false
  130.  
  131. # network settings
  132. network.enable false # enable the ethernet network services
  133.  
  134. # Panel
  135. panel.enable true # set to true to enable the panel code
  136.  
  137. # fullgraphic
  138. panel.lcd reprap_discount_glcd #
  139. panel.spi_channel 0 # spi channel to use ; GLCD EXP1 Pins 3,5 (MOSI, SCLK)
  140. panel.spi_cs_pin 0.16 # spi chip select ; GLCD EXP1 Pin 4
  141. panel.encoder_a_pin 3.25!^ # encoder pin ; GLCD EXP2 Pin 3
  142. panel.encoder_b_pin 3.26!^ # encoder pin ; GLCD EXP2 Pin 5
  143. panel.click_button_pin 1.30!^ # click button ; GLCD EXP1 Pin 2
  144. panel.buzz_pin 1.31 # pin for buzzer ; GLCD EXP1 Pin 1
  145. panel.back_button_pin 2.11!^ # back button ; GLCD EXP2 Pin 8
  146. panel.external_sd true # set to true if there is an extrernal sdcard on the panel
  147. panel.external_sd.spi_channel 1 # set spi channel the sdcard is on
  148. panel.external_sd.spi_cs_pin 0.28 # set spi chip select for the sdcard (or any spare pin)
  149. panel.external_sd.sdcd_pin 0.27!^ # sd detect signal (set to nc if no sdcard detect) (or any spare pin)
  150.  
  151. panel.encoder_resolution 4 # don't know default, with no parameters skips
  152.  
  153. panel.menu_offset 0 # some panels will need 1 here
  154.  
  155. panel.alpha_jog_feedrate 6000 # x jogging feedrate in mm/min
  156. panel.beta_jog_feedrate 6000 # y jogging feedrate in mm/min
  157. panel.gamma_jog_feedrate 200 # z jogging feedrate in mm/min
  158.  
  159. panel.hotend_temperature 200 # temp to set hotend when preheat is selected
  160. panel.bed_temperature 60 # temp to set bed when preheat is selected
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement