X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=floating-phases.scad;h=b4199188fc43951545e84dc91df57a95f7c532c1;hp=0f247be742702e0e0740be17af58d1a72bb6c180;hb=77c39f4394b1ede3825b88234a0d9832cc6d3b78;hpb=149de22ea76b1afdb36f3ed13afe4a5f6561cf20 diff --git a/floating-phases.scad b/floating-phases.scad index 0f247be..b419918 100644 --- a/floating-phases.scad +++ b/floating-phases.scad @@ -14,7 +14,7 @@ // // Pause height z_pause value from caller // head park X 15 -// head park Y 260 +// head park Y 0 // head move Z 1 // min head park Z 1 // retraction 1 @@ -23,10 +23,10 @@ // when z pause occurs // * set feed rate to 10% (or whatever minimum is) // * press knob, printer will start -// * quickly select "stop" +// * quickly, press again, select "stop" // * set temp // * set feed rate back to 100% -// * now change filament etc. +// * now change filament etc., start next file include @@ -77,8 +77,8 @@ module FloatingPhaseFraming(phase, zmin) { tower_pos = -0.5 * frame_inner - + noz_gap * [1,0] * (phases-1 - phase) - + -[1,1] * tower_w; + + noz_gap * [1,0] * (phases - phase) + + -[1,0] * tower_w + 0.5 * [0,-1] * frame_w; // frame for alignment linear_extrude(height= th_l0)