mirror of
https://github.com/Dark98/SliceBeam.git
synced 2026-07-03 08:39:04 +00:00
Srat Refactoring To Santoku
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.dark98.santoku.boot;
|
||||
|
||||
import com.dark98.santoku.slic3r.PrintConfigDef;
|
||||
|
||||
public class PrintConfigWarmupTask extends BootTask {
|
||||
public PrintConfigWarmupTask() {
|
||||
super(PrintConfigDef::getInstance);
|
||||
onWorker();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user