72 Commits

Author SHA1 Message Date
e1859dc969 Add Klipper BED_MESH_CALIBRATE as abl option
Avoids the need for a G29 macro.
2023-07-06 09:05:19 +10:00
3b3c29ee79 Add diagonal Z hop post processor page 2023-01-20 16:32:20 +11:00
0cb64744d9 Add acceleration test support for RRF and Klipper 2022-04-14 12:08:08 +10:00
ac42479a4e Add volumetric flow to feedrate calculator 2022-04-13 21:12:43 +10:00
ed85b5c059 Add volumetric calculation to speed test 2022-04-13 20:09:10 +10:00
f5761ed038 Add x/y offset option
For unusual printer coordinate systems
#380
2021-12-13 10:43:00 +11:00
4d6da752ef Increase e-steps accuracy to 5 decimal places 2021-11-23 16:02:31 +11:00
5fa75b3753 Add delta printer check box for acc test
#375
2021-11-16 08:32:45 +11:00
625d9a57e5 Add speed tower test, tweak start gcode preheating
#258
Hot end temperature target is now set to 50 degrees less than target temperature for homing and probing, and then set to the actual target temperature before the print starts.
2021-11-12 15:52:16 +11:00
7d62584e51 Add support for SuperSlicer and ideaMaker
#360
2021-11-02 11:31:50 +11:00
538839fe30 Merge branch 'outputsummary' into fix 2021-09-10 20:26:57 +02:00
fb1eb38b81 fix: Error when creating settings summary of calibration settings 2021-09-10 20:23:52 +02:00
60f463aefc Add nozzle diameter, layer height and feedrates in settings summary 2021-09-10 20:13:16 +02:00
1d3176cd9f Fix custom feedrate ignored in first layer test 2021-08-23 17:50:17 +10:00
9f384b41e2 Invert inner/outer feedrate on accel test
#346
2021-08-08 12:05:03 +10:00
e8f41c9aa3 Fix úndefined'text in firstlayer test
#340
2021-08-02 09:52:28 +10:00
5a8caf5e12 Add ability to use only custom start and end gcode
Patreon request!
2021-07-30 19:56:57 +10:00
7401874c91 Allow accel test to work with klipper 2021-07-29 09:00:37 +10:00
79a80bbe80 Merge pull request #306 from Logan-code/patch-1
Update gcodeprocessing.js
2021-07-29 08:55:35 +10:00
d22c6106ef Refine feedrate preview
Very slightly but better
2021-07-21 11:10:01 +10:00
191f1837a6 Add feedrate previews
Calculate feedrate approximations based on user input, displayed next to user input.
2021-07-20 22:17:58 +10:00
80dbd2095a Home all on delta end option
#239
2021-07-20 15:07:00 +10:00
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
bbb2bdd2df Update gcodeprocessing.js
fixed some output string typos.
2021-05-24 23:03:18 -06: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