1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-18 09:14:27 +00:00

Display current version in GUI

This commit is contained in:
Alessandro Ranellucci
2011-11-13 22:57:58 +01:00
parent 60f6ce363e
commit d47a7bebbc
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -3,6 +3,8 @@ package Slic3r;
use strict;
use warnings;
our $VERSION = "0.0.5";
our $debug = 0;
sub debugf {
printf @_ if $debug;