Advertisement
mentaluproar

print.cfg anycubic kossel plus with nimble extruder

May 9th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.27 KB | None | 0 0
  1. # This file serves as documentation for config parameters of delta
  2.  
  3. # style printers. One may copy and edit this file to configure a new
  4.  
  5. # delta printer. Only parameters unique to delta printers are
  6.  
  7. # described here - see the "example.cfg" file for description of
  8.  
  9. # common config parameters.
  10.  
  11.  
  12.  
  13. # DO NOT COPY THIS FILE WITHOUT CAREFULLY READING AND UPDATING IT
  14.  
  15. # FIRST. Incorrectly configured parameters may cause damage.
  16.  
  17.  
  18.  
  19. # Z height probe. One may define this section to enable Z height
  20.  
  21. # probing hardware. When this section is enabled, PROBE and
  22.  
  23. # QUERY_PROBE extended g-code commands become available. The probe
  24.  
  25. # section also creates a virtual probe:z_virtual_endstop pin. One may
  26.  
  27. # set the stepper_z endstop_pin to this virtual pin on cartesian style
  28.  
  29. # printers that use the probe in place of a z endstop.
  30.  
  31. #[probe]
  32.  
  33. #pin: ar18
  34.  
  35. # Probe detection pin. This parameter must be provided.
  36.  
  37. #speed: 10.0
  38.  
  39. # Speed (in mm/s) of the Z axis when probing. The default is 5mm/s.
  40.  
  41. #z_position: 0
  42.  
  43. # The Z position to command the head to move to during a PROBE
  44.  
  45. # command. The default is 0.
  46.  
  47.  
  48.  
  49. # The stepper_a section describes the stepper controlling the front
  50.  
  51. # left tower (at 210 degrees). This section also controls the homing
  52.  
  53. # parameters (homing_speed, homing_retract_dist) for all towers.
  54.  
  55. [stepper_a]
  56.  
  57. step_pin: ar54
  58.  
  59. dir_pin: !ar55
  60.  
  61. enable_pin: !ar38
  62.  
  63. step_distance: .0125
  64.  
  65. endstop_pin: ^ar2
  66.  
  67. homing_speed: 100
  68.  
  69. position_endstop: 295.697743
  70.  
  71. angle: 210.076759
  72.  
  73. # Distance (in mm) between the nozzle and the bed when the nozzle is
  74.  
  75. # in the center of the build area and the endstop triggers. This
  76.  
  77. # parameter must be provided for stepper_a; for stepper_b and
  78.  
  79. # stepper_c this parameter defaults to the value specified for
  80.  
  81. # stepper_a.
  82.  
  83. arm_length: 266.7
  84.  
  85. # Length (in mm) of the diagonal rod that connects this tower to the
  86.  
  87. # print head. This parameter must be provided for stepper_a; for
  88.  
  89. # stepper_b and stepper_c this parameter defaults to the value
  90.  
  91. # specified for stepper_a.
  92.  
  93.  
  94.  
  95. # The stepper_b section describes the stepper controlling the front
  96.  
  97. # right tower (at 330 degrees).
  98.  
  99. [stepper_b]
  100.  
  101. step_pin: ar60
  102.  
  103. dir_pin: !ar61
  104.  
  105. enable_pin: !ar56
  106.  
  107. step_distance: .0125
  108.  
  109. endstop_pin: ^ar15
  110.  
  111. position_endstop: 296.416638
  112.  
  113. angle: 329.369433
  114.  
  115.  
  116.  
  117. # The stepper_c section describes the stepper controlling the rear
  118.  
  119. # tower (at 90 degrees).
  120.  
  121. [stepper_c]
  122.  
  123. step_pin: ar46
  124.  
  125. dir_pin: !ar48
  126.  
  127. enable_pin: !ar62
  128.  
  129. step_distance: .0125
  130.  
  131. endstop_pin: ^ar19
  132.  
  133. position_endstop: 295.679087
  134.  
  135. angle: 90.000000
  136.  
  137.  
  138.  
  139. [extruder]
  140.  
  141. step_pin: ar26
  142.  
  143. dir_pin: ar28
  144.  
  145. enable_pin: !ar24
  146.  
  147. step_distance: 0.000323
  148.  
  149. nozzle_diameter: 0.400
  150.  
  151. filament_diameter: 1.750
  152.  
  153. heater_pin: ar10
  154.  
  155. sensor_type: ATC Semitec 104GT-2
  156.  
  157. sensor_pin: analog13
  158.  
  159. control: pid
  160.  
  161. pid_Kp: 20.043
  162.  
  163. pid_Ki: 1.095
  164.  
  165. pid_Kd: 91.696
  166.  
  167. min_temp: 0
  168.  
  169. max_temp: 250
  170.  
  171. # pressure_advance: 0.1
  172.  
  173. # pressure_advance_lookahead_time: 0.010
  174.  
  175. # do not use pressure advance until you read about it and tune for it
  176.  
  177. # this is for 100mm/s or higher printer settings.
  178.  
  179.  
  180.  
  181. [heater_fan extruder_fan]
  182.  
  183. pin: ar44
  184.  
  185.  
  186.  
  187. [heater_bed]
  188.  
  189. heater_pin: ar8
  190.  
  191. sensor_type: EPCOS 100K B57560G104F
  192.  
  193. sensor_pin: analog14
  194.  
  195. control: pid
  196.  
  197. # to add pid setting replace watermark term with PID and input settings below
  198.  
  199. # check extruder setup for example
  200.  
  201. pid_Kp: 68.394
  202.  
  203. pid_Ki: 1.232
  204.  
  205. pid_Kd: 948.961
  206.  
  207.  
  208.  
  209. min_temp: 0
  210.  
  211. max_temp: 130
  212.  
  213.  
  214.  
  215. # Print cooling fan (omit section if fan not present).
  216.  
  217. [fan]
  218.  
  219. pin: ar9
  220.  
  221.  
  222.  
  223. [mcu]
  224.  
  225. # serial may need to be changed depending on initial setup
  226.  
  227. serial: /dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0001-if00-port0
  228.  
  229. pin_map: arduino
  230.  
  231.  
  232.  
  233. # Reprap "2004" display
  234.  
  235. [display]
  236.  
  237. lcd_type: hd44780
  238.  
  239. rs_pin: ar16
  240.  
  241. e_pin: ar17
  242.  
  243. d4_pin: ar23
  244.  
  245. d5_pin: ar25
  246.  
  247. d6_pin: ar27
  248.  
  249. d7_pin: ar29
  250.  
  251.  
  252.  
  253. [output_pin my_pin]
  254.  
  255. pin: ar7
  256.  
  257. value: 1
  258.  
  259.  
  260.  
  261. [printer]
  262.  
  263. kinematics: delta
  264.  
  265. # This option must be "delta" for linear delta printers.
  266.  
  267. max_velocity: 300
  268.  
  269. # Maximum velocity (in mm/s) of the toolhead relative to the
  270.  
  271. # print. This parameter must be specified.
  272.  
  273. max_accel: 3000
  274.  
  275. # Maximum acceleration (in mm/s^2) of the toolhead relative to the
  276.  
  277. # print. This parameter must be specified.
  278.  
  279. max_z_velocity: 200
  280.  
  281. # For delta printers this limits the maximum velocity (in mm/s) of
  282.  
  283. # moves with z axis movement. This setting can be used to reduce the
  284.  
  285. # maximum speed of up/down moves (which require a higher step rate than
  286.  
  287. # other moves on a delta printer). The default is to use max_velocity for
  288.  
  289. # max_z_velocity.
  290.  
  291. minimum_z_position: 0.0
  292.  
  293. # The minimum Z position that the user may command the head to move
  294.  
  295. # to. The default is 0.
  296.  
  297. delta_radius: 134.312416
  298.  
  299. # Radius (in mm) of the horizontal circle formed by the three linear
  300.  
  301. # axis towers. This parameter may also be calculated as:
  302.  
  303. # delta_radius = smooth_rod_offset - effector_offset - carriage_offset
  304.  
  305. # This parameter must be provided.
  306.  
  307.  
  308.  
  309. # The delta_calibrate section enables a DELTA_CALIBRATE extended
  310.  
  311. # g-code command that can calibrate the tower endstop positions and
  312.  
  313. # angles.
  314.  
  315.  
  316.  
  317. [probe]
  318.  
  319. pin: ^ar18
  320.  
  321. # Probe detection pin. This parameter must be provided.
  322.  
  323. z_offset: 21.45
  324.  
  325. speed: 5.0
  326.  
  327.  
  328.  
  329. [delta_calibrate]
  330.  
  331. radius: 115
  332.  
  333. # Radius (in mm) of the area that may be probed. This is typically
  334.  
  335. # the size of the printer bed. This parameter must be provided.
  336.  
  337. speed: 50
  338.  
  339.  
  340.  
  341. # The speed (in mm/s) of non-probing moves during the
  342.  
  343. # calibration. The default is 50.
  344.  
  345. horizontal_move_z: 25
  346.  
  347. # The height (in mm) that the head should be commanded to move to
  348.  
  349. # just prior to starting a probe operation. The default is 5.
  350.  
  351.  
  352.  
  353. manual_probe: false
  354.  
  355. # If true, then DELTA_CALIBRATE will perform manual probing. If
  356.  
  357. # false, then a PROBE command will be run at each probe
  358.  
  359. # point. Manual probing is accomplished by manually jogging the Z
  360.  
  361. # position of the print head at each probe point and then issuing a
  362.  
  363. # NEXT extended g-code command to record the position at that
  364.  
  365. # point. The default is false if a [probe] config section is present
  366.  
  367. # and true otherwise.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement