update configs
[clinton/Smoothieware.git] / ConfigSamples / AzteegX5Mini / Version3 / config
CommitLineData
6c012117
JM
1# Robot module configurations : general handling of movement G-codes and slicing into moves\r
2default_feed_rate 4000 # Default rate ( mm/minute ) for G1/G2/G3 moves\r
3default_seek_rate 4000 # Default rate ( mm/minute ) for G0 moves\r
4mm_per_arc_segment 0.5 # Arcs are cut into segments ( lines ), this is the length for these segments. Smaller values mean more resolution, higher values mean faster computation\r
5#mm_per_line_segment 5 # Lines can be cut into segments ( not usefull with cartesian coordinates robots ).\r
6\r
7# Arm solution configuration : Cartesian robot. Translates mm positions into stepper positions\r
8alpha_steps_per_mm 80 # Steps per mm for alpha stepper\r
9beta_steps_per_mm 80 # Steps per mm for beta stepper\r
10gamma_steps_per_mm 1637.7953 # Steps per mm for gamma stepper\r
11\r
12# Planner module configuration : Look-ahead and acceleration configuration\r
13planner_queue_size 32 # DO NOT CHANGE THIS UNLESS YOU KNOW EXACTLY WHAT YOUR ARE DOING\r
14acceleration 3000 # Acceleration in mm/second/second.\r
15#z_acceleration 500 # Acceleration for Z only moves in mm/s^2, 0 disables it, disabled by default. DO NOT SET ON A DELTA\r
6c012117
JM
16junction_deviation 0.05 # Similar to the old "max_jerk", in millimeters, see : https://github.com/grbl/grbl/blob/master/planner.c#L409\r
17 # and https://github.com/grbl/grbl/wiki/Configuring-Grbl-v0.8 . Lower values mean being more careful, higher values means being faster and have more jerk\r
18\r
19# Stepper module configuration\r
20microseconds_per_step_pulse 1 # Duration of step pulses to stepper drivers, in microseconds\r
21base_stepping_frequency 100000 # Base frequency for stepping\r
22\r
23# Stepper module pins ( ports, and pin numbers, appending "!" to the number will invert a pin )\r
24alpha_step_pin 2.1 # Pin for alpha stepper step signal\r
25alpha_dir_pin 0.11 # Pin for alpha stepper direction\r
26alpha_en_pin 0.10 # Pin for alpha enable pin\r
27alpha_current 0.5 # X stepper motor current\r
28x_axis_max_speed 30000 # mm/min\r
29alpha_max_rate 30000.0 # mm/min actuator max speed\r
30\r
31beta_step_pin 2.2 # Pin for beta stepper step signal\r
32beta_dir_pin 0.20 # Pin for beta stepper direction\r
33beta_en_pin 0.19 # Pin for beta enable\r
34beta_current 0.5 # Y stepper motor current\r
35y_axis_max_speed 30000 # mm/min\r
36beta_max_rate 30000.0 # mm/min actuator max speed\r
37\r
38gamma_step_pin 2.3 # Pin for gamma stepper step signal\r
39gamma_dir_pin 0.22 # Pin for gamma stepper direction\r
40gamma_en_pin 0.21 # Pin for gamma enable\r
41gamma_current 0.5 # Z stepper motor current\r
42z_axis_max_speed 300 # mm/min\r
43gamma_max_rate 300.0 # mm/min actuator max speed\r
44\r
45# Serial communications configuration ( baud rate default to 9600 if undefined )\r
46uart0.baud_rate 115200 # Baud rate for the default hardware serial port\r
47second_usb_serial_enable false # This enables a second usb serial port (to have both pronterface and a terminal connected)\r
48\r
49#msd_disable false # disable the MSD (USB SDCARD) when set to true\r
50#leds_disable true # disable using leds after config loaded\r
51#dfu_enable false # for linux developers, set to true to enable DFU\r
52#watchdog_timeout 10 # watchdog timeout in seconds, default is 10, set to 0 to disable the watchdog\r
53\r
6c012117 54\r
84ebdc10
JM
55## Extruder module configuration\r
56extruder.hotend.enable true # Whether to activate the extruder module at all. All configuration is ignored if false\r
57extruder.hotend.steps_per_mm 140 # Steps per mm for extruder stepper\r
58extruder.hotend.default_feed_rate 600 # Default rate ( mm/minute ) for moves where only the extruder moves\r
59extruder.hotend.acceleration 500 # Acceleration for the stepper motor mm/sec²\r
60extruder.hotend.max_speed 50 # mm/s\r
61\r
62extruder.hotend.step_pin 2.0 # Pin for extruder step signal\r
63extruder.hotend.dir_pin 0.5 # Pin for extruder dir signal\r
64extruder.hotend.en_pin 0.4 # Pin for extruder enable signal\r
65\r
6c012117
JM
66delta_current 1.0 # Extruder stepper motor current\r
67\r
68# Laser module configuration\r
69laser_module_enable false # Whether to activate the laser module at all. All configuration is\r
70 # ignored if false.\r
71#laser_module_pin 2.5 # this pin will be PWMed to control the laser. Only P2.0 - P2.5, P1.18, P1.20, P1.21, P1.23, P1.24, P1.26, P3.25, P3.26\r
72 # can be used since laser requires hardware PWM\r
73#laser_module_maximum_power 1.0 # this is the maximum duty cycle that will be applied to the laser\r
74#laser_module_minimum_power 0.0 # This is a value just below the minimum duty cycle that keeps the laser\r
75 # active without actually burning.\r
76#laser_module_default_power 0.8 # This is the default laser power that will be used for cuts if a power has not been specified. The value is a scale between\r
77 # the maximum and minimum power levels specified above\r
78#laser_module_pwm_period 20 # this sets the pwm frequency as the period in microseconds\r
79\r
80# Hotend temperature control configuration\r
81temperature_control.hotend.enable true # Whether to activate this ( "hotend" ) module at all. All configuration is ignored if false.\r
82temperature_control.hotend.thermistor_pin 0.24 # Pin for the thermistor to read\r
83temperature_control.hotend.heater_pin 2.5 # Pin that controls the heater\r
84temperature_control.hotend.thermistor EPCOS100K # see http://smoothieware.org/temperaturecontrol#toc5\r
85#temperature_control.hotend.beta 4066 # or set the beta value\r
86\r
87temperature_control.hotend.set_m_code 104 #\r
88temperature_control.hotend.set_and_wait_m_code 109 #\r
89temperature_control.hotend.designator T #\r
90#temperature_control.hotend.max_temp 300 # Set maximum temperature - Will prevent heating above 300 by default\r
91#temperature_control.hotend.min_temp 0 # Set minimum temperature - Will prevent heating below 0 by default\r
92\r
158547a3
JM
93# safety control is enabled by default and can be overidden here, the values show the defaults\r
94#temperature_control.hotend.runaway_heating_timeout 900 # max is 2040 seconds, how long it can take to heat up\r
606885cf 95#temperature_control.hotend.runaway_cooling_timeout 0 # max is 2040 seconds, how long it can take to cool down if temp is set lower\r
158547a3
JM
96#temperature_control.hotend.runaway_range 20 # Max setting is 63°C\r
97\r
6c012117
JM
98temperature_control.hotend.p_factor 13.7 #\r
99temperature_control.hotend.i_factor 0.097 #\r
100temperature_control.hotend.d_factor 24 #\r
101\r
102temperature_control.bed.enable false #\r
103temperature_control.bed.thermistor_pin 0.23 #\r
104temperature_control.bed.heater_pin 2.7 #\r
105temperature_control.bed.thermistor EPCOS100K # see http://smoothieware.org/temperaturecontrol#toc5\r
106#temperature_control.bed.beta 4066 # or set the beta value\r
107\r
108temperature_control.bed.set_m_code 140 #\r
109temperature_control.bed.set_and_wait_m_code 190 #\r
110temperature_control.bed.designator B #\r
111\r
112# Switch module for fan control\r
113switch.fan.enable true #\r
114switch.fan.input_on_command M106 #\r
115switch.fan.input_off_command M107 #\r
116switch.fan.output_pin 1.25 #\r
117\r
118switch.misc.enable false #\r
119switch.misc.input_on_command M42 #\r
120switch.misc.input_off_command M43 #\r
121switch.misc.output_pin 0.26 #\r
122\r
123# automatically toggle a switch at a specified temperature. Different ones of these may be defined to monitor different temperatures and switch different swithxes\r
124# useful to turn on a fan or water pump to cool the hotend\r
125#temperatureswitch.hotend.enable true #\r
126#temperatureswitch.hotend.designator T # first character of the temperature control designator to use as the temperature sensor to monitor\r
127#temperatureswitch.hotend.switch misc # select which switch to use, matches the name of the defined switch\r
128#temperatureswitch.hotend.threshold_temp 60.0 # temperature to turn on (if rising) or off the switch\r
129#temperatureswitch.hotend.heatup_poll 15 # poll heatup at 15 sec intervals\r
130#temperatureswitch.hotend.cooldown_poll 60 # poll cooldown at 60 sec intervals\r
131\r
132# filament out detector\r
133#filament_detector.enable true #\r
134#filament_detector.encoder_pin 0.26 # must be interrupt enabled pin (0.26, 0.27, 0.28)\r
135#filament_detector.seconds_per_check 2 # may need to be longer\r
136#filament_detector.pulses_per_mm 1 .0 # will need to be tuned\r
137#filament_detector.bulge_pin 0.27 # optional bulge detector switch and/or manual suspend\r
138\r
139# Switch module for spindle control\r
140#switch.spindle.enable false #\r
141\r
142# Endstops\r
143endstops_enable true # the endstop module is enabled by default and can be disabled here\r
4652e61c 144#corexy_homing false # set to true if homing on a hbot or corexy\r
6c012117
JM
145alpha_min_endstop 1.24^ # add a ! to invert if endstop is NO connected to ground\r
146#alpha_max_endstop 1.24^ #\r
147alpha_homing_direction home_to_min # or set to home_to_max and set alpha_max\r
148alpha_min 0 # this gets loaded after homing when home_to_min is set\r
149alpha_max 200 # this gets loaded after homing when home_to_max is set\r
150beta_min_endstop 1.26^ #\r
151#beta_max_endstop 1.26^ #\r
152beta_homing_direction home_to_min #\r
153beta_min 0 #\r
154beta_max 200 #\r
155gamma_min_endstop 1.28^ #\r
156#gamma_max_endstop 1.28^ #\r
157gamma_homing_direction home_to_min #\r
158gamma_min 0 #\r
159gamma_max 200 #\r
160\r
abf706e6
JM
161alpha_max_travel 500 # max travel in mm for alpha/X axis when homing\r
162beta_max_travel 500 # max travel in mm for beta/Y axis when homing\r
163gamma_max_travel 500 # max travel in mm for gamma/Z axis when homing\r
164\r
6c012117
JM
165# optional enable limit switches, actions will stop if any enabled limit switch is triggered\r
166#alpha_limit_enable false # set to true to enable X min and max limit switches\r
167#beta_limit_enable false # set to true to enable Y min and max limit switches\r
168#gamma_limit_enable false # set to true to enable Z min and max limit switches\r
169#move_to_origin_after_home false # move XY to 0,0 after homing\r
170\r
171#probe endstop\r
172#probe_pin 1.29 # optional pin for probe\r
173\r
174alpha_fast_homing_rate_mm_s 50 # feedrates in mm/second\r
175beta_fast_homing_rate_mm_s 50 # "\r
176gamma_fast_homing_rate_mm_s 4 # "\r
177alpha_slow_homing_rate_mm_s 25 # "\r
178beta_slow_homing_rate_mm_s 25 # "\r
179gamma_slow_homing_rate_mm_s 2 # "\r
180\r
181alpha_homing_retract_mm 5 # distance in mm\r
182beta_homing_retract_mm 5 # "\r
183gamma_homing_retract_mm 1 # "\r
184\r
185#endstop_debounce_count 100 # uncomment if you get noise on your endstops, default is 100\r
186\r
187# optional Z probe\r
188zprobe.enable false # set to true to enable a zprobe\r
189zprobe.probe_pin 1.29!^ # pin probe is attached to if NC remove the !\r
190zprobe.slow_feedrate 5 # mm/sec probe feed rate\r
191#zprobe.debounce_count 100 # set if noisy\r
192zprobe.fast_feedrate 100 # move feedrate mm/sec\r
193zprobe.probe_height 5 # how much above bed to start probe\r
194\r
195# associated with zprobe the leveling strategy to use\r
196#leveling-strategy.three-point-leveling.enable true # a leveling strategy that probes three points to define a plane and keeps the Z parallel to that plane\r
197#leveling-strategy.three-point-leveling.point1 100.0,0.0 # the first probe point (x,y) optional may be defined with M557\r
198#leveling-strategy.three-point-leveling.point2 200.0,200.0 # the second probe point (x,y)\r
199#leveling-strategy.three-point-leveling.point3 0.0,200.0 # the third probe point (x,y)\r
200#leveling-strategy.three-point-leveling.home_first true # home the XY axis before probing\r
201#leveling-strategy.three-point-leveling.tolerance 0.03 # the probe tolerance in mm, anything less that this will be ignored, default is 0.03mm\r
202#leveling-strategy.three-point-leveling.probe_offsets 0,0,0 # the probe offsets from nozzle, must be x,y,z, default is no offset\r
203#leveling-strategy.three-point-leveling.save_plane false # set to true to allow the bed plane to be saved with M500 default is false\r
204\r
205\r
206# kill button (used to be called pause) maybe assigned to a different pin, set to the onboard pin by default\r
207kill_button_enable true # set to true to enable a kill button\r
208kill_button_pin 2.12 # kill button pin. default is same as pause button 2.12 (2.11 is another good choice)\r
209\r
210# Panel See http://smoothieware.org/panel\r
211panel.enable false # set to true to enable the panel code\r
212\r
213# Example viki2 config for an azteeg mini V2 with IDC cable\r
214panel.lcd viki2 # set type of panel\r
215panel.spi_channel 0 # set spi channel to use P0_18,P0_15 MOSI,SCLK\r
216panel.spi_cs_pin 0.16 # set spi chip select\r
217panel.encoder_a_pin 3.25!^ # encoder pin\r
218panel.encoder_b_pin 3.26!^ # encoder pin\r
219panel.click_button_pin 2.11!^ # click button\r
220panel.a0_pin 2.6 # st7565 needs an a0\r
221panel.contrast 8 # override contrast setting (default is 9) miniViki (4 or lower)\r
222#panel.encoder_resolution 4 # override number of clicks to move 1 item (default is 4)\r
223#panel.button_pause_pin 1.30^ # kill/pause set one of these for the auxilliary button on viki2\r
224#panel.back_button_pin 1.30!^ # back button recommended to use this on EXP1\r
225panel.buzz_pin 0.25 # pin for buzzer on EXP2\r
226panel.red_led_pin 2.8 # pin for red led on viki2 on EXP1\r
227panel.blue_led_pin 4.29 # pin for blue led on viki2 on EXP1\r
228panel.external_sd true # set to true if there is an extrernal sdcard on the panel\r
229panel.external_sd.spi_channel 0 # set spi channel the sdcard is on\r
230panel.external_sd.spi_cs_pin 1.23 # set spi chip select for the sdcard\r
231panel.external_sd.sdcd_pin 1.31!^ # sd detect signal (set to nc if no sdcard detect)\r
232panel.menu_offset 1 # some panels will need 1 here\r
233\r
234\r
235panel.alpha_jog_feedrate 6000 # x jogging feedrate in mm/min\r
236panel.beta_jog_feedrate 6000 # y jogging feedrate in mm/min\r
237panel.gamma_jog_feedrate 200 # z jogging feedrate in mm/min\r
238\r
239panel.hotend_temperature 185 # temp to set hotend when preheat is selected\r
240panel.bed_temperature 60 # temp to set bed when preheat is selected\r
241\r
242# Example of a custom menu entry, which will show up in the Custom entry.\r
243# NOTE _ gets converted to space in the menu and commands, | is used to separate multiple commands\r
244custom_menu.power_on.enable true #\r
245custom_menu.power_on.name Power_on #\r
246custom_menu.power_on.command M80 #\r
247\r
248custom_menu.power_off.enable true #\r
249custom_menu.power_off.name Power_off #\r
250custom_menu.power_off.command M81 #\r
251\r
252# network settings\r
253network.enable false # enable the ethernet network services\r
254network.webserver.enable true # enable the webserver\r
255network.telnet.enable true # enable the telnet server\r
256network.plan9.enable true # enable the plan9 network filesystem\r
257network.ip_address auto # the IP address\r
258#network.ip_mask 255.255.255.0 # the ip mask\r
259#network.ip_gateway 192.168.3.1 # the gateway address\r
260\r
261# Azteeg specific settings do not change\r
262currentcontrol_module_enable true #\r
263digipot_max_current 2.0 # max current\r
264digipot_factor 113.5 # factor for converting current to digipot value\r