У нас вы можете посмотреть бесплатно Creality K1 Max Triple Z Mod или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
K1 Max Triple Z Mod, Fun little project! My k1 And Max all have: Cartographer3D - Eddy Current Induction Sensor BCJ Gantry Triple Z Main Board: M8P Or Octopus Pro Stock toolhead With the latest klipper new k1 DXC Extruder https://amzn.to/45wZ510 knomi v2 screen used https://amzn.to/3UNAS1d Fast Z Tilt After the first probe of each spot [gcode_macro Cartographer_Z_TILT_ADJUST] # safer and faster Z TILT ADJUST for Cartographer gcode: G28 # or use a conditional or safe homing Z_TILT_ADJUST horizontal_move_z=10 retries=0 retry_tolerance=1.000 Z_TILT_ADJUST horizontal_move_z=3 G28 ZSAVE_CONFIG ###### K1 Max ####### [z_tilt] z_positions: -79, -20 #stepper_z2 / front left 152.25, 335 #stepper_z/ rear 350.51, -45 #stepper_z1 / front right points: 14,-2 #stepper_z2 / front left 152.25,270.00 #stepper_z/ rear 284.51,-2 #stepper_z1 / front right speed: 400 horizontal_move_z: 15 retries: 5 retry_tolerance: 0.0075 [bed_mesh] speed: 300 mesh_min: 15,15 mesh_max: 288,288 probe_count: 49,49 algorithm: bicubic # required for above 5x5 meshing bicubic_tension: 0.1 zero_reference_position: 148, 140 # set this to themiddle of your bed [safe_z_home] home_xy_position: 152, 144 Example home_xy_position: 175,175 - This would be for a 350 * 350mm bed. z_hop: 10 ##### K1 (Baby) ########### [z_tilt] z_positions: -50, 0 # stepper_z location (front left) 100, 232 # stepper_z1 location (rear center) 250, 0 # stepper_z2 location (front right) points: 15, 3 # front left 113.5, 180 # rear center 210, 3 # front right speed: 500 horizontal_move_z: 15 retries: 5 retry_tolerance: 0.0075 [bed_mesh] # K1 zero_reference_position: 112,112 speed: 400 # recommended max 150 - absolute max 180. Going above 150 will cause mcu hanging / crashing or inconsistent spikey meshes due to bandwidth limitation. mesh_min: 30,25 # up to 30x30 if you have a weird spike bottom left of mesh mesh_max: 210,200 # 210 max before hitting rear plate screws on stock bed probe_count: 39,39 # tested 100x100 working algorithm: bicubic # required for above 5x5 meshing bicubic_tension: 0.1 zero_reference_position: 110, 110 [safe_z_home] home_xy_position: 113.5,102.5 speed: 300 z_hop: 10