Jump to content

Proper distance issue


SMURPH

Recommended Posts

Can anyone look over my Printer.cfg file? I have a Voron 2.4 350mm. I am using BBT Octopus V1.1, Raspberry 4, BTT Smart Filament Sensor and I have Hall Effect X/Y stops. This is a new build and I'm very slowly getting the kinks out, a lot with the sites help. Thanks. The latest issue is the printer finally preforms the homing correctly. When I go to do the Quad Gantry Leveling (QGL), my printer seems to run out of x and y distance (See Pics). 

Also, I am trying to upload a video but keep getting errors stating too big, suggestions?

IMG_0807.jpg

IMG_0806.jpg

IMG_0805.jpg

IMG_0804.jpg

Link to comment
Share on other sites

1 - is your inductive probe (or klicky, or bltouch) functional and do you see it trig when expected on its status led. Is is registering on your octopus board. (diode)

2 - is your gantry very racked : if the correction needed exceeds the 'max_adjust:' parameter, you will get this error. Level the gantry with your hands and eyeball before running QGL.

 

Here's my config on my 350mm build:
 

[quad_gantry_level]
##  Use QUAD_GANTRY_LEVEL to level a gantry.
##  Min & Max gantry corners - measure from nozzle at MIN (0,0) and 
##  MAX (250, 250), (300,300), or (350,350) depending on your printer size
##  to respective belt positions

##  Gantry Corners for 350mm Build
##  Uncomment for 350mm build
gantry_corners:
   -60,-10
   410,420
##  Probe points
points:
   25,25
   25,320
   320,320
   320,25

#--------------------------------------------------------------------
speed: 300
horizontal_move_z: 10
retries: 10
retry_tolerance: 0.0175
max_adjust: 10


[gcode_macro QGL]
gcode:
    g28
    QUAD_GANTRY_LEVEL

########################################

 

Link to comment
Share on other sites

I tried your printer.cfg info for the QGL. It goes directly to 25,25 and stops with the error that the probe was triggered prior to movement.

image.png.0b5710c3b10d7966f56f469cae4580b5.png

This is the the probe info from my Printer.cfg: Does this look correct?

 

[safe_z_home]
home_xy_position: 175,175  # Change coordinates to the center of your print bed
speed: 50
z_hop: 10                 
z_hop_speed: 10

[bed_mesh]
speed: 120
horizontal_move_z: 10
mesh_min: 10, 20 #Change coordinates to match your printer
mesh_max: 195, 223 #Change coordinates to match your printer
probe_count:3,3 #Change number of X,Y probe points
algorithm: bicubic
fade_start: 1
fade_end: 10
fade_target: 0

[probe]
##  Inductive Probe
##  This probe is not used for Z height, only Quad Gantry Leveling

## Select the probe port by type:
## For the PROBE port. Will not work with Diode. May need pull-up resistor from signal to 24V.
#pin: ~!PB7
## For the DIAG_7 port. NEEDS BAT85 DIODE! Change to !PG15 if probe is NO.
pin: ^!PG15
## For Octopus Pro PROBE port; NPN and PNP proximity switch types can be set by jumper
#pin: ~!PC5
## For Octopus recommended port with BAT85 diode
#pin: ^!PG15
#------------------------------------------------------------------

x_offset: 0
y_offset: 25.0
z_offset: 0
speed: 10.0
samples: 3                                    
samples_result: median
sample_retract_dist: 3.0
samples_tolerance: 0.006
samples_tolerance_retries: 5

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...