Ну с костылями ввиде постоянно удерживаемого шаговика - поддерживаются.

Модератор: Robert Sa
Ну с костылями ввиде постоянно удерживаемого шаговика - поддерживаются.
Здравствуйте, я испанец и использую переводчик Google. Я занимаюсь изготовлением этого проекта. Какое значение (stepper) я должен поставить (Marlin) для редукции 98 (Petpool-2.1)? stepper value in marlin for reductive 98 Petpool-2.1?Robert Sa писал(а): ↑07 июн 2021, 05:49Хорошие новости, бетта тест петпул-2.1 с увеличенным коэф. редукции (98) прошел успешный тест! Спасибо Михаил!
По словам Михаила:
"Станок вполне работоспособный с вашими шестернями
Без нагрузки все крутится от руки(при разматывании)"
Кроме новых двух шестеренок в схеме петпул-2 ничего не меняется.
Разгребусь на работе, буду пилить новый бутылкорез с плавной установкой ширины реза с большой точностью, уже есть заначки, обсуждаем в телеге ее:)
Yeah, but reduction depends on gears not marlincobaltduff писал(а): ↑26 сен 2021, 09:20Здравствуйте, я испанец и использую переводчик Google. Я занимаюсь изготовлением этого проекта. Какое значение (stepper) я должен поставить (Marlin) для редукции 98 (Petpool-2.1)? stepper value in marlin for reductive 98 Petpool-2.1?Robert Sa писал(а): ↑07 июн 2021, 05:49Хорошие новости, бетта тест петпул-2.1 с увеличенным коэф. редукции (98) прошел успешный тест! Спасибо Михаил!
По словам Михаила:
"Станок вполне работоспособный с вашими шестернями
Без нагрузки все крутится от руки(при разматывании)"
Кроме новых двух шестеренок в схеме петпул-2 ничего не меняется.
Разгребусь на работе, буду пилить новый бутылкорез с плавной установкой ширины реза с большой точностью, уже есть заначки, обсуждаем в телеге ее:)
I had change the gears at petpul V2.1 for my self, it is supporting koef.of reduction the 98. Marlin has stepper motor driver reduction too. But the nominal base reduction must be set 1/16 at driver board A4988 level via 3 jumpers on the borad. To find out Marlin FW reduction number you must pass test to equil the speed if you are using g-code. The max speed of process is about 2,5mm/seccobaltduff писал(а): ↑26 сен 2021, 09:20Какое значение (stepper) я должен поставить (Marlin) для редукции 98 (Petpool-2.1)?
This divider you must find via tests of filament speed, Probably more or less true is 101 instead of 80 from start of tests. The owner of project not using the marlin, he has developed the special board with special FW, so, if you are in g-code and Marlin, you should find divider yourself.
I use my A8's board to power the petpull's stepper and I'm quite fine with the default 100,100,400,100. The stepper doesn't react to numbers higher than 3000 and I usually set it to 1500cobaltduff писал(а): ↑26 сен 2021, 17:09Спасибо, я не правильно объяснил. (#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,400,80) какое значение мне нужно написать?
you have to configure DEFAULT_AXIS_STEPS_PER_UNIT so that mm/s is correct, my configuration marlin is #define DEFAULT_AXIS_STEPS_PER_UNIT {1500, 1500, 1500, 1500}Atlantis писал(а): ↑30 сен 2021, 17:23I don't know about your situation, but for me everything lower F1000 is too much slow. I recently printed a 10-teeth gear instead of the default 8-teeth one and now I give a command "G1 E1000000 F1200" in the simplify interface. It works well. If it's F120 it'll be like a turtle )
So, it comes out that it's either 1500 steps per mm in the firmware and F120 in the command or 100 steps in the firmware and, say, F1500 in the command. The same output about the rotation speed but at least I don't have to flash the board every time when I decide to pull filament. As I have said I use the same board both for printing and pulling so flashing it back and forth would be kind of tiresome )cobaltduff писал(а): ↑01 окт 2021, 18:24you have to configure DEFAULT_AXIS_STEPS_PER_UNIT so that mm/s is correct, my configuration marlin is #define DEFAULT_AXIS_STEPS_PER_UNIT {1500, 1500, 1500, 1500}Atlantis писал(а): ↑30 сен 2021, 17:23I don't know about your situation, but for me everything lower F1000 is too much slow. I recently printed a 10-teeth gear instead of the default 8-teeth one and now I give a command "G1 E1000000 F1200" in the simplify interface. It works well. If it's F120 it'll be like a turtle )
For my configuration (F120 = 120mm/min = 2mm/s), for your configuration (F1200 = 1200mm/min = 20mm/s). What STEPS values do you have configured in marlin?
https://t.me/PETPullGroup/43437
Нужно в исходнике прописать нужное ограничение, собрать прошивку и залить в принтер