Skip to content

Commit

Permalink
Remove custom filament thickness
Browse files Browse the repository at this point in the history
We don’t support custom filament thickness per printer on the client
yet. Doodle3D/doodle3d-client#162
  • Loading branch information
peteruithoven committed Jun 3, 2015
1 parent d9fc8a5 commit 7f56af0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/conf_defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ M.printer_travelSpeed = {

M.printer_filamentThickness = {
default = 2.89,
default_doodle_dream = 1.75,
type = 'float',
description = '',
min = 0.0
Expand Down

0 comments on commit 7f56af0

Please sign in to comment.