Re: Re-ARM from Panucatt February 18, 2017 02:57AM |
Registered: 8 years ago Posts: 5,232 |
Re: Re-ARM from Panucatt February 18, 2017 03:40AM |
Registered: 8 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 18, 2017 06:42AM |
Registered: 10 years ago Posts: 341 |
Re: Re-ARM from Panucatt February 18, 2017 06:52AM |
Registered: 8 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 18, 2017 07:26AM |
Registered: 8 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 18, 2017 04:08PM |
Registered: 8 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 18, 2017 08:43PM |
Registered: 12 years ago Posts: 141 |
So, can you share your full Gcode as well as the Full Smoothie code? Im fighting auto calibration with a inductive sensor z probe that worked great with RAMPS, but Im fighting it tooth and nail trying to get it to work. If I put the code in "manually" (G32) it will do the 3 point just fine. When it runs through the G code, it skips it. Im using a prusa style Cartesian so I know its a bit different from a core xy. How does the grid work? Does it waste alot of time checking many points? I kinda liked the MARLIN style - just checking 4 corners.Quote
DjDemonD
Okay so works so well, it works on RRF also. I'm nicknaming the combination of precision nozzle based sensor, grid levelling and G30 probing "auto first layer calibration" as it does away with all the usual headaches of getting universally a correct first layer.
Re: Re-ARM from Panucatt February 19, 2017 03:25AM |
Registered: 8 years ago Posts: 3,525 |
Quote
Parabolic
So, can you share your full Gcode as well as the Full Smoothie code? Im fighting auto calibration with a inductive sensor z probe that worked great with RAMPS, but Im fighting it tooth and nail trying to get it to work. If I put the code in "manually" (G32) it will do the 3 point just fine. When it runs through the G code, it skips it. Im using a prusa style Cartesian so I know its a bit different from a core xy. How does the grid work? Does it waste alot of time checking many points? I kinda liked the MARLIN style - just checking 4 corners.Quote
DjDemonD
Okay so works so well, it works on RRF also. I'm nicknaming the combination of precision nozzle based sensor, grid levelling and G30 probing "auto first layer calibration" as it does away with all the usual headaches of getting universally a correct first layer.
Ay help would be appreciated!
Thanks!
Re: Re-ARM from Panucatt February 19, 2017 04:10AM |
Registered: 8 years ago Posts: 5,232 |
Re: Re-ARM from Panucatt February 19, 2017 04:34AM |
Registered: 8 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 19, 2017 09:38AM |
Registered: 12 years ago Posts: 141 |
Quote
DjDemonD
Smoothieware edge from last week - [attachment 90909 firmware.bin]
My config - [attachment 90910 config.txt]
Start Gcode
M42 S0 ; turn off large part cooling fan
M109 T S130; Heat extruder before probing
M220 S60 ; slow down
G31 ; Grid Level
G1 X135 Y100 Z5
G30 Z0
G1 Z50
M109 T S[first_layer_temperature] ; Set extruder temp
M220 S100 ; speed up
End Gcode
M220 S100 ; speed to 100%
M104 S0 ; Turn off hot end
G1 Z180 F300 ; send Z to bottom
G28 X0 ; home X axis
M84 ; disable motors
M42 S255 ; large bed cooling fan on
M140 S0 ; turn off bed
Re: Re-ARM from Panucatt February 19, 2017 10:26AM |
Registered: 8 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 19, 2017 12:40PM |
Registered: 12 years ago Posts: 141 |
Re: Re-ARM from Panucatt February 19, 2017 12:40PM |
Registered: 12 years ago Posts: 141 |
Re: Re-ARM from Panucatt February 19, 2017 05:04PM |
Registered: 8 years ago Posts: 3,525 |
# Endstops endstops_enable true # the endstop module is enabled by default and can be disabled here corexy_homing true # set to true if homing on a hbit or corexy alpha_min_endstop 1.24!^ # add a ! to invert if endstop is NO connected to ground #alpha_max_endstop 1.24^ # alpha_homing_direction home_to_min # or set to home_to_max and set alpha_max alpha_min -5 # this gets loaded after homing when home_to_min is set alpha_max 275 # this gets loaded after homing when home_to_max is set beta_min_endstop 1.26!^ # #beta_max_endstop 1.26^ # beta_homing_direction home_to_min # beta_min -22 # beta_max 191 # gamma_min_endstop 1.29!^ # #gamma_max_endstop 1.28!^ # gamma_homing_direction home_to_min # gamma_min 0 # gamma_max 183 #
alpha_min -50 # this gets loaded after homing when home_to_min is set beta_min -100 #
Re: Re-ARM from Panucatt February 19, 2017 06:16PM |
Registered: 12 years ago Posts: 141 |
Re: Re-ARM from Panucatt February 19, 2017 06:29PM |
Registered: 8 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 19, 2017 06:40PM |
Registered: 12 years ago Posts: 141 |
Re: Re-ARM from Panucatt February 19, 2017 07:04PM |
Registered: 12 years ago Posts: 141 |
Re: Re-ARM from Panucatt February 19, 2017 07:10PM |
Registered: 8 years ago Posts: 3,525 |
leveling-strategy.rectangular-grid.do_home false
Re: Re-ARM from Panucatt February 19, 2017 07:34PM |
Registered: 12 years ago Posts: 141 |
Re: Re-ARM from Panucatt February 19, 2017 07:45PM |
Registered: 8 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 19, 2017 07:55PM |
Registered: 12 years ago Posts: 141 |
Re: Re-ARM from Panucatt February 20, 2017 02:49AM |
Registered: 8 years ago Posts: 3,525 |
leveling-strategy.rectangular-grid.probe_offsets 0,0,0 # Optional probe offsets from the nozzle or tool headI always get quite confused whether to use positive or negative numbers.
Re: Re-ARM from Panucatt February 20, 2017 05:25AM |
Registered: 10 years ago Posts: 341 |
Quote
DjDemonD
leveling-strategy.rectangular-grid.probe_offsets 0,0,0 # Optional probe offsets from the nozzle or tool headI always get quite confused whether to use positive or negative numbers.
Re: Re-ARM from Panucatt February 20, 2017 05:30AM |
Registered: 8 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 20, 2017 02:57PM |
Registered: 12 years ago Posts: 141 |
Okay,Quote
sdavi
Parabolic, I'm assuming that your probe doesn't trigger at the same height as the nozzle. Just note that you can set Z to any value with G30, i.e G30 Znn where nn is the height from the probe trigger to the nozzle. The way I find this is to manually do a single G30 Z0 (to set zero when probe triggers), then measure the offset by jogging down until the nozzle is grabbing the paper, then do M114 which will show a negative Z value. Use that value (without the negative sign of course) as nn for G30 Znn in the start gcode script. As long as the probe is well mounted and good repeatability you only need find that value once(EDIT: ideally the probe is as close to the nozzle as possible)
Re: Re-ARM from Panucatt February 20, 2017 03:15PM |
Registered: 8 years ago Posts: 3,525 |
Re: Re-ARM from Panucatt February 20, 2017 06:54PM |
Registered: 10 years ago Posts: 341 |
Quote
Parabolic
Okay,
I moved my probe closer - by half. Its now 11.5mm to the right and 41mm in front of my hotend.
so this would be:
leveling-strategy.rectangular-grid.probe_offsets 11.5,41,0 # Optional probe offsets from the nozzle or tool head ??
I homed z then babystepped it lower to find a 2.5 distance between the hotend and plate when homed to z0
so Id put a G30 Z2.5 in the start of my G code?
Oh, and what front end are you guys using? I used CURA for the longest time but quit when they started devoting themselves to the ultimaker over reprap. Before that I used pronterface (5 years ago)
Lately Ive been using Simplify3D, which worked great! But with the REARM/smoothie, it doesnt seem as good, which seems this may relate to my gcode issues.
Even AFTER getting G31 to work manually yesterday, when trying to run it in my gcode it ignores it for some reason. Im guessing its the front end software.
G21 ; [mm] mode G90 ; absolute mode G28; Home all M107; Fan Off G1 Z30 F6000; move down to just above the bed M190 S[bed0_temperature] ; wait for Bed to reach temp ;;; BLTouch Settings ;;;;; M280 S10.6; reset any alarms just in case G4 P500; pause M280 S3.0; Probe Pin Down G30 Z1.1; BLTouch Trigger height M280 S7.0; Probe Up ;; End BLTouch G0 Z0.05 F200; M109 S[extruder0_temperature]; wait for extruder to reach temp
Re: Re-ARM from Panucatt February 21, 2017 03:19AM |
Registered: 8 years ago Posts: 5,232 |
Quote
Parabolic
Even AFTER getting G31 to work manually yesterday, when trying to run it in my gcode it ignores it for some reason. Im guessing its the front end software.