Re: Cherry Pi III Is Available May 10, 2015 09:46AM |
Registered: 11 years ago Posts: 14,686 |
Re: Cherry Pi III Is Available May 10, 2015 11:06AM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi III Is Available May 10, 2015 11:26AM |
Registered: 10 years ago Posts: 1,159 |
Quote
David J
Mine is a standard Cherry Pi, so no problem with space for this board. I'm using an XBox PSU so that has to stay outside.
This morning I tried to get the heated bed up to 110C, and the MOSFET (or whatever the device is next to the connector) was getting uncomfortably warm, almost painfully hot (so was the cable to the bed - something else to change!). I think I'll be fitting a SSR (or equivalent) very soon.
The next task is to fit some form of Z-probe. Unfortunately I don't think I'll be able to fit one of your IR probes - at 25mm across I think it would be too wide for fitting to the obvious location (on the narrow side of the effector's hexagon base). I'm still thinking about the best solution...
Re: Cherry Pi III Is Available May 10, 2015 11:39AM |
Registered: 11 years ago Posts: 14,686 |
Quote
David J
The next task is to fit some form of Z-probe. Unfortunately I don't think I'll be able to fit one of your IR probes - at 25mm across I think it would be too wide for fitting to the obvious location (on the narrow side of the effector's hexagon base). I'm still thinking about the best solution...
Re: Cherry Pi III Is Available May 10, 2015 12:38PM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi III Is Available May 10, 2015 05:54PM |
Registered: 11 years ago Posts: 515 |
Quote
Matt,Wheatley
I have a die tap handle I'm hoping the bit will fit into, I'm hoping that will do the job.
Re: Cherry Pi III Is Available May 11, 2015 02:32AM |
Registered: 10 years ago Posts: 1,159 |
Quote
AndyCart
Quote
Matt,Wheatley
I have a die tap handle I'm hoping the bit will fit into, I'm hoping that will do the job.
Hi Matt. I've been offline for a couple of days so missed your earlier posts. I run mine in a small battery drill but run it backwards. It removes the high spots without actually cutting in. It may depend on the type of mill you have though. I only have one and this works for me.
Andy
Re: Cherry Pi III Is Available May 11, 2015 07:02AM |
Registered: 10 years ago Posts: 6 |
Re: Cherry Pi III Is Available May 11, 2015 06:01PM |
Registered: 10 years ago Posts: 67 |
Re: Cherry Pi III Is Available May 11, 2015 06:13PM |
Registered: 10 years ago Posts: 76 |
Re: Cherry Pi III Is Available May 12, 2015 02:25AM |
Registered: 10 years ago Posts: 6 |
Re: Cherry Pi III Is Available May 13, 2015 06:48PM |
Registered: 10 years ago Posts: 164 |
; Default start code G28 ; Home extruder G1 Z15 F{Z_TRAVEL_SPEED} M107 ; Turn off fan G90 ; Absolute positioning M82 ; Extruder in absolute mode {IF_BED}M190 S{BED} ; Activate all used extruder {IF_EXT0}M104 T0 S{TEMP0} G92 E0 ; Reset extruder position ; Wait for all used extruders to reach temperature {IF_EXT0}M109 T0 S{TEMP0}
; Default end code ;G1 X0 Y0 Z130 ; Get extruder out of way. Uncomment to use! M107 ; Turn off fan ; Disable all extruder G91 ; Relative positioning {IF_EXT0}T0 {IF_EXT0}G1 E-1 ; Reduce filament pressure M104 T0 S0 G90 ; Absolute positioning G92 E0 ; Reset extruder position M140 S0 ; Disable heated bed M84 ; Turn steppers off
Re: Cherry Pi III Is Available May 13, 2015 07:08PM |
Registered: 11 years ago Posts: 14,686 |
Re: Cherry Pi III Is Available May 14, 2015 08:38AM |
Registered: 10 years ago Posts: 6 |
Re: Cherry Pi III Is Available May 14, 2015 10:22AM |
Registered: 11 years ago Posts: 14,686 |
Quote
wiganite
Mine appears to take ages from homing to starting print.
Re: Cherry Pi III Is Available May 14, 2015 02:40PM |
Registered: 10 years ago Posts: 6 |
Re: Cherry Pi III Is Available May 14, 2015 06:01PM |
Registered: 11 years ago Posts: 515 |
Re: Cherry Pi III Is Available May 15, 2015 02:27AM |
Registered: 10 years ago Posts: 6 |
Re: Cherry Pi III Is Available May 15, 2015 03:23AM |
Registered: 10 years ago Posts: 164 |
Quote
AndyCart
If you amend the G1 Z15 F{Z_TRAVEL_SPEED} entry to G1 Z15 F5000 all should be well
Quote
dc42
It's not unusual for the filament to tend to curl up as it exits the nozzle, especially for PLA. If it does it when printing the first layer, then I suspect that either the nozzle is too high above the bed, or you have an adhesion problem.
Both my printers run Duet electronics, which provides a web interface, and I often check the print status from my mobile when I am in another part of the house. But I would never start a print remotely unless someone is on hand with a fire extinguisher if something goes horribly wrong. There have been questions raised about whether home insurance would cover damage from a fire started by a 3D printer.
Re: Cherry Pi III Is Available May 17, 2015 08:18AM |
Registered: 10 years ago Posts: 111 |
Re: Cherry Pi III Is Available May 17, 2015 08:19AM |
Registered: 10 years ago Posts: 111 |
Re: Cherry Pi III Is Available May 17, 2015 09:41AM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi III Is Available May 17, 2015 10:21AM |
Registered: 10 years ago Posts: 1,159 |
Re: Cherry Pi III Is Available May 17, 2015 10:29AM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi III Is Available May 17, 2015 10:38AM |
Registered: 10 years ago Posts: 1,159 |
Quote
David J
Thanks - gives me something to aim for (really, I just need any miniature 2-way plug and socket to allow me to remove stuff if necessary).
Re: Cherry Pi III Is Available May 17, 2015 11:25AM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi III Is Available May 18, 2015 12:35PM |
Registered: 10 years ago Posts: 76 |
Re: Cherry Pi III Is Available May 21, 2015 05:03PM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi III Is Available May 21, 2015 06:49PM |
Registered: 11 years ago Posts: 14,686 |
Re: Cherry Pi III Is Available May 22, 2015 01:11AM |
Registered: 10 years ago Posts: 893 |
Quote
dc42
I'm glad you got it all working! I've never tested the differential IR probe on blue tape, but I guess it must work OK. Could you possibly publish your Z probe mount on Thingiverse or eleswhere, so that I can link to it in the fitting instructions?
Quote
dc42
What size print bed do you have, and what heater will you be using to heat it? For my 300mm diameter bed, I found it useful to increase the number of probe points for auto calibration from 10 to 13 - that's 6 near the periphery, 6 half way out from the centre, and the centre.