mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2025-06-11 09:23:17 +02:00
Add checkbox for new setting 'printer.bottomEnableTraveling'.
Implement bottom layer traveling in GCode generation as well as sketch rendering.
This commit is contained in:
@ -116,6 +116,10 @@ function SettingsWindow() {
|
||||
settingsPopup.close();
|
||||
self.signin();
|
||||
}
|
||||
|
||||
//FIXME: instead of this rather ugly call, implement events for changes to settings so we can keep code decoupled
|
||||
redrawDoodle(false);
|
||||
|
||||
_btnOK.removeAttr("disabled");
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user