-
Notifications
You must be signed in to change notification settings - Fork 3
/
printer.cfg
103 lines (78 loc) · 2.26 KB
/
printer.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# This file contains common pin mappings for the BigTreeTech OctoPus V1.
# To use this config, the firmware should be compiled for the STM32F446 with a "32KiB bootloader"
# Enable "extra low-level configuration options" and select the "12MHz crystal" as clock reference
# after running "make", copy the generated "klipper/out/klipper.bin" file to a
# file named "firmware.bin" on an SD card and then restart the OctoPus with that SD card.
# See docs/Config_Reference.md for a description of parameters.
#Update Firmware MCU
# https://github.com/bigtreetech/BIGTREETECH-OCTOPUS-V1.0/tree/master/Firmware/Klipper
#####################################################################
# Hypercube HSCore - 2022
#####################################################################
##########################################
# General settings
##########################################
##Octopus V1.1 Pro##
[mcu]
serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_430014000A50534E4E313120-if00
[mcu rpi]
serial: /tmp/klipper_host_mcu
##RPI2040 | SuperNova##
[mcu supernova]
serial: /dev/serial/by-id/usb-Klipper_rp2040_E66038B713404A31-if00
##PROBE
#include bed_qd2.cfg]
[include bed_inductive.cfg]
##Klicky##
#[include hardware/klicky/klicky-probe.cfg]
###########################
#[include XY4WD_Supernova_2209.cfg]
[include hardware/XY4WD_Supernova_5160.cfg]
##Macros##
[include macro/*.cfg]
##GitHub##
[include git/*.cfg]
##Calibration Macros##
[include calibration/*.cfg]
##Hardware Config##
[include hardware/*.cfg]
[respond]
[display_status]
[exclude_object]
#Pause/Resume Functionality
[pause_resume]
recover_velocity: 350
[virtual_sdcard]
path: ~/gcode_files
[force_move]
enable_force_move: true
[idle_timeout]
gcode:
TURN_OFF_HEATERS
M84
timeout: 1200
[printer]
kinematics: corexy
max_velocity: 600
max_accel: 25000
#max_accel_to_decel: 6500
max_z_velocity: 30
max_z_accel: 300
square_corner_velocity: 5
[gcode_arcs]
resolution: 0.05
[gcode_macro PARK_MANTENIMIENTO]
gcode:
G28
G1 X125 Y125 Z185 F6000
M84
TURN_OFF_HEATERS
[gcode_macro BED_MESH_COMPLETO]
gcode:
G28
Attach_Probe_Lock
Z_TILT_ADJUST
G29
Dock_Probe_Unlock
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.