so trying to setup corexy, i use the config file for it thats in octoprint ‘maxcorexy’.
i make a pretty basic local config
[Steppers]
microstepping_x = 6
microstepping_x = 6
microstepping_x = 6
microstepping_x = 6
microstepping_x = 6
current_x = 0.5
current_y = 0.5
current_z = 0.5
current_e = 0.5
current_h = 0.5
steps_pr_mm_x = 10.0
steps_pr_mm_y = 10.0
steps_pr_mm_z = 50.0
steps_pr_mm_e = 26.15
steps_pr_mm_h = 50.0
in_use_h = True
slave_h = Z
[Endstops]
invert_X1 = False
invert_X2 = False
invert_Y1 = False
invert_Y2 = False
invert_Z1 = False
invert_Z2 = False
end_stop_Z1_stops = z_cw, h_cw
end_stop_Z2_stops = z_ccw, h_ccw
[Heaters]
sensor_E = SEMITEC-104GT-2
[Planner]
max_speed_x = 0.3
max_speed_y = 0.3
max_speed_z = 0.03
max_speed_e = 0.2
max_speed_h = 0.03
acceleration_x = 3.0
acceleration_y = 3.0
acceleration_z = 0.5
acceleration_e = 3.0
acceleration_h = 0.5
[Homing]
home_speed_x = 0.1
home_speed_y = 0.1
home_speed_z = 0.1
home_speed_e = 0.01
home_speed_h = 0.1
So first of all, only the left and forward buttons work on the ‘manual control’, the up,down, right, back, does not.
i did alot of tweeking/changes, somewhere in there i got the down to work but the slave h did not move with z…
eventually i just deleted everything and have just this
[Steppers]
current_x = 0.5
current_y = 0.5
current_z = 0.5
current_e = 0.5
current_h = 0.5
and again there’s a bunch of buttons on the manual control not working
these motors run at 0.9 , and which buttons work and don’t work changes, so this seems to be a problem with setup somewhere other than current but maybe im wrong. i tried looking in the logs but nothing stood out to me anyway. the only strange thing is in terminal on bootup it says number of extruders 2, regardless if i have in_use_h = True or false, maybe that doesn’t mean anything.
i do restart redeem after each local.cfg edit and connect.
also somewhere during all of that testing, when i pressed for example left, i would get movements that shouldn’t have happened.
i feel like im missing something really obvious again, but also feel like just loading the corexy profile should have gotten me in the ‘ballpark’ of mostly working, but its still mostly ‘not’
