Re-ARM from Panucatt January 03, 2017 03:53PM |
Registered: 8 years ago Posts: 16 |
Re: Re-ARM from Panucatt January 03, 2017 07:07PM |
Admin Registered: 13 years ago Posts: 7,148 |
Re: Re-ARM from Panucatt February 10, 2017 03:02PM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 10, 2017 04:54PM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 10, 2017 04:58PM |
Admin Registered: 13 years ago Posts: 7,148 |
Re: Re-ARM from Panucatt February 10, 2017 05:00PM |
Admin Registered: 13 years ago Posts: 7,148 |
Re: Re-ARM from Panucatt February 10, 2017 05:06PM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 10, 2017 05:14PM |
Admin Registered: 13 years ago Posts: 7,148 |
Re: Re-ARM from Panucatt February 10, 2017 05:15PM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 10, 2017 05:32PM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 10, 2017 05:41PM |
Admin Registered: 13 years ago Posts: 7,148 |
Re: Re-ARM from Panucatt February 10, 2017 06:01PM |
Admin Registered: 13 years ago Posts: 7,148 |
Re: Re-ARM from Panucatt February 10, 2017 06:05PM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 11, 2017 01:06AM |
Admin Registered: 13 years ago Posts: 7,148 |
Re: Re-ARM from Panucatt February 11, 2017 09:47AM |
Registered: 9 years ago Posts: 3,525 |
arm_solution corexy #set corexy kinematicsas my machine is a corexy
G28 X ;home x G28 Y ;home y G1 X135 Y100 ;move to bed centre G28 Z ;home Z
# Switch module for fan control switch.fan.enable true # switch.fan.input_on_command M106 # switch.fan.input_off_command M107 # switch.fan.output_pin 1.18 # switch.misc.enable true # switch.misc.input_on_command M42 # switch.misc.input_off_command M43 # switch.misc.output_pin 1.19 #
temperature_control.module_name.runaway_cooling_timeout 600 # max is 2040 seconds
temperature_control.module_name.runaway_heating_timeout 600 # max is 2040 seconds
Re: Re-ARM from Panucatt February 11, 2017 02:37PM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 11, 2017 05:49PM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 11, 2017 06:11PM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 11, 2017 08:06PM |
Admin Registered: 13 years ago Posts: 7,148 |
Re: Re-ARM from Panucatt February 12, 2017 10:56AM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 12, 2017 11:48AM |
Registered: 9 years ago Posts: 3,525 |
zprobe.enable true # set to true to enable a zprobe zprobe.probe_pin 1.29!^ # pin probe is attached to if NC remove the ! zprobe.slow_feedrate 5 # mm/sec probe feed rate #zprobe.debounce_count 100 # set if noisy zprobe.fast_feedrate 100 # move feedrate mm/sec zprobe.probe_height 5 # how much above bed to start probe leveling-strategy.rectangular-grid.enable true # The strategy must be enabled in the config, as well as the zprobe module. leveling-strategy.rectangular-grid.x_size 270 # size of bed in the X axis leveling-strategy.rectangular-grid.y_size 190 # size of bed in the Y axis leveling-strategy.rectangular-grid.size 5 # The size of the grid, for example, 7 causes a 7x7 grid with 49 points. Must be an odd number. leveling-strategy.rectangular-grid.probe_offsets 0,0,0 # Optional probe offsets from the nozzle or tool head leveling-strategy.rectangular-grid.save false # If the saved grid is to be loaded on boot then this must be set to true leveling-strategy.rectangular-grid.initial_height 10 # Optionally an initial_height can be set that tell the intial probe
mm_per_line_segment 1as per smoothieware docs.
Re: Re-ARM from Panucatt February 14, 2017 07:17AM |
Registered: 11 years ago Posts: 341 |
Re: Re-ARM from Panucatt February 14, 2017 07:53AM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 15, 2017 04:46AM |
Registered: 9 years ago Posts: 3,525 |
zprobe.debounce_count 1 # set if noisy
Re: Re-ARM from Panucatt February 16, 2017 08:53AM |
Registered: 9 years ago Posts: 3,525 |
zprobe.debounce_ms 1
Re: Re-ARM from Panucatt February 16, 2017 09:04AM |
Registered: 8 years ago Posts: 356 |
Re: Re-ARM from Panucatt February 16, 2017 09:58AM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 17, 2017 10:51AM |
Registered: 10 years ago Posts: 1 |
Re: Re-ARM from Panucatt February 17, 2017 10:53AM |
Registered: 9 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 17, 2017 06:53PM |
Registered: 9 years ago Posts: 3,525 |
gamma_min_endstop 1.29!^ # #gamma_max_endstop 1.28!^ # gamma_homing_direction home_to_min # gamma_min 0 # gamma_max 183 # #probe endstop #probe_pin 1.29!^ # optional pin for probe # optional Z probe zprobe.enable true # set to true to enable a zprobe zprobe.probe_pin 1.29!^ # pin probe is attached to if NC remove the ! zprobe.slow_feedrate 10 # mm/sec probe feed rate zprobe.debounce_ms 1 # set if noisy zprobe.fast_feedrate 100 # move feedrate mm/sec zprobe.probe_height 5 # how much above bed to start probe