mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Refactored the Config XS bindings
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
GCodeWriter();
|
||||
~GCodeWriter();
|
||||
|
||||
Ref<GCodeConfig> config()
|
||||
Ref<StaticPrintConfig> config()
|
||||
%code%{ RETVAL = &THIS->config; %};
|
||||
bool multiple_extruders()
|
||||
%code{% RETVAL = THIS->multiple_extruders; %};
|
||||
|
||||
Reference in New Issue
Block a user