Yes, it works now, mostly.  The printer can make a 9-inch cylinder with 0.25mm layers.  
A 10-inch cylinder would be nice, but it doesn't work.  Not sure if it's because of the limits of the printer geometry.
The goal was to be able to sell larger labyrinths in an 
Etsy store.  My Prusa clone maxes out at 8 inches.
Settings added to Smoothieboard electronics "config" text file (below).
Code: Select all
zprobe.enable                                true            # set to true to enable a zprobe
zprobe.probe_pin                             3.25            # pin probe is attached to if NC remove the !
zprobe.slow_feedrate                         30               # mm/sec probe feed rate
#zprobe.debounce_count                       100             # set if noisy
zprobe.debounce_ms                           1
zprobe.fast_feedrate                         300             # move feedrate mm/sec
zprobe.probe_radius                          127             # where to probe
zprobe.probe_height                          74               # how much above bed to start probe
switch.servo.enable                         true
switch.servo.input_on_command               M280           # M280 S7.5 Would be midway
switch.servo.input_off_command              M281           # Same as M280 S0 0% duty cycle, effectivley off
switch.servo.output_pin                     3.26                # Must be a PWM capable pin
switch.servo.output_type                    hwpwm               # H/W PWM output settable
switch.servo.pwm_period_ms                  20                  # Set Period to 20ms (50Hz) - Default is 50Hz
leveling-strategy.three-point-leveling.tolerance   0.05    # the probe tolerance in mm, default is 0.03mm
leveling-strategy.delta-calibration.enable   true            # basic delta calibration
leveling-strategy.delta-calibration.radius   127             # the probe radius
leveling-strategy.delta-grid.radius        127
leveling-strategy.delta-grid.enable        true
leveling-strategy.delta-grid.size        15
leveling-strategy.delta-grid.do_home         true
leveling-strategy.delta-grid.probe_offsets  0,0,0  # probe offsets x,y,z  (Z should always be 0)
leveling-strategy.delta-grid.save        true
leveling-strategy.delta-calibration.initial_height 100        # height above bed to stop initial move
leveling-strategy.delta-grid.initial_height 100
The probe is attached to the effector using a set of three M3 screws and wingnuts.
I'm going to print this part on my resin printer next to prevent the filament from buckling in Steve's extruder:  
https://forum.seemecnc.com/forum/viewto ... 6&p=100698