Talk:Heated Bed Theory

From RepRap
Revision as of 13:07, 4 May 2014 by Jbenalluch (talk | contribs) (Heated Bed Theory number of tracks)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Heated Bed Theory comments

Hello,

As I was working on a new bed design I noticed a small discrepancy between the board shown in the picture and the math behind it.

I based myself on the equations included on the entry when I found this out:

This is based on the equations available on the page, more specifically, <math>n_tr= \frac{W_b}{W_tr+W_i} \\ \\</math>

When using this formula I ended up having n horizontal tracks+ 1 residual vertical track (I tested this by programmatically generating my tracks in eagle) as opposed to exactly n tracks; In order to solve this I had to change the formula to the following: <math>n_tr= \frac{W_b}{W_tr+W_i} +1</math>

The reasoning behind it came from working it from the Wb side when I as trying to figure out why I was having this issue:

<math>\\ \\ W_b=n_tr(W_tr+W_i)-(W_tr+W_i) \\ W_b=(n_tr-1)(W_tr+W_i) \\ \frac{W_b}{W_tr+W_i}=n_tr-1 \\ \frac{W_b}{W_tr+W_i}+1=n_tr \\ \\</math>

Best Regards,