Commit Graph

49 Commits

Author SHA1 Message Date
a5a8ebaf12 Truncate XY decimal places to 4 digits
#241
2021-07-19 16:37:31 +10:00
d74cbdd0c0 Teweak accel test- full feedrate control 2021-07-19 16:25:34 +10:00
3c60dddb9d Add support for speed modifier
Z hop speeds and retraction speeds unaltered.
2021-07-19 16:10:40 +10:00
45506bc1aa Fix no retraction change on first layer test 2021-07-19 14:44:43 +10:00
9a10699b33 Adjust firstlayer processing
suit 120mm fff bed
2021-07-15 20:04:12 +10:00
f0b47ccebf Remove redundant gcode processing functions 2021-07-15 11:17:36 +10:00
58495add13 Slight tweak to bed temp processing 2021-07-15 10:56:53 +10:00
37752fd6df Merge gcode processing into one function
Instead of functions for each gcode generator, one function that processes common changes plus specific for each test. Much less code and easier to add future tests.
2021-07-15 00:25:56 +10:00
8cad4ff93f Fix jerk report
#221
2021-07-13 16:15:11 +10:00
fdb7bdad77 Add Z axis support for jerk (delta)
#210
2021-07-13 15:50:46 +10:00
b0765f7512 Add custom end gcode
#208
2021-07-13 15:36:45 +10:00
a0bcac3765 Support for non heated beds
#319
Entering a bed temp value of zero removes bed heating gcode.
2021-07-13 10:06:08 +10:00
959f18642b Update part 2.
All gcode tests now compatible with multi nozzle/layer.
Up button added.
2021-07-13 09:40:40 +10:00
80ec6f0f18 Multi nozzle/layer pt 1
Baseline and first layer working. Retraction code testing, new STL needed.
2021-07-06 20:23:34 +10:00
ee7e672ced Add xyz steps calibrations tab 2021-03-23 17:20:41 +11:00
a29e8fddaa Add remove T0 option for MMU 2020-09-01 14:48:45 +10:00
3a1aad93d6 Merge pull request #115 from v3rm0n/extra-restart
Add extra restart distance to retraction settings
2020-08-30 13:22:46 +10:00
6174c2db45 Fix delta first layer spacing, add optional margin 2020-08-30 13:03:04 +10:00
3d1f10ca21 Add settings summary txt output 2020-08-30 11:56:20 +10:00
25ee91f784 Add extra restart distance to retraction settings 2020-08-28 13:05:08 +03:00
292560d93b Add tick box for M80 PSU command at the start of gcode 2020-08-24 15:57:55 +10:00
3cb3cf2c7a Add first layer calibration page w gcode generator
Thanks to Vector76 for assistance.
Also add saving procedure for e-steps.
2020-08-24 14:13:45 +10:00
d753a855fc Add more part cooling fan options
Forced 100% fan for bridges in temperature test.
2020-08-23 12:12:51 +10:00
79e0eb1c7b Add prime speed to retraction tuning 2020-08-20 12:05:25 +10:00
7c2222f11f Add first layer input for temperature tower 2020-08-19 20:26:52 +10:00
23d6b00caa Add z hop to retraction test 2020-08-19 19:44:54 +10:00
9f5dca2bf9 Change retraction handling to make it more reliable 2020-08-19 17:20:34 +10:00
447782a672 Add gcode custom comments for remaining tests 2020-08-19 09:43:40 +10:00
f349ab2287 Trial gcode comments for easy searching in text editor - baseline print 2020-08-19 08:34:33 +10: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
527f1df872 Intial addition of custom start gcode 2020-08-18 10:53:53 +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
0a409b65d0 Fix acceleration not waiting for bed temp. 2020-08-17 13:18:21 +10:00
ba5cefd154 Prusa Mini missing T0 for retraction 2020-08-17 10:28:39 +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
0f68e45100 Merge branch 'master' into UBL-ABL 2020-08-16 14:49:15 +10:00
7d553fcf9e Rewrite temp change logic to avoid possible double up and ignored user values 2020-08-16 14:20:15 +10:00
fdb56d0ff5 Fix jerk value X instead of J 2020-08-16 13:58:39 +10:00
5ce198f70a Add Missing ; for Comments 2020-08-15 14:18:43 -07:00
05080fc7a8 Add Unified Bed Leveling Mesh Slot 1 to ABL 2020-08-15 10:31:01 -07:00
70503de0d4 Fix temp test error, add support for Prusa Mini ABL 2020-08-13 18:59:57 +10:00
f55dee14ab Add acceleration tower generator 2020-08-13 15:57:25 +10:00
f027d82eea Add acceleration part 1 - calc max feedrate 2020-08-13 12:03:09 +10:00
b75382e8fc Add temperature tower 2020-08-12 15:26:39 +10:00
ba4296f421 Add retraction tuning 2020-08-12 12:59:16 +10:00
1e4f7eb9a2 Complete e steps and flow rate instructions and calculators 2020-08-11 16:43:51 +10:00
d772051cab Add intro and delta support 2020-08-11 10:53:28 +10:00
c77c064943 Initial commit 2020-08-10 17:13:28 +10:00