Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
Printrun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
Printrun
Commits
2d0f6ac2
Commit
2d0f6ac2
authored
Mar 29, 2014
by
Guillaume Seguin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Woops remove some debug leftover
parent
81826d1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
pronterface.py
printrun/pronterface.py
+1
-2
No files found.
printrun/pronterface.py
View file @
2d0f6ac2
...
@@ -1370,9 +1370,8 @@ Printrun. If not, see <http://www.gnu.org/licenses/>."""
...
@@ -1370,9 +1370,8 @@ Printrun. If not, see <http://www.gnu.org/licenses/>."""
return
gcode
return
gcode
def
post_gcode_load
(
self
,
print_stats
=
True
):
def
post_gcode_load
(
self
,
print_stats
=
True
):
#
print _("Loaded %s, %d lines") % (self.filename, len(self.fgcode),)
print
_
(
"Loaded
%
s,
%
d lines"
)
%
(
self
.
filename
,
len
(
self
.
fgcode
),)
self
.
viz_last_layer
=
None
self
.
viz_last_layer
=
None
return
if
print_stats
:
if
print_stats
:
self
.
output_gcode_stats
()
self
.
output_gcode_stats
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment