e1e0.net

sources for e1e0 website
git clone https://git.e1e0.net/e1e0.net.git
Log | Files | Refs

cetus_config.diff (8259B)


      1 --- cetus_v6_config	Fri Jan 18 12:40:17 2019
      2 +++ config	Fri Jan 18 13:04:03 2019
      3 @@ -163,41 +163,12 @@
      4  
      5  ## PID configuration 
      6  ## See http://smoothieware.org/temperaturecontrol#pid
      7 -temperature_control.hotend.p_factor            22 #23.0
      8 -temperature_control.hotend.i_factor            1.047 #1.104
      9 -temperature_control.hotend.d_factor            115 #120
     10 +temperature_control.hotend.p_factor            30.7
     11 +temperature_control.hotend.i_factor            1.477
     12 +temperature_control.hotend.d_factor            160
     13  
     14 -temperature_control.hotend.max_pwm           160               # max pwm, 64 is a good value if driving a 12v resistor with 24v.
     15 +temperature_control.hotend.max_pwm           255
     16  
     17 -####################################### optional use underside port as 2nd extruder
     18 -# second hotend configuration
     19 -temperature_control.hotend2.enable            false             # Whether to activate this ( "hotend" ) module at all.
     20 -temperature_control.hotend2.thermistor_pin    0.26             # Pin for the thermistor to read
     21 -temperature_control.hotend2.heater_pin        0.4              # Pin that controls the heater, set to nc if a readonly thermistor is being defined
     22 -#temperature_control.hotend2.thermistor        EPCOS100K        # see http://smoothieware.org/temperaturecontrol#toc5
     23 -temperature_control.hotend2.beta             3950             # or set the beta value
     24 -temperature_control.hotend2.set_m_code        104              #
     25 -temperature_control.hotend2.set_and_wait_m_code 109            #
     26 -temperature_control.hotend2.designator        T1                #
     27 -temperature_control.hotend2.max_temp         300              # Set maximum temperature - Will prevent heating above 300 by default
     28 -temperature_control.hotend2.min_temp         20                # Set minimum temperature - Will prevent heating below if set
     29 -
     30 -# Safety control is enabled by default and can be overidden here, the values show the defaults
     31 -# See http://smoothieware.org/temperaturecontrol#runaway
     32 -temperature_control.hotend2.runaway_heating_timeout      900  # How long it can take to heat up, max is 2040 seconds.
     33 -#temperature_control.hotend2.runaway_cooling_timeout        0  # How long it can take to cool down if temp is set lower, max is 2040 seconds
     34 -temperature_control.hotend2.runaway_range    50               # How far from the set temperature it can wander, max setting is 63°C
     35 -
     36 -# PID configuration 
     37 -# See http://smoothieware.org/temperaturecontrol#pid
     38 -#temperature_control.hotend2.p_factor         30             # P ( proportional ) factor
     39 -#temperature_control.hotend2.i_factor         0.3            # I ( integral ) factor
     40 -#temperature_control.hotend2.d_factor         300            # D ( derivative ) factor
     41 -
     42 -##temperature_control.hotend2.max_pwm           64               # max pwm, 64 is a good value if driving a 12v resistor with 24v.
     43 -#######################################
     44 -
     45 -
     46  ###################################### Cetus use the underside port as bed control enable for tinyfab heatbed driver
     47  temperature_control.bed.enable               false             # Whether to activate this ( "hotend" ) module at all.
     48  temperature_control.bed.thermistor_pin       0.26             # Pin for the thermistor to read
     49 @@ -283,7 +254,7 @@
     50  endstops_enable                              true             # The endstop module is enabled by default and can be disabled here
     51  #corexy_homing                               false            # Set to true if homing on a hbot or corexy
     52  #alpha_min_endstop                           1.25^            # Pin to read min endstop, add a ! to invert if endstop is NO connected to ground
     53 -alpha_max_endstop                            1.24^            # Pin to read max endstop, uncomment this and comment the above if using max endstops
     54 +alpha_max_endstop                            2.13^            # Pin to read max endstop, uncomment this and comment the above if using max endstops
     55  alpha_homing_direction                       home_to_max      # Or set to home_to_max and set alpha_max and uncomment the alpha_max_endstop
     56  alpha_min                                    0                # This gets loaded as the current position after homing when home_to_min is set
     57  alpha_max                                    180              # This gets loaded as the current position after homing when home_to_max is set
     58 @@ -296,7 +267,7 @@
     59  gamma_max_endstop                            1.28^            # Pin to read max endstop, uncomment this and comment the above if using max endstops
     60  gamma_homing_direction                       home_to_max      # Or set to home_to_max and set alpha_max and uncomment the alpha_max_endstop
     61  gamma_min                                    0                # This gets loaded as the current position after homing when home_to_min is set
     62 -gamma_max                                    190              # This gets loaded as the current position after homing when home_to_max is set
     63 +gamma_max                                    180.7            # This gets loaded as the current position after homing when home_to_max is set
     64  
     65  alpha_max_travel                             190              # Max travel in mm for alpha/X axis when homing
     66  beta_max_travel                              190              # Max travel in mm for beta/Y axis when homing
     67 @@ -339,13 +310,13 @@
     68  
     69  ## Z-probe
     70  # See http://smoothieware.org/zprobe
     71 -zprobe.enable                                false           # Set to true to enable a zprobe
     72 -zprobe.probe_pin                             2.13           #2.13!^ # Pin probe is attached to, if NC remove the ! (2.13 = door check port)
     73 +zprobe.enable                                true           # Set to true to enable a zprobe
     74 +zprobe.probe_pin                             1.24!^           #2.13!^ # Pin probe is attached to, if NC remove the ! (2.13 = door check port)
     75  zprobe.slow_feedrate                         5              # Mm/sec probe feed rate
     76  #zprobe.debounce_count                       100            # Set if noisy
     77  zprobe.fast_feedrate                         100            # Move feedrate mm/sec
     78  zprobe.probe_height                          10             # How much above bed to start probe
     79 -#gamma_min_endstop                           nc             # Normally 1.28. Change to nc to prevent conflict,
     80 +gamma_min_endstop                            nc             # Normally 1.28. Change to nc to prevent conflict,
     81  
     82  # Levelling strategy
     83  # Example for 3-point levelling strategy, see wiki documentation for other strategies
     84 @@ -358,6 +329,18 @@
     85  #leveling-strategy.three-point-leveling.probe_offsets  0,0,0       # the probe offsets from nozzle, must be x,y,z, default is no offset
     86  #leveling-strategy.three-point-leveling.save_plane     false       # set to true to allow the bed plane to be saved with M500 default is false
     87  
     88 +leveling-strategy.rectangular-grid.enable               true     # The strategy must be enabled in the config, as well as the zprobe module.
     89 +leveling-strategy.rectangular-grid.x_size               140       # size of bed in the X axis
     90 +leveling-strategy.rectangular-grid.y_size               170       # size of bed in the Y axis
     91 +leveling-strategy.rectangular-grid.size                 7        # The size of the grid, for example, 7 causes a 7x7 grid with 49 points. 
     92 +                                                                 # Must be an odd number.
     93 +leveling-strategy.rectangular-grid.do_home              true
     94 +leveling-strategy.rectangular-grid.probe_offsets        0,-10,0    # Optional probe offsets from the nozzle or tool head
     95 +leveling-strategy.rectangular-grid.save                 true    # If the saved grid is to be loaded on boot then this must be set to true
     96 +leveling-strategy.rectangular-grid.initial_height       10       # will move to Z10 before the first probe
     97 +#leveling-strategy.rectangular-grid.dampening_start      0.5      # compensation decrease point (optional)
     98 +#leveling-strategy.rectangular-grid.height_limit         1        # no compensation to apply after this point (optional)
     99 +mm_per_line_segment                                     1        # necessary for cartesians using rectangular-grid
    100  
    101  ##
    102  # Panel See http://smoothieware.org/panel