FYI, the bot has an extremely good extruder that integrates the fan such that it cools the extruder and blows on the print via a duct.
Going to order the ideawerk soon!
Wish Me luck !
Jetguy, the original ideawerk, what the temperature range? Can it print polycarbonate? Any Ptfe tube used? My ff has them and I hope the weistek open up a new printing dimension for exotic materials for me.
They now have a RepG version of slicer for usage on mac where they say is specifically for weistek.
I had attached a file I found from the repg folder with sole parameters in the first post, not sure if it meant anything. I hope some guru will be able to reverse engineer some of the step per mm, starting g code etc so that other slicer can be use.
Jetguy, the printbed looks like MDF board, what the material they are using? Possible to replace with a thin sheet of glass?
On my own, I am looking for a small printer so if the weistek can extend my capabilities (an option which I not used I may or may not use) it makes it more attractive.
Sort of like a future proof. Rather than somewhere down the road I have to acquire a 3rd printer just because my two printer are limited by Ptfe.
That being said. Even if it can't print the high temp materials reliably, it still seems like a kick ass small printer to print my regular PLA and the portability is a added bonus.
Anyway welcome the insights bro!
The entire file folders and program can be downloaded here with all the various codes and machine profile I think.
(**** beginning of start.txt ****)
(This file is for a WeisTek WT150 with)
(a heated build platform)
(**** begin initilization commands ****)
M104 S220 T0
G21 (Metric FTW)
G90 (Absolute Positioning)
M18 (This disables the stepper motors.)
G92 X0 Y0 Z0 A0 B0 (Declare the current position to be (0,0,0,0,0))
(**** end initilization commands ****)
(**** begin homing ****)
G161 Y X F2500
G92 X0 Y0 Z0 A0 B0
G1 X5.0 Y5.0 Z-5.0 F450
G162 Z F450
G161 Y X F2500 (Home X axis maximum; go until reaching the end stop.)
G92 Z143.12
G92 X-75 Y-75 (set zero for X and Y)
(**** end homing ****)
M108 R8.0 (Extruder speed = max)
G1 Z10 F500
M6 T0 (wait for toolhead parts, nozzle, HBP, etc., to reach temperature)
M101
G04 P15000
M01
(**** end of start.txt ****)
Thanks a lot. I will love to pair this printer up with my s3d or even a makerware!
Glad that I am able to contribute in this small way.
Await ur deciphering !
"start_position" : {
"replicator_start_position": [
"G92 X-75 Y-75 Z145 A0 B0",
You have to stop and restart the service for that change to take effect.
Factory default assuming using the perfboard is:
Z143.12
Thanks for all the effort!
Have u printed using makerware?
I am still awaiting shipment hehe so exicted
Would a ToM profile work better here?
--
You received this message because you are subscribed to the Google Groups "3D Printer Tips, Tricks and Reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 3dprintertipstricks...@googlegroups.com.
To post to this group, send email to 3dprintertips...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to 3dprintertipstricksreviews+unsub...@googlegroups.com.
To post to this group, send email to 3dprintertipstricksreviews@googlegroups.com.
Thanks a lot for the update. When u said the purge line move too far right does it mean the extruder will move too right and bang creating the usual Tak Tak Tak sound?
Which profile do u use it with? So cool that a weistek can use makerware!
Seems like beside here there no community for this brand of printer at all :(
Vert solid construction. If it falls on to your leg, it will break your leg. Haha
Having issue installing on my win7... Driver and signature issue. Will update again.
Again, there is no backup firmware anaywhere.
No known backup off eeprom settings.It is imperative that you do not connect over USB to anything that might write to eeprom (AKA onboard preferences) in Rep-G.Basically, if you inadvertently choose the wrong profile in Rep-G or use the wrong rep-g, or some other tool like Makerware and edit onboard preferences it might be hard or impossible to get back to a working state.
So again, for your own safety, do not ever plug this in USB.
I get that you are not going to play with firmware settings- not intentionally.My point to the larger group is there are some automatic things that happen in certain software the instant you connect to the printer over USB EVEN if you do nothing other than connect.So, you either really, really, really, know all the rules and understand everything about thatOrYou smartly avoid the risk and do not ever plug it in USB.Again, something as simple as say using Replicator-G 40 from the public web repository and connecting using a default profile of anything OTHER than a Weistek (pmachine type which does not exist), can and will instantly write values to the steps per mm and axis lengths. SInce replicator-g also defaults to auto connect on startup= INSTANTLY screwing yourself royally.Again, as simple as having the printer plugged in USB and starting the wrong version of software= instant disaster without even clicking a mouse.

--
You received this message because you are subscribed to the Google Groups "3D Printer Tips, Tricks and Reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 3dprintertipstricks...@googlegroups.com.
To post to this group, send email to 3dprintertips...@googlegroups.com.
Andy,
Fine.
Do you now if there is any opportunities to connect and drive it thru WT150 motherboard with gcode ?
Your are also talking about changing the thermistor but in this product, I understand that a thermostat is driving the heat on that pad ? Could you be more explicit ? Maybe your are using external controller for driving temperature ?
Gail
Le lundi 9 février 2015 10:40:05 UTC+1, Navzptc a écrit :
Revised Heated Bed Plate - Mk 2
Well the silicon heater pad arrived from China the other day, and I have made up the Mk 2 heated bed plate. and very pleased with it - It weighs 150 gm less than the old resistor version and heats up a lot quicker (8A draw compared to 5); also it is a lot thinner.
...
I'm aware that playing with other software means asking for trouble, but I like to play around.
...
As soon as I find the time, I'll try to read out the original firmware.
Thanks for the clarification.