VI. Appendix BigRep
*
CX – Manuals Gen3
filament_detector_strategy.binary.enable true
# binary strategy module should be loaded
# the mapping of a filament detector to the appropriate
extruder is 1:1 according the order within this config file
filament_detector.T0.enable true
# set to trueif filament detection should be used
filament_detector.T0.pin
1.25! # pin on the boogieboard used for the
filament detector
filament_detector.T0.strategy
binary # binary enabling means on/off sensor like
endstops, i.e. only filament availability is supervised
# encoder enabling means additional measuring of the filament
passed the sensor, besides filament availability
filament_detector.T1.enable true
# set to true if filament detection should be used
filament_detector.T1.pin
1.26! # pin on the boogieboard used for the
filament detector
filament_detector.T1.strategy
binary # binary enabling means on/off sensor like
endstops, i.e. only filament availability is supervised
# encoder enabling means additional measuring of the filament
passed the sensor, besides filament availability
# parameters for binary strategy
#filament_detector_strategy_binary.T0.debounce_count 100
# uncomment if you get noise on your endstops, default is 100
#filament_detector_strategy_binary.T1.deb
# uncomment if you get noise on your endstops, default is 100
# parameters for encoder strategy
#filament_detector_strategy_encoder.T0.bulge_pin nc
# pin used from encoder strategy to detect nozzle jams
#filament_detector_strategy_encoder.T0.seconds_per_check 2
# how many seconds between checks, must be long enough for
several pulses to be detected, but not too long
#filament_detector_strategy_encoder.T0.pulses_per_mm 1
# the number of pulses per mm of filament moving through the
detector, can be fractional
# Laser module configuration
laser_module_enable false
# Whether to activate the laser module at all. All
configuration is
# ignored if false.
#laser_module_pin 2.5
# this pin will be PWMed to control the laser. Only P2.0 -
P2.5
# can be used since laser requires hardware PWM
#laser_module_max_power 0.8
# this is the maximum duty cycle that will be applied to the
laser
#laser_module_tickle_power 0.0
# this duty cycle will be used for travel moves to keep the
laser
# active without actually burning
#laser_module_pwm_period 20
# this sets the pwm frequency as the period in microseconds
# Global temperature control parameter settings
temperature_control.common_heater_power 400 # common
heater power, which must be shared with each heater
# Hotend temperature control configuration
temperature_control.T0.enable true #
Whether to activate this ( "hotend" ) module at all.
temperature_control.T0.sensor pt100 #
see http://smoothieware.org/temperaturecontrol#toc5
temperature_control.T0.pt100_pin 0.24 #
Pin for the thermistor to read
temperature_control.T0.heater_pin 2.0! #
Pin that controls the heater