Search found 168 matches

by PomeroyB
Mon Mar 09, 2015 12:54 am
Forum: Hardware
Topic: Thin Air Creation
Replies: 9
Views: 22303

Re: Thin Air Creation

Double the printer, double the fun! Nice work. :)
by PomeroyB
Fri Mar 06, 2015 2:43 am
Forum: LittleRP
Topic: Connection Block Diagram
Replies: 8
Views: 14342

Re: Connection Block Diagram

Here is a comparison I did comparing VGA vs. HDMI using the exact same settings. The HDMI is much 'clearer'. Hmm. I'm not sure this is actually representative of VGA vs HDMI quality. I'm guessing that the settings that were used were calibrated for the HDMI signal. I'd be curious to see a photo of ...
by PomeroyB
Wed Mar 04, 2015 3:01 am
Forum: LittleRP
Topic: Connection Block Diagram
Replies: 8
Views: 14342

Re: Connection Block Diagram

HDMI and DVI are both digital, so either the image will come through, or it won't. VGA is analog, which could be considered noisier... but it's what I use. I feel like you're more likely to have print quality change on account of resin variance, vat freshness, and print structure than through the ca...
by PomeroyB
Tue Mar 03, 2015 3:26 pm
Forum: Creation Workshop
Topic: Help connecting Makerbot (CTC clone) to CW
Replies: 3
Views: 10746

Re: Help connecting Makerbot (CTC clone) to CW

I'm going to agree with Steve, here. MakerBots cannot read standard GCode (it is converted to .x3g, as you mentioned in your post). Your workaround would be generating the gcode, converting it to x3g using an external program, and trying to sync start that x3g with starting the projector slice displ...
by PomeroyB
Tue Mar 03, 2015 3:20 pm
Forum: LittleRP
Topic: Connection Block Diagram
Replies: 8
Views: 14342

Re: Connection Block Diagram

by PomeroyB
Mon Mar 02, 2015 5:56 pm
Forum: Creation Workshop
Topic: Creation Workshop version 1.0.0.54
Replies: 39
Views: 126436

Re: Creation Workshop version 1.0.0.54

by PomeroyB
Mon Mar 02, 2015 1:47 pm
Forum: Software Forum
Topic: How to move CW stepper motors?
Replies: 68
Views: 129328

Re: How to move CW stepper motors?

Another thing: I could not change the acceleration of the axes, change the values in that row and does not happen any change in motion and acceleration of the engines, in real ox should have an acceleration and much lower speeds than the axis Z. Check out this topic . But something happened, X and ...
by PomeroyB
Mon Mar 02, 2015 4:25 am
Forum: Software Forum
Topic: can you tell me marlin change?
Replies: 2
Views: 9773

Re: can you tell me marlin change?

If you only have a Z-axis, that's all you should need to change! :)
by PomeroyB
Sat Feb 28, 2015 7:36 pm
Forum: Software Forum
Topic: How to move CW stepper motors?
Replies: 68
Views: 129328

Re: How to move CW stepper motors?

Hm... That should definitely change something! First, let's make sure that your changing the correct value: #define DEFAULT_AXIS_STEPS_PER_UNIT {78.7402,78.7402,200.0*8/3,760*1.1} This code can be generalized to: #define DEFAULT_AXIS_STEPS_PER_UNIT {X, Y, Z, E} If you are changing the third variable...
by PomeroyB
Sat Feb 28, 2015 3:18 pm
Forum: Software Forum
Topic: How to move CW stepper motors?
Replies: 68
Views: 129328

Re: How to move CW stepper motors?

Good to hear!

Pretty much everything you'll do now is within Configuration.h.

Setting the size of your machine:

Setting the proper steps per mm:

I suggest using a for fine tuning. Look for the "Axis Calibration" section.

:)