1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-16 08:54:26 +00:00

Projector for DLP

This commit is contained in:
Alessandro Ranellucci
2015-11-15 21:08:14 +01:00
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);