Show all posts by user
Page 1 of 1 Pages: 1
Results 1 — 17 of 17
Hey Reprappers,
I was trying to convert the attached .stl into Gcode.However, the console gave me an error message "RrHalfPlane.find(): plane not found".
Also, when I tried to convert another .stl (which is too large to attach), the console shows the error "RrPolygonList.ppSearch(): no point found!".
I wonder why that happens?
Thanks!
Bing
by
BingDai
-
RepRap Host
Starting March 6th, the Vancouver Reprap community will hold bi-weekly Reprap workshop at UBC on Saturday.
Time: 6:30pm, Saturday starting March 6th (bi-weekly)
Location: UBC, Hennings Building, Room 208
Join us at the workshop if you're in town too It would be an amazing opportunity to meet like-minded friends and to share crazy ideas!
Please message me if you need more information.
Bing
by
BingDai
-
Canada, Vancouver RepRap User Group
Starting March 6th, the Vancouver Reprap community will hold bi-weekly Reprap workshop at UBC on Saturday.
Time: 6:30pm, Saturday starting March 6th (bi-weekly)
Location: UBC, Hennings Building, Room 208
Join us at the workshop if you're in town too It would be an amazing opportunity to meet like-minded friends and to share crazy ideas!
Please message me if you need more information.
Bing
by
BingDai
-
Canada, Vancouver RepRap User Group
Hi Johnny,
Thanks for your reply! We did change the MY_NAME of one extruder to '1'. And in fact, we are able to drive two fans separately. However, the two stepper motors always move simultaneously.
Bing
johnnyr Wrote:
-------------------------------------------------------
> Hi Bing,
> Sounds like you need to change the configuration.h
> in one of your extruders firmware.
>
&g
by
BingDai
-
General
Dear Reprappers,
I am looking into how to separately control the stepper motors of two extruders.
I am using two extruder controllers and I have hooked up one stepper motor to each of them.
The following code is supposed to only turn 'extruder 0' stepper motor on. However, when I executed the code using Host Software, both motors, instead of one, turned.
"
T0;
G1 F2000.0;
G1 E200.0;
"
I wo
by
BingDai
-
General
The new Python script can be compiled. Thanks nophead!
by
BingDai
-
Controllers
Hello Reprappers,
I am trying to use a thermistor on the extruder. According to the instruction (http://reprapdoc.voodoo.co.nz/bin/view/Main/Temperature_Sensor_2_0), I should use the Python script (http://svn.reprap.org/trunk/reprap/firmware/Arduino/utilities/createTemperatureLookup.py) to generate a "Temperature Lookup Table" to adjust extruder-related parameters of the firmware.
However, I a
by
BingDai
-
Controllers
LinuxCNC Gcode tutorial:
(under the Part Program section)
by
BingDai
-
RepRap Host
Hi all,
I left a message under the name "BingDai" at MakerBot to see if I can get the Read/Write ReplicatorG source code. (Google Code had Read-only.) I'd post it here again to try to get more exposure.. Thanks!
-Bing
"Hi Adam,
Hooray for the release of 0009!
I am currently working on a Reprap related project with my team. We plan to add some new features to Reprap and we’re expecting to
by
BingDai
-
RepRap Host
I have downloaded Notepad++ and tried it. It's really useful. Thanks!
-Bing
by
BingDai
-
RepRap Host
Hi,
I am trying to use Python to compile cam.py, which is the only Gcode generator I found which takes .svg as its input.
(The source code of cam.py is .
The Python runs on Eclipse via a plugin called Pydev .)
The error message occurs:
" line += 1
^
IndentationError: unindent does not match any outer indentation level"
I know that Python is extremely strict with identation (
by
BingDai
-
RepRap Host
Hey,
I found that one goal of Mendel is to "Internationalize the software and localize into at least one non-English language".
Just wondering, what should I do if I want to help the software internationalized or localized? Say, to translate the user interface of Reprap Java Host into another language? To "promote" the Reprap to non-English speakers? Yeah I'd like to know some more specific g
by
BingDai
-
General
Hey,
I found that one goal of Mendel is to "Internationalize the software and localize into at least one non-English language".
Just wondering, what should I do if I want to help the software internationalized or localized? Say, to translate the user interface of Reprap Java Host into another language? To "promote" the Reprap to non-English speakers? Yeah I'd like to know some more specific goa
by
BingDai
-
RepRap Host
Re: UBC - 15 years ago
Hey,
Just to say hi. I'm working in the same group of jbayless. In January we will start building the Reprap with new functionality at UBC. Let me know if you want to drop by and check it out =)
I really look forward to buildling a community for the West Canada Reprappers!
Bing
by
BingDai
-
Canada, Vancouver RepRap User Group
Sorry but I wasn't able to find the code on the blog. Would you mind sending me a copy to bingdai9 at gmail dot com?
Many thanks!
-Bing
by
BingDai
-
RepRap Host
Hi Dino,
This webpage may help you interpretate the code:
I am working on the same project with Jacob. And yes, we'd love to hear more about that program. Thanks!
Bing
by
BingDai
-
Controllers