mead-horn: note dependency on dotscad
[clinton/3d-models.git] / calibration / cube-ooze.scad
CommitLineData
851a9f51
CE
1// quick hack to test linear pressure advance with a side of mild
2// retraction torture
3
4d = 30;
5
6translate ([d,0,0]) cube (d);
7
8translate ([-d-10,0,0]) cube ([d/3, d, d]);
9
10translate ([-d-10,-d*2,0]) cube (d/2);
11translate ([d+15,-d*2,0]) cube (d/4);
12
13/*
14
15
16try 2mm retract (then 35mm/s?)
172mm jammed
1835mm/s jammed even with R2000 and 5.0 ejerk
19
20M905 K50
21M204 T2000 P500 R3000
22M205 X8.0
23
24M905 K50
25M204 T2000 P500 R2000
26M205 X12.0 E5.0
27
28M905 K50
29M204 T2000 P500 R3000
30M205 X12.0 E5.0
31
32next bump ejerk if needed
33R3000 = boom
34
35M905 K50
36M204 T2000 P500 R2000
37M205 X12.0 E10.0
38
39everything fucking sucks
40M905 K50
41M204 T2000 P500 R2000
42M205 X12.0 E5.0
43
44seriously
45M905 K0
46M204 T2000 P500 R3000
47M205 X12.0 E10.0
48
49round 2:
50
51 - ooze test 35mm/s 1.5mm retract with solid green and K50. Fail or
52 succeed does not matter, just need a reference for "it can work" or
53 "fail expected"
54 - several ooze test models with K0 and atomic filament
55 - Try R2000, 25mm/s 1.5mm, E10.0. Reduce jerk, then accel if needed
56 - Try R3000 (if it works), 35mm/s 1.5mm
57 - Intermediate retract speeds if required
58
59 initial result: both did ooze test @ max. plain green filament does
60 robot at most brutal 1.5mm settings without issues...
61
62M203 E35.0
63M204 T2000 P500 R3000
64M205 X15.0 E10.0
65M905 K50
66
67
68
69M203 E35.0
70M204 T2000 P500 R3000
71M205 X12.0 E10.0
72M905 K50
73
74*/