Size: a a a

Хобби CNC & 3D print

2020 March 28

W

Wood Master Ачинск in Хобби CNC & 3D print
При подачи 50% мощности на выходе ттл цешка показала 0.86в
источник

AN

Andrew Nikolaev in Хобби CNC & 3D print
// Define the homing cycle patterns with bitmasks. The homing cycle first performs a search mode
// to quickly engage the limit switches, followed by a slower locate mode, and finished by a short
// pull-off motion to disengage the limit switches. The following HOMING_CYCLE_x defines are executed
// in order starting with suffix 0 and completes the homing routine for the specified-axes only. If
// an axis is omitted from the defines, it will not home, nor will the system update its position.
// Meaning that this allows for users with non-standard cartesian machines, such as a lathe (x then z,
// with no y), to configure the homing cycle behavior to their needs.
// NOTE: The homing cycle is designed to allow sharing of limit pins, if the axes are not in the same
// cycle, but this requires some pin settings changes in cpu_map.h file. For example, the default homing
// cycle can share the Z limit pin with either X or Y limit pins, since they are on different cycles.
// By sharing a pin, this frees up a precious IO pin for other purposes. In theory, all axes limit pins
// may be reduced to one pin, if all axes are homed with seperate cycles, or vice versa, all three axes
// on separate pin, but homed in one cycle. Also, it should be noted that the function of hard limits
// will not be affected by pin sharing.
// NOTE: Defaults are set for a traditional 3-axis CNC machine. Z-axis first to clear, followed by X & Y.
#define HOMING_CYCLE_0 (1<<Z_AXIS)                // REQUIRED: First move Z to clear workspace.
#define HOMING_CYCLE_1 ((1<<X_AXIS)|(1<<Y_AXIS))  // OPTIONAL: Then move X,Y at the same time.
// #define HOMING_CYCLE_2                         // OPTIONAL: Uncomment and add axes mask to enable

// NOTE: The following are two examples to setup homing for 2-axis machines.
// #define HOMING_CYCLE_0 ((1<<X_AXIS)|(1<<Y_AXIS))  // NOT COMPATIBLE WITH COREXY: Homes both X-Y in one cycle.

// #define HOMING_CYCLE_0 (1<<X_AXIS)  // COREXY COMPATIBLE: First home X
// #define HOMING_CYCLE_1 (1<<Y_AXIS)  // COREXY COMPATIBLE: Then home Y
источник

AN

Andrew Nikolaev in Хобби CNC & 3D print
это в config.h
источник

W

Wood Master Ачинск in Хобби CNC & 3D print
Вот там я чёт и наколбасил
источник

W

Wood Master Ачинск in Хобби CNC & 3D print
Цикл 0 хоминг зед закоментил
источник

W

Wood Master Ачинск in Хобби CNC & 3D print
Andrew Nikolaev
это в config.h
Это с кагого исходника вытащил у меня чутка другой
источник

AN

Andrew Nikolaev in Хобби CNC & 3D print
источник

AN

Andrew Nikolaev in Хобби CNC & 3D print
Wood Master Ачинск
Цикл 0 хоминг зед закоментил
тогда в оставшемся поменяй единицу на ноль.
источник

W

Wood Master Ачинск in Хобби CNC & 3D print
Завтра попробую и зезюки поменяю может Дуня все же живая
источник

G

Grishka{GST} in Хобби CNC & 3D print
источник

G

Grishka{GST} in Хобби CNC & 3D print
что за зверь?
источник

AN

Andrew Nikolaev in Хобби CNC & 3D print
маховик, видимо. :)
источник

W

Wood Master Ачинск in Хобби CNC & 3D print
Я думаю это чтоб в мотор грязюка не попадала
источник

G

Grishka{GST} in Хобби CNC & 3D print
они ещё и под крышкой сидят
источник

AU

Alexey Ustyantsev in Хобби CNC & 3D print
ну там даже написано ж, что он демпфер
источник

AU

Alexey Ustyantsev in Хобби CNC & 3D print
снижение вибраций
источник
2020 March 29

P

PolSerg in Хобби CNC & 3D print
LiS92
Ну ничего это ты лихо сказал, если усреднить то дюраль весит 30% от стали, мало конечно, но не ничего )
Разница конечно есть, но это скорее от того что я токарь криворукий, при желании можно было бы в массу стандартного фитинга влезть
источник

P

PolSerg in Хобби CNC & 3D print
LiS92
Ну ничего это ты лихо сказал, если усреднить то дюраль весит 30% от стали, мало конечно, но не ничего )
источник

L

LiS92 in Хобби CNC & 3D print
В конечном весе разница мизер, но в процентном соотношении много)
источник

G

Grishka{GST} in Хобби CNC & 3D print
Короче, "бяда" не приходит одна.... почти решился торцовку купить
источник