mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Projector for DLP
This commit is contained in:
parent
80620a5e94
commit
6bfa2cfaec
7 changed files with 636 additions and 7 deletions
|
@ -60,7 +60,7 @@ sub new {
|
|||
my ($pos) = @_;
|
||||
|
||||
# delete any pending commands to get a smoother movement
|
||||
$self->purge_queue(1);
|
||||
$self->sender->purge_queue(1);
|
||||
$self->abs_xy_move($pos);
|
||||
});
|
||||
$bed_sizer->Add($canvas, 0, wxEXPAND | wxRIGHT, 3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue