Hotend wont move past x200y200 need help
-
Ok so i setup sensorless homing and collison detection. It homes just fine and sees x0y0 and is able to home z at x165y165 but when i try to get the coordinates for the bltouch to put in the config.g file it wont go past x200y200. And for the life of me i cant figure it out. Could someone please help me figure this out?
; Configuration file for Duet WiFi (firmware version 2.03)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Wed Sep 09 2020 13:00:38 GMT-0700 (Pacific Daylight Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"My Printer" ; set printer name
M669 K1 ; select CoreXY mode; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0 S1 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S0 ; physical drive 2 goes backwards
M569 P3 S1 ; physical drive 3 goes forwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z4000.00 E418.60 ; set steps per mm
M566 X900.00 Y900.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X14000.00 Y14000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
M906 X700 Y700 Z700 E500 ; set motor currents (mA)
M84 S0 ; Disable motor idle current reduction; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X330 Y330 Z400 S1 ; set axis maxima; Endstops
M574 X0 Y0 S3 ; set active low and disabled endstops
M574 Z1 S2 ; set endstops controlled by probe
M915 X Y S5 F0 R3 H400 ; Stall detection. Higher S value -> less sensitive; Z-Probe
M307 H3 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch
M558 P9 H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height
M557 X15:215 Y15:195 S20 ; define mesh grid; Heaters
M305 P0 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M305 P1 T100000 B4725 C7.060000e-8 R4700 ; set thermistor + ADC parameters for heater 1
M143 H1 S280 ; set temperature limit for heater 1 to 280C; Fans
M106 P1 C"Fan0" S1 I0 F500 H-1 ; set fan 0 name, value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 C"Fan0" S0 I0 F500 H1 T45 ; set fan 1 name, value, PWM signal inversion and frequency. Thermostatic control is turned off; Tools
M563 P0 D0 H1 F0:1 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C; Custom settings are not defined
; Miscellaneous
M501 ; load saved parameters from non-volatile memory
M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Wed Sep 09 2020 13:00:39 GMT-0700 (Pacific Daylight Time)
M400
M913 X70 Y70 ; drop motor current to 70%
M400 G91 ; relative positioning
G1 H2 Z5 F6000 ; lower Z again
G1 H1 X-330 F9000 ; move quickly to X axis endstop and stop there (first pass)
G1 X5 F6000 ; go back a few mm
G1 H1 X-330 F9000 ; move slowly to X axis endstop once more (second pass)
G1 H2 Z-5 F6000 ; lift Z relative to current position
G1 H2 Z5 F6000 ; lower Z again
G1 H1 Y-330 F9000 ; move quickly to X axis endstop and stop there (first pass)
G1 Y5 F6000 ; go back a few mm
G1 H1 Y-330 F9000 ; move slowly to X axis endstop once more (second pass)
G1 H2 Z-5 F6000 ; lift Z relative to current position
G1 H2 Z5 F6000 ; lower Z again
G90 ; absolute positioning
G1 X165 Y165 F6000 ; go to first bed probe point and home Z
G30 ; home Z by probing the bed; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 Z5 F100 ; lift Z relative to current position
;G90 ; absolute positioning; homex.g
; called to home the X axis
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Wed Sep 09 2020 13:00:39 GMT-0700 (Pacific Daylight Time)
M400
M913 X60 Y60 ; drop motor current to 70%
M400 G91 ; relative positioning
G1 H2 Z5 F6000 ; lower Z again
G1 H1 X-335 F9000 ; move quickly to X axis endstop and stop there (first pass)
G1 X5 F6000 ; go back a few mm
G1 H1 X-335 F9000 ; move slowly to X axis endstop once more (second pass)
G1 H2 Z-5 F6500 ; lift Z relative to current position
G90 ; absolute positioning
M400
M913 X100 Y100 ; return current to 100%
M400; homey.g
; called to home the Y axis
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Wed Sep 09 2020 13:00:39 GMT-0700 (Pacific Daylight Time)
M400
M913 X70 Y70 ; drop motor current to 70%
M400 G91 ; relative positioning
G1 H2 Z-5 F6000 ; lower Z again
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 Y-335 F9000 ; move quickly to X axis endstop and stop there (first pass)
G1 Y5 F6000 ; go back a few mm
G1 H1 Y-335 F9000 ; move slowly to X axis endstop once more (second pass)
G1 H2 Z5 F6000 ; lift Z relative to current position
G90 ; absolute positioning
M400
M913 X100 Y100 ; return current to 100%
M400; homez.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Wed Sep 09 2020 13:00:39 GMT-0700 (Pacific Daylight Time)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G90 ; absolute positioning
G1 X165 Y165 F6000 ; go to first probe point
G30 ; home Z by probing the bed; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 Z5 F100 ; lift Z relative to current position
;G90 ; absolute positioning; bed.g
; called to perform automatic bed compensation via G32
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Wed Sep 09 2020 13:00:37 GMT-0700 (Pacific Daylight Time)
M561 ; clear any bed transform
G29 ; probe the bed and enable compensation; config-override.g file generated in response to M500 at 2020-09-09 22:43
; This is a system-generated file - do not edit
; Heater model parameters
M307 H0 A90.0 C700.0 D10.0 S1.00 V0.0 B1
M307 H1 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H2 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H4 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H5 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H6 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H7 A340.0 C140.0 D5.5 S1.00 V0.0 B0
G10 L2 P1 X0.00 Y0.00 Z0.00
G10 L2 P2 X0.00 Y0.00 Z0.00
G10 L2 P3 X0.00 Y0.00 Z0.00
G10 L2 P4 X0.00 Y0.00 Z0.00
G10 L2 P5 X0.00 Y0.00 Z0.00
G10 L2 P6 X0.00 Y0.00 Z0.00
G10 L2 P7 X0.00 Y0.00 Z0.00
G10 L2 P8 X0.00 Y0.00 Z0.00
G10 L2 P9 X0.00 Y0.00 Z0.00 -
@User42 said in Hotend wont move past x200y200 need help:
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X330 Y330 Z400 S1 ; set axis maximachange to
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X330 Y330 Z400 S0 ; set axis maxima -
ill try that and report back
-
It worked!!!!!! Thank you. I was stuck for two days going wtf is going on here lol.
-
That's the second time I've seen that happen. Did you get that config straight out of the configurator or did you edit the axis minima maxima yourself?
-
@Phaedrux straight out of the configurator.
-
Could you upload the config.json file that came from the configurator?
-
here ya go. i just looked at the zip it came from and it looks like i might have changed it without knowing. But just to be safe here is a copy of what you asked for.
{"board":"duetwifi10","expansion_boards":[],"firmware":2.03,"standalone":true,"nvram":true,"auto_save":{"enabled":true,"save_threshold":10,"resume_threshold":11,"gcodes_to_run":"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000"},"display":{"type":0,"encoder_steps":4,"spi_frequency":2000000,"menus":[{"name":"main","value":""}],"images":[]},"panelDue":false,"geometry":{"type":"corexy","mins":[0,0,0],"maxes":[330,330,400],"delta_radius":105.6,"homed_height":250,"low_dive_height":false,"max_carriage_travel":260,"print_radius":85,"rod_length":215,"z_min":0},"drives":[{"direction":1,"microstepping":16,"microstepping_interpolation":true,"steps_per_mm":80,"instant_dv":15,"max_speed":100,"acceleration":500,"current":500,"driver":0,"driver_v3":"0.0","endstop_pin":"xstop","endstop_type":0,"endstop_location":2},{"direction":1,"microstepping":16,"microstepping_interpolation":true,"steps_per_mm":80,"instant_dv":15,"max_speed":100,"acceleration":500,"current":500,"driver":1,"driver_v3":"0.1","endstop_pin":"ystop","endstop_type":0,"endstop_location":2},{"direction":0,"microstepping":16,"microstepping_interpolation":true,"steps_per_mm":4000,"instant_dv":0.2,"max_speed":3,"acceleration":20,"current":500,"driver":2,"driver_v3":"0.2","endstop_pin":null,"endstop":null,"endstop_type":3,"endstop_location":1},{"direction":1,"microstepping":16,"microstepping_interpolation":true,"steps_per_mm":418.6,"instant_dv":2,"max_speed":20,"acceleration":250,"current":500,"driver":3,"driver_v3":"0.3"}],"idle":{"used":false,"factor":30,"timeout":30},"homing_speed_fast":30,"homing_speed_slow":6,"travel_speed":100,"z_dive_height":5,"slow_homing":false,"probe":{"type":"bltouch","recovery_time":0.4,"trigger_height":2.5,"trigger_value":500,"x_offset":0,"y_offset":0,"speed":2,"deploy":true,"points":[],"pwm_channel":3,"pwm_inverted":true,"pwm_pin":null,"input_pin":"!zprobe.in","modulation_pin":"!zstop"},"bed_is_nozzle":false,"bed":{"present":true,"use_pid":false,"heater":0},"chamber":{"present":false,"use_pid":false,"heater":2},"heaters":[{"temp_limit":120,"scale_factor":100,"series":4700,"thermistor":100000,"beta":4138,"c":0,"channel":0,"sensor":0,"output_pin":"bedheat","sensor_type":"thermistor","sensor_pin":"bedtemp"},{"temp_limit":280,"scale_factor":100,"series":4700,"thermistor":100000,"beta":4725,"c":7.06e-8,"channel":1,"sensor":1,"output_pin":"e0heat","sensor_type":"thermistor","sensor_pin":"e0temp"}],"num_nozzles":1,"toolchange_wait_for_temperatures":false,"generate_t_code":false,"tools":[{"mix_ratio":[],"number":0,"name":"","extruders":[0],"heaters":[1],"fans":[0,1],"x_offset":0,"y_offset":0,"z_offset":0}],"compensation_x_offset":15,"compensation_y_offset":15,"peripheral_points":3,"halfway_points":3,"calibration_factors":6,"probe_radius":85,"mesh":{"x_min":15,"x_max":215,"y_min":15,"y_max":195,"radius":85,"spacing":20},"home_first":false,"orthogonal":{"compensation":false,"height":50,"deviations":[0,0,0]},"network":{"enabled":true,"mac_address":"","name":"My Printer","password":"","ssid":"Netgear89","ssid_password":"Zanypiano722","dhcp":true,"ip":"192.168.1.20","netmask":"255.255.255.0","gateway":"192.168.1.254","protocols":{"http":true,"ftp":false,"telnet":false}},"fans":[{"name":"Fan0","value":0,"inverted":false,"frequency":500,"thermostatic":true,"heaters":[1],"trigger_temperature":45,"output_pin":"fan0"},{"name":"Fan0","value":100,"inverted":false,"frequency":500,"thermostatic":false,"heaters":[0],"trigger_temperature":45,"output_pin":"fan1"}],"custom_settings":""}
-
Hmm, I'm unable to get the configurator to use S1 for both M208 commands, so if it is a bug I haven't been able to trigger it even when loading your json file.
Thanks for file.
-
no problem. it is odd if its a bug.