Commit Graph

296 Commits

Author SHA1 Message Date
7c2222f11f Add first layer input for temperature tower 2020-08-19 20:26:52 +10:00
2bac84097a Add note for flow calibration about optional multiwall cube. 2020-08-19 20:02:05 +10:00
23d6b00caa Add z hop to retraction test 2020-08-19 19:44:54 +10:00
b344adae5a Z hop removed for retraction test 2020-08-19 18:48:13 +10:00
9f5dca2bf9 Change retraction handling to make it more reliable 2020-08-19 17:20:34 +10:00
ad3465bfdb Merge pull request #68 from stillli/patch-1
Update calibration.html
2020-08-19 12:35:55 +10:00
447782a672 Add gcode custom comments for remaining tests 2020-08-19 09:43:40 +10:00
d5127821c3 Update calibration.html 2020-08-18 18:44:59 -04:00
f349ab2287 Trial gcode comments for easy searching in text editor - baseline print 2020-08-19 08:34:33 +10:00
d2a46c86ff Merge pull request #61 from ayufan-research/fix-reset-params
Propagate reset to defaults to other forms
2020-08-19 08:15:37 +10:00
e133487d4a Propagate reset to defaults to other forms 2020-08-18 14:27:19 +02:00
13b131adbe Merge pull request #60 from ayufan-research/persist-text-area
Persist textarea and input text
2020-08-18 19:21:35 +10:00
7a7b911d54 Merge pull request #59 from vector76/start-gcode
Substitute custom start code last, so it's not subject to later substitution
2020-08-18 19:21:07 +10:00
e942b7b06e Persist textarea and input text 2020-08-18 10:26:10 +02:00
9fc6cbe926 move custom start code to end so custom start code is not subject to later substitution 2020-08-18 02:47:08 -05:00
44ec772a43 Update wording for custom start gcode 2020-08-18 10:57:21 +10:00
527f1df872 Intial addition of custom start gcode 2020-08-18 10:53:53 +10:00
4f56e4ee61 Add free air E-steps note, slower feedrate and higher temp 2020-08-18 08:36:01 +10:00
9284974f0b Merge pull request #51 from ssmiller25/license
Open Source License
2020-08-18 08:19:46 +10:00
047a0fee0f Merge pull request #52 from acarbonaro/patch-1
Update URL Hash
2020-08-18 08:18:10 +10:00
fe13454f51 Merge pull request #54 from ayufan-research/persist-data
Persist all form parameters
2020-08-18 08:17:07 +10:00
dd1563b716 Persist all form parameters
This does:
- Persist all form parameters
- Synchronizes all forms having the same elements with the same names
- Ensures that distinct types are unique across forms
2020-08-17 18:55:07 +02:00
1631a2d7d3 Update URL Hash
Set a reference to the selected tab in the URL, allowing easier sharing of the calibration tool.

https://github.com/jellekralt/Responsive-Tabs#set-hash
2020-08-17 10:24:22 -04:00
7dfd661f1c Add license 2020-08-17 08:35:27 -04:00
fd47603c99 Add prahjister's retraction tuning tool to retraction page 2020-08-17 13:32:18 +10:00
0a409b65d0 Fix acceleration not waiting for bed temp. 2020-08-17 13:18:21 +10:00
11618b2578 CSS error 2020-08-17 11:54:36 +10:00
79827a96f6 Merge pull request #33 from 4typen/master
Allows odd bed y dimensions
2020-08-17 11:06:39 +10:00
64f7d15b67 Merge pull request #38 from lmckeen/feature/image-optimization
Feature/image optimization
2020-08-17 11:05:38 +10:00
64b6c627bd Merge pull request #39 from diaconesq/patch-1
Marlin G1 Fxx speed is in mm/min, not mm/s
2020-08-17 11:03:55 +10:00
0918169fd2 Merge pull request #41 from petersmythe/petersmythe-spelling-mistakes
Fixing spelling mistakes & grammar
2020-08-17 11:03:08 +10:00
d0ec7bacc8 Merge pull request #42 from sdaitzman/patch-1
fixes typo
2020-08-17 11:01:52 +10:00
471bad3a83 Add steps for convenience in retraction inputs 2020-08-17 10:35:32 +10:00
f106b45a59 Merge branch 'master' of https://github.com/teachingtechYT/teachingtechYT.github.io 2020-08-17 10:35:01 +10:00
cf83f87116 Merge pull request #29 from bitfabrikken/master
Enable input of two decimals on E-steps calculator
2020-08-17 10:32:22 +10:00
ba5cefd154 Prusa Mini missing T0 for retraction 2020-08-17 10:28:39 +10:00
7c4d46a035 Merge pull request #43 from vector76/patch-1
Fix wonky generation on retraction prints
2020-08-17 10:23:16 +10:00
fe2089f254 Add m503 backup for M92 2020-08-17 07:46:05 +10:00
1a5eb054ce fix other instances, not just retraction tower 2020-08-16 15:33:48 -05:00
6f51701c34 Fix wonky generation on retraction prints
Was subtracting only integer part of gcode, which inverts the fractional part and produces jagged lines whenever X or Y becomes negative.
2020-08-16 15:26:10 -05:00
61f4a0bd4a fixes typo
alinged → aligned
2020-08-16 16:03:35 -04:00
5a891aa426 Update calibration.html 2020-08-16 20:16:40 +02:00
9d1e01aa69 Update calibration.html 2020-08-16 19:53:49 +02:00
b649408b69 Update calibration.html 2020-08-16 19:22:21 +02:00
c93227b546 Update calibration.html 2020-08-16 19:12:11 +02:00
97785761b9 Update calibration.html 2020-08-16 18:25:29 +02:00
6f61100d3b Update calibration.html 2020-08-16 18:13:19 +02:00
5260978d62 Marlin G1 Fxx speed is in mm/min, not mm/s
Source: common sense :) and https://marlinfw.org/docs/gcode/G000-G001.html
2020-08-16 16:52:37 +01:00
fc232b86b7 a little more optimized on a couple of the larger ones 2020-08-16 12:49:11 -03:00
cb9d9930e5 optimizing all of the images, which should greatly reduce load times 2020-08-16 12:37:13 -03:00