Advertisement
Guest User

Untitled

a guest
Jul 5th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Haszmann Dániel, MKS GEN L board with TMC2208 drivers, dual Z drives
  2.  
  3. [stepper_x]
  4. step_pin: ar54
  5. dir_pin: ar55
  6. enable_pin: !ar38
  7. step_distance: .01
  8. endstop_pin: ^ar3
  9. position_min: -35
  10. position_endstop: -35
  11. position_max: 210
  12. homing_speed: 25
  13. homing_retract_dist: 5.0
  14.  
  15. [stepper_y]
  16. step_pin: ar60
  17. dir_pin: !ar61
  18. enable_pin: !ar56
  19. step_distance: .01
  20. endstop_pin: ^ar14
  21. position_endstop: 0
  22. position_max: 210
  23. homing_speed: 25
  24. homing_retract_dist: 5.0
  25.  
  26. [stepper_z]
  27. step_pin: ar46
  28. dir_pin: ar48
  29. enable_pin: !ar62
  30. step_distance: .0025
  31. endstop_pin: z_virtual_endstop
  32. position_endstop: 0.5
  33. position_max: 200
  34.  
  35. [stepper_z1]
  36. step_pin: ar36
  37. dir_pin: ar34
  38. enable_pin: !ar30
  39. step_distance: .0025
  40. position_endstop: 0.5
  41. position_max: 200
  42.  
  43. [probe]
  44. pin: ^!ar18
  45. z_offset: 1.79
  46. speed: 5.0
  47.  
  48. [bed_tilt]
  49. points:
  50.     100,100
  51.     30,30
  52.     105,30
  53.     180,30
  54.     180,105
  55.     105,105
  56.     30,105
  57.     30,180
  58.     105,180
  59.     180,180
  60.  
  61. [homing_override]
  62. axes: z
  63. gcode:
  64.     G90
  65.     G1 Z2 F600
  66.     G28 X0 Y0
  67.     G1 X105 Y105 F3600
  68.     G28 Z0
  69.  
  70. [extruder]
  71. step_pin: ar26
  72. dir_pin: ar28
  73. enable_pin: !ar24
  74. step_distance: .01
  75. nozzle_diameter: 0.400
  76. filament_diameter: 1.75
  77. #max_extrude_cross_section:
  78. #   Maximum area of the cross section of an extrusion line (in
  79. #   mm^2). This setting prevents excessive amounts of extrusion during
  80. #   relatively small XY moves. If a move requests an extrusion rate
  81. #   that would exceed this value it will cause an error to be
  82. #   returned. The default is: 4.0 * nozzle_diameter^2
  83. #max_extrude_only_distance: 50.0
  84. #   Maximum length (in mm of raw filament) that an extrude only move
  85. #   may be. If an extrude only move requests a distance greater than
  86. #   this value it will cause an error to be returned. The default is
  87. #   50mm.
  88. #max_extrude_only_velocity:
  89. #   Maximum velocity (in mm/s) of the extruder motor for extrude only
  90. #   moves. If this is not specified then it is calculated to match the
  91. #   limit an XY printing move with a max_extrude_cross_section
  92. #   extrusion would have.
  93. #max_extrude_only_accel:
  94. #   Maximum acceleration (in mm/s^2) of the extruder motor for extrude
  95. #   only moves. If this is not specified then it is calculated to
  96. #   match the limit an XY printing move with a
  97. #   max_extrude_cross_section extrusion would have.
  98. #pressure_advance: 0.0
  99. #   The amount of raw filament to push into the extruder during
  100. #   extruder acceleration. An equal amount of filament is retracted
  101. #   during deceleration. It is measured in millimeters per
  102. #   millimeter/second. The default is 0, which disables pressure
  103. #   advance.
  104. #pressure_advance_lookahead_time: 0.010
  105. #   A time (in seconds) to "look ahead" at future extrusion moves when
  106. #   calculating pressure advance. This is used to reduce the
  107. #   application of pressure advance during cornering moves that would
  108. #   otherwise cause retraction followed immediately by pressure
  109. #   buildup. This setting only applies if pressure_advance is
  110. #   non-zero. The default is 0.010 (10 milliseconds).
  111. #
  112. heater_pin: ar10
  113. #max_power: 1.0
  114. sensor_type: Semitec 104GT-2
  115. #   Type of sensor - this may be "EPCOS 100K B57560G104F", "ATC
  116. #   Semitec 104GT-2", "NTC 100K beta 3950", "Honeywell 100K
  117. #   135-104LAG-J01", "NTC 100K MGB18-104F39050L32", "AD595", or "PT100
  118. #   INA826". Additional sensor types may be available - see the
  119. #   example-extras.cfg file for details. This parameter must be
  120. #   provided.
  121. sensor_pin: analog13
  122. #   Analog input pin connected to the sensor. This parameter must be
  123. #   provided.
  124. #pullup_resistor: 4700
  125. #   The resistance (in ohms) of the pullup attached to the
  126. #   thermistor. This parameter is only valid when the sensor is a
  127. #   thermistor. The default is 4700 ohms.
  128. #adc_voltage: 5.0
  129. #   The ADC comparison voltage. This parameter is only valid when the
  130. #   sensor is an AD595 or "PT100 INA826". The default is 5 volts.
  131. control: pid
  132. pid_Kp: 87.04
  133. pid_Ki: 14.56
  134. pid_Kd: 130.13
  135. #pid_deriv_time: 2.0
  136. #pid_integral_max:
  137. #pwm_cycle_time: 0.100
  138. min_extrude_temp: 170
  139. min_temp: 5
  140. max_temp: 240
  141.  
  142. [heater_bed]
  143. heater_pin: ar8
  144. sensor_type: Semitec 104GT-2
  145. sensor_pin: analog14
  146. control: pid
  147.  
  148. min_temp: 0
  149. max_temp: 110
  150.  
  151. [fan]
  152. pin: ar9
  153. #max_power: 1.0
  154. #shutdown_speed: 0
  155. #cycle_time: 0.010
  156. #hardware_pwm: False
  157. kick_start_time: 0.100
  158.  
  159. [mcu]
  160. serial: /dev/ttyACM0
  161. baud: 250000
  162. pin_map: arduino
  163.  
  164. [printer]
  165. kinematics: cartesian
  166. max_velocity: 150
  167. max_accel: 1000
  168. #max_accel_to_decel:
  169. #   A pseudo acceleration (in mm/s^2) controlling how fast the
  170. #   toolhead may go from acceleration to deceleration. It is used to
  171. #   reduce the top speed of short zig-zag moves (and thus reduce
  172. #   printer vibration from these moves). The default is half of
  173. #   max_accel.
  174. max_z_velocity: 10
  175. max_z_accel: 30
  176.  
  177. [display]
  178. lcd_type: st7920
  179. cs_pin: ar49
  180. sid_pin: ar51
  181. sclk_pin: ar52
  182. #define BTN_EN1           64
  183. #define BTN_EN2           59
  184. #define BTN_ENC           63
  185. #define SD_DETECT_PIN     42
  186. #define BEEPER_PIN        37
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement