Commit Graph

74 Commits

Author SHA1 Message Date
thewildmage
7dc02c7112 Remove unnecessary middleman PatternSettings 2023-07-13 21:17:22 -06:00
thewildmage
606ee7ec4b Fix wrong number thickness in PA Line 2023-07-13 20:50:10 -06:00
thewildmage
e99b0100a0 Move mp_gcodegen into line method alone 2023-07-13 20:24:15 -06:00
thewildmage
dfd08efadb Don't speed_adjust twice 2023-07-13 16:48:08 -06:00
thewildmage
b3162d71ca Actually use speed in draw_line 2023-07-13 16:24:24 -06:00
thewildmage
7e1156c68d Remove unused lines, formatting clean up 2023-07-13 11:33:34 -06:00
thewildmage
03f7686aca Don't hard-code print config settings 2023-07-12 17:25:04 -06:00
thewildmage
a1f558e544 Use clearer function names 2023-07-11 17:44:03 -06:00
thewildmage
9214d97791 Fix overzealous m_last_pos initialization 2023-07-11 17:41:34 -06:00
thewildmage
9883cee7c1 Make pattern actually move with handle 2023-07-10 21:56:34 -06:00
thewildmage
b8728e7921 Pass model into generate_gcodes to improve consistency 2023-07-10 18:14:55 -06:00
thewildmage
ecc3002ffd Fix speed setting bug 2023-07-10 13:30:51 -06:00
thewildmage
3378aaff4e Improve/fix pattern writer and config 2023-07-07 01:27:28 -06:00
thewildmage
456a20ffdc Improve const correctness 2023-07-07 01:24:59 -06:00
thewildmage
c2cfa8d61c Vec3d fix 2023-07-05 21:15:45 -06:00
thewildmage
82abbafbf9 Add translate_starting_point function 2023-07-05 21:15:24 -06:00
thewildmage
67989cd134 Use Vec3d instead of Vec2d for m_starting_point and m_last_pos 2023-07-05 21:14:55 -06:00
thewildmage
ebe9c908fb Fix off by one layer bug 2023-06-30 08:46:38 -06:00
thewildmage
6b5079731e Fix and consolidate number tab creation 2023-06-29 22:29:44 -06:00
thewildmage
ca04dea567 Replace bed_center() with m_starting_point 2023-06-28 12:58:29 -06:00
thewildmage
719f9c27c4 Consolidate m_starting_point and pattern_start functions 2023-06-28 09:04:55 -06:00
thewildmage
4bda8904e4 Move logic to Plater
Modifications to model in GCode cancelled _do_export from within itself
2023-06-27 22:36:11 -06:00
thewildmage
aa55c3bd7c Use cube primitive as positioning handle 2023-06-26 12:16:19 -06:00
thewildmage
cc1f8abd47 Restructure calib 2023-06-20 16:45:13 -06:00
thewildmage
c642fab703 Use placeholder STL to create needed layers 2023-06-11 21:12:45 -06:00
thewildmage
28420a58da Fix inverted Y direction in pattern digit drawing 2023-06-08 22:37:42 -06:00
thewildmage
98dfde681e Move short constructor into .hpp 2023-06-08 22:36:58 -06:00
thewildmage
dc42b14d73 Fix misplaced decimal in PA Line 2023-06-08 21:04:32 -06:00
thewildmage
e09513863a Extract shared e_per_mm function 2023-06-08 21:01:53 -06:00
thewildmage
aef49436cd Fix sequential number draw direction 2023-06-08 18:31:01 -06:00
thewildmage
249af70e28 Make more of draw_line() const 2023-06-08 17:30:37 -06:00
thewildmage
350f5d4331 Make draw_box() G-code comments more helpful 2023-06-08 17:17:42 -06:00
thewildmage
3aab4dacc6 Fix pattern drawing, minor misc. clean up 2023-06-08 16:48:34 -06:00
thewildmage
a5e3d528db Simplify optArgs constructors 2023-06-08 09:44:54 -06:00
thewildmage
bd4e464986 Add layer change G-code, set more print variables 2023-06-08 09:00:40 -06:00
thewildmage
a14d917eff Yet more compile error fixes 2023-06-05 13:54:48 -06:00
thewildmage
47fdf2d63e More compilation error fixes 2023-06-05 00:50:43 -06:00
thewildmage
b59c643615 Make DrawDigitMode options more clear 2023-06-05 00:50:27 -06:00
thewildmage
5ff4d2a8bc Fixing complier errors 2023-06-04 18:23:07 -06:00
thewildmage
f578b88862 Fix forward declaration error 2023-06-04 17:39:42 -06:00
thewildmage
340dbc9d0b Complete print_pa_pattern function 2023-06-04 11:43:48 -06:00
thewildmage
6702712812 Update opt args usage. Finish draw_box function 2023-06-01 20:21:26 -06:00
thewildmage
e0555605f9 Simplify optional arguments structs 2023-06-01 20:05:31 -06:00
thewildmage
e59df82062 Add struct for pattern config, more helpers 2023-05-31 22:51:27 -06:00
thewildmage
7737ab526b Add more helper functions 2023-05-31 19:33:41 -06:00
thewildmage
36dfe571a7 Complete basic draw_box function 2023-05-31 13:38:05 -06:00
thewildmage
346d221b9e Start work on print_pa_pattern 2023-05-30 21:49:54 -06:00
thewildmage
35da0b67c7 Rearrange and clean up 2023-05-30 21:49:33 -06:00
thewildmage
326e771c63 Clean up and simplify 2023-05-30 18:46:20 -06:00
thewildmage
1a2334a6f9 Extract set_nozzle_diameter() 2023-05-30 16:53:04 -06:00