Mettre à jour 'AnycubicKosselLP/config.txt'

This commit is contained in:
adrien 2018-10-03 17:00:59 +00:00
parent ff93fd6103
commit 4a61d4262e

View File

@ -1,4 +1,4 @@
# Smoothieboard configuration file, see http://smoothieware.org/configuring-smoothie
# Smoothieboard configuration file, see http://smoothieware.org/configuring-smoothie
# NOTE Lines must not exceed 132 characters, and '#' characters mean what follows is ignored
## Robot module configurations : general handling of movement G-codes and slicing into moves
save_g92 true
@ -20,6 +20,7 @@ player.leave_heaters_on_suspend true
alpha_steps_per_mm 160 # Steps per mm for alpha ( X ) stepper and tower
beta_steps_per_mm 160 # Steps per mm for beta ( Y ) stepper and tower
gamma_steps_per_mm 160 # Steps per mm for gamma ( Z ) stepper and tower
delta_steps_per_mm
# Delta configuration
# See http://smoothieware.org/delta
@ -64,7 +65,7 @@ gamma_max_rate 30000.0 # Maximum rate in
## Extruder module configuration
# See http://smoothieware.org/extruder
extruder.hotend.enable true # Whether to activate the extruder module at all. All configuration is ignored if false
extruder.hotend.steps_per_mm 522.388 # Steps per mm for extruder stepper
extruder.hotend.steps_per_mm 192 # Steps per mm for extruder stepper
extruder.hotend.default_feed_rate 600 # Default rate ( mm/minute ) for moves where only the extruder moves
extruder.hotend.acceleration 500 # Acceleration for the stepper motor mm/sec²
extruder.hotend.max_speed 50 # Maximum speed in mm/s
@ -194,8 +195,9 @@ switch.fan.enable true # Enable this modu
switch.fan.input_on_command M106 # Command that will turn this switch on
switch.fan.input_off_command M107 # Command that will turn this switch off
switch.fan.output_pin 0.26 # Pin this module controls
switch.fan.output_type pwm # PWM output settable with S parameter in the input_on_comand
switch.fan.max_pwm 255 # Set max pwm for the pin default is 255
# Temporary, not pwm ...
switch.fan.output_type digital # PWM output settable with S parameter in the input_on_comand
#switch.fan.max_pwm 255 # Set max pwm for the pin default is 255
switch.misc.enable true # Enable this module
switch.misc.input_on_command M42 # Command that will turn this switch on