Show all posts by user
Page 1 of 2
Pages: 12
Results 1 — 30 of 33
Подходят для сборки RepRap, покупал в Китае для этой цели, остались лишние.
Посадочный размер Стандарт NEMA17, размер фланца 42мм.
Угловое перемещение 1,8°/шаг
Напряжение 3.1 V
Количество фаз 2
Ток 2.5 A/phase
Сопротивление 1.25 Ohm/phase
Индуктивность 1.8 mH/phase
Удерживающий момент 4800г*см (70OZ-IN, 0.49 Н*м)
Инерция ротора 68 g-cm2
Количество проводов
by
DeltaFlight
-
Russia RepRap User Group
3Д-принтер techzone huxley полностью в сборе, настроенный и улучшенный.
Зона печати 100x80x80мм
Всё железо заменено на нержавейку.
Установлена подогреваемая площадка из печатной платы.
Установлен улучшенный hot end, который не сбоит во время работы.
Некоторые части напечатаны заново на самом принтере в улучшенном качестве.
В комплекте нормальный блок питания.
Принтер полностью рабочий, печатает.
by
DeltaFlight
-
Russia RepRap User Group
Update: Enrique resolved this bug in latest build.
by
DeltaFlight
-
Skeinforge
For a while I'd rolled back to skeinforge 43. I've reported this bug to Enrique.
Just in case, I'm attaching here file I'd sent to Enrique.
I think penultimate.gcode diff says for itself:
(< setting> raft Interface_Nozzle_Lift_over_Interface_Layer_Thickness_(ratio): 0.45 )
(< setting> raft Name_of_Support_End_File: support_end.gcode )
(< setting> raft Name_of_Support_Start_F
by
DeltaFlight
-
Skeinforge
I notice a strange behaviour with Object First Layer settings in Raft.
With these vaules:
Object First Layer Feed Rate Infill Multiplier (ratio): 1.0
Object First Layer Feed Rate Perimeter Multiplier (ratio): 1.0
Object First Layer Flow Rate Infill Multiplier (ratio): 1.0
Object First Layer Flow Rate Perimeter Multiplier (ratio): 1.0
I get following G-code (first extruding lines, retra
by
DeltaFlight
-
Skeinforge
Тогда лучше вверху вентилятор, заодно можно будет послойно охлаждать, помогает при печати мелких деталей.
by
DeltaFlight
-
Russia RepRap User Group
Зачем вниз вентилятор? Тут наоборот пеной заливают снизу для уменьшения теплопотерь.
by
DeltaFlight
-
Russia RepRap User Group
Я бы не стал перегружать подвижную площадку, это может отрицательно сказаться на качестве. Я пока печатаю прямо на текстолит, и в целом доволен. Липнет неплохо, остывает быстро - выключил, подул на площадку и деталь уже сама отскочила. Я читал, тут многие мучаются ножами отковыривают детали, или делают даже гибкие площадки, чтобы было легче отрывать деталь.
by
DeltaFlight
-
Russia RepRap User Group
I expirienced a skew on both axes on my Huxley. I think it is because of high friction and overall asymmetry of my machine.
I've activated a sample skeinforge homing.gcode:
G1 X-250.0
G92 X0 ;set x 0
G1 Y-250.0
G92 Y0 ;set y 0
Now printer homes after each layer and objects come out straight.
I know it rather hides problem than resolves it and I can get problems with large and complex prints.
B
by
DeltaFlight
-
General
Площадка 150х150. Зона печати получилась где-то 120х120, но площадка греется вся.
Дорожки рисовал фломастером по линейке
by
DeltaFlight
-
Russia RepRap User Group
Я вообще без диодов сделал плату. Удалось добиться, что подключенная к 12 вольтам нагревается до 90-110 градусов, что оптимально для ABS. Полагаю, если подключить к 5 вольтам, будет 50 градусов, как раз для PLA.
by
DeltaFlight
-
Russia RepRap User Group
Sorry, in euphoria I'd attached wrong patch Original Denis patch didn't work for me either on techzone monotronics. It generates G code like this:
G1 F1800.0
M101
G1 F50 Z0.4 F50
It looks like FiveD firmware ignores F50 parameter in latter G1 command and use F1800, thus making step skipping.
So I've added a separate line self.output.write('F50\n'), and after this it works for me, generating co
by
DeltaFlight
-
Skeinforge
Let's talk about ABS extrusion temperatures. There are many temperature handles in skeinforge, and as far as I read some tutorials, there are just opposite recommendations about this. Some say use higher temperature for first layer and lower for rest, some say lower temp for base and higher for interface.
It seems logical to me to set maximum safe temp (250) for first layer to make it stick bett
by
DeltaFlight
-
General
В итоге тоже вытравил плату, вполне неплохо получилось. Действительно можно делать наугад - сначала вышло большое сопротивление, но распараллелил, припаяв пару проводков, теперь греется хорошо.
by
DeltaFlight
-
Russia RepRap User Group
owism8 Wrote:
> @ Delta flight, I just copy past that into the
> gcode_small.py file? or do I create a new .py file
> with only that code in it?
No, it was a patch, it shall be applied with patch tool.
Here is a modified file, just replace the old one (from SF 43) with it.
by
DeltaFlight
-
General
This patch hacks generated G code and makes Z movement separate with hardcoded feedrate.
I've patched SF43, the latest version for now. With this patch where is no reason to use outdated SF. Volumetric is easy to use, just set filament diameter (2.8 for me), packing ratio (0.85 for ABS, 1.0 for PLA) and flow rate = feed rate.
It works, I finally got a decent big print, though there are room for i
by
DeltaFlight
-
Skeinforge
Are your endstops connected?
by
DeltaFlight
-
General
@ovism8, it looks I made last skeinforge to generate G code suitable for techzone firmware, see
by
DeltaFlight
-
General
Ok, I've managed to eliminate Z axis skipping. I had to patch skeinforge_application/skeinforge_plugins/craft_plugins/export_plugins/static_plugins/gcode_small.py:
--- gcode_small.py 2011-09-08 00:40:54.000000000 +0400
+++ /tmp/gcode_small.py 2011-10-01 23:48:39.962606001 +0400
@@ -94,17 +94,30 @@
yString = getStringFromCharacterSplitLine('Y', splitLine )
zString = getStringFromCharacterSp
by
DeltaFlight
-
Skeinforge
Ok, I eliminated unwanted acceleration by turning off the Limit plugin.
But despites my Maximum Z Feed rate is set to 1 mm/s, skeinforge generates following G code (my comments):
G1 X54.72 Y41.688 Z0.72 F240.0 E5.2399 ; lasl code of raft base
G1 F798.0 ; what is this? no-op?
G1 E5.2399 ; copy previous E code
G1 F240.0 ; no op again
M103 ; stop extruder, ok
G1 X25.884 Y46.08 Z1.18 F960.0 ; go u
by
DeltaFlight
-
Skeinforge
owism8, have you managed to achieve some decent prints on Huxley with bowden?
Can you help me here, because I stuck with SF settings:
by
DeltaFlight
-
General
Hello,
Recently I’ve built my first reprap, a Techzone Huxley with J-Head 0.5mm nozzle.
Now I’m trying to configure it.
I’ve calibrated all axis and extruder steps per mm in firmware. When I press +10 move in RepSnapper, it moves almost exactly 10mm. When I press “Run extruder” for 10, it consumes exactly 10mm of filament.
I print a 20x20x5 hollow cube with 3mm white ABS.
difference() {
cube(
by
DeltaFlight
-
Skeinforge
Моя ситуация осложняется тем, что у меня Huxley, и стандартный нагреватель PCB мне не подходит по размерам.
Но у вас, я вижу, как раз не стандартный. Сами травили?
by
DeltaFlight
-
Russia RepRap User Group
Нашёл какую-то гравировочную контору, но у них всё закончилось, и, боюсь, цену заломят. Бывают ли магазины, торгующие толстым листовым аллюминием в небольших количествах?
ЗЫ Питер
by
DeltaFlight
-
Russia RepRap User Group
Make sure you'd changed the correct Z_STEPS_PER_MM in configuration.h, there are several, but only one has effect.
by
DeltaFlight
-
General
Page 1 of 2
Pages: 12