I'll give it a go First sensormount was having the filament to close but It seems that it will work if I move it out 1mm.
Best posts made by minim
-
RE: Filament runout sensor using DC42 IR probe
-
RE: Anybody using a Duet board with a Klipper SBC?
@gaweyo It was a bit easier from a pc than from my phone I have some issues in the Z axis after a crash during config but it still shows great improvement of ringing in the lower print with input shaper enabled. Upper print is without input shaper. Both are done with 1500mms accleration increasing each 5mm up to 7000mm/s accleration and the print speed is 100mm/s.
-
RE: Duet Wifi config on a Flashforge Creator Pro
This is the Z stepper.
http://www.flashforge-usa.com/shop/parts-accessories/z-axis-motor.html
Edit; found this info on a makerbot 1, sounds a lot better now. will measure heat after a while
The MCP4018T-502E/LT digipots value is set to 118 for X, Y, A and B which gives Vref 1.75V (810mA max.), and 40 for Z which gives 0.60V (278mA max.).
Edit2; this solved my heat problem just to reply incase anyone else comes across this.
-
RE: Where's the Duet Wifi 3?
I'm also waiting for the duet wifi 3. No interest what-so-ever in a raspberry pi for this application. KISS is gone out the window it seems. I want to upgrade my printers but until the duet wifi 3 is out there just isn't any point at all.
-
Filament runout sensor using DC42 IR probe
I got many IR probes lying around and I was wondering if anyone ever tried to use these as filament runout sensor? Is it possible to lower the sensitivity enough to be able to detect filament missing?
-
RE: warning z=0 datum was not determined
you also get that message if you home against limit switches (for example on a delta at the top) without homing with the Z probe. My Z switches on my delta is good enough for me not probing with BLtouch each time so I get that each time I don't do a probe run before loading the height map. It's not a error it's just a warning telling you that the height map is based on the Z datum set with the probe and not the limit switches you home against.
Latest posts made by minim
-
RE: Anybody using a Duet board with a Klipper SBC?
@zapta yeah it does actually. I donβt think I will switch back even if I hate SBC
-
RE: Anybody using a Duet board with a Klipper SBC?
@gaweyo It was a bit easier from a pc than from my phone I have some issues in the Z axis after a crash during config but it still shows great improvement of ringing in the lower print with input shaper enabled. Upper print is without input shaper. Both are done with 1500mms accleration increasing each 5mm up to 7000mm/s accleration and the print speed is 100mm/s.
-
RE: Anybody using a Duet board with a Klipper SBC?
I tested klipper on duet WiFi and deux5 this weekend. I run true bed leveling with it quite fine and the input shaper does magic. The UI is not great compared to duet but I might stay with it because of the magic the input shaper does. Wish I could add a photo here easy and Iβll show the huge difference.
Managed to crash my Z axis during setup so I got some Z banding now but I canβt blame klipper for a user error
-
RE: Where's the Duet Wifi 3?
I'm also waiting for the duet wifi 3. No interest what-so-ever in a raspberry pi for this application. KISS is gone out the window it seems. I want to upgrade my printers but until the duet wifi 3 is out there just isn't any point at all.
-
RE: Positioning the printable area
@Danal said in Positioning the printable area:
@minim said in Positioning the printable area:
That's true. I think I will keep M208 at zero then so I can print off if needed and just try to remember where my limits are for the first layers. I guess I'm to set on the cnc way of doing it with machine coordinates on the machine that's always the same and then work coords (G54+++) to cover placement over the workpiece and thought the bed could be solved in a similar maner.
You actually can do this if you want. G10 L2 or L20, and G54 and so forth, all work fine in 3D print mode.
Having said that, I typically M208 -nnn:nnn such that 0,0 is the corner of the bed. Actual coordinates from a CoreXY:
M208 X-16.5:317 Y-10:385 Z-10:315
M208 U0:180And you still get to move to X-16.5 or do you run with M564 S0 to allow movement outside the bed? I don't have the printer here to test but I'll try this later.
-
RE: Positioning the printable area
@dc42 said in Positioning the printable area:
I'll consider applying M208 limits to G30 probing operations in a future firmware release.
that sounds great Would be great to just have it as a flag on the M208 command so we could choose to use it or not On my delta I'm using the smart effector so I think I would leave that security on for that one also.
-
RE: Positioning the printable area
That's true. I think I will keep M208 at zero then so I can print off if needed and just try to remember where my limits are for the first layers. I guess I'm to set on the cnc way of doing it with machine coordinates on the machine that's always the same and then work coords (G54+++) to cover placement over the workpiece and thought the bed could be solved in a similar maner.
Maybe I recall wrong about the mesh crash as that's a long time ago now when I was changing the coordinate system last time. Today I crashed again due to a brainfart when I calced the offsets into the coordinates but that was in bed.g file and when doing true bed leveling. Idkn about the deltas but I consider the axis limits to be the safe area the printer can move within and as long as I don't use "M564 S0" it should be safe and not able to crash. If it's desired on delta's wouldn't it be better to allow it for that kinematic? It's not desirable to crash my corexy that I know
-
Positioning the printable area
I home my CoreXY machine with sensor less homing and I have the bump stops mounted so that I'm homed outside the printable area (nozzle can move outside of the bed). I can also move the nozzle outside on all the other edges with my current M208 S1 settings. This is how I want it to be since I can then use scripting for a wipe outside bed or tool changes for later. I also use home at the rear left corner of the printer.
The Issue I got is how do I set the printable area to be inside the bed? My XY max is X414,Y423 and the printable area is X13-410 and Y18-416. If I use M208 I move my XY0 so I can't move behind the bed without M564 S0 but I don't want to disable that "security" for normal operations. I hope I can solve this in the duet and not the slicer.
Sidenote: is it just me or is the coordinate offset from probe a complete mess when running true bed leveling/ mesh probing with a probe X/Y offset? If you don't mind the offset properly when making the config files for probing it moves OUTSIDE limits set by M208 and crashes the printer. When the axis max is set the printer should under no circumstances (except with M564 S0 enabled) do that IMO.
-
RE: Bigtreetech smart filament sensor
Hi. Did u succeed using this sensor? Considering getting one to test..
-
RE: Question about DWC v2xx
You can also use the old interface when you run dwc2.0RC7. Just add "/reprap" behind the link. I do that since I find the old easier to use.