Skip to content

Commit

Permalink
adjust doodle dream filament thickness to 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
arneboon committed May 27, 2015
1 parent 4a054f5 commit 623f28f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/conf_defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ M.printer_travelSpeed = {

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

1 comment on commit 623f28f

@peteruithoven
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don’t support custom filament thickness per printer on the client yet.
Doodle3D/doodle3d-client#162
I removed it for now: 7f56af0

Please sign in to comment.