mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 11:03:48 +01:00
decrease max z (tested a print of 115. the nozzle scraps the top when traveling home after print. giving 3mm space for a safe travel home)
This commit is contained in:
parent
3e2cac9c62
commit
798f9bcf80
@ -136,7 +136,7 @@ M.printer_dimensions_z = {
|
|||||||
default_minifactory = 155,
|
default_minifactory = 155,
|
||||||
default__3Dison_plus = 150,
|
default__3Dison_plus = 150,
|
||||||
default_lulzbot_taz_4 = 250,
|
default_lulzbot_taz_4 = 250,
|
||||||
default_ultimaker2go = 115,
|
default_ultimaker2go = 112,
|
||||||
--default_doodle_dream = 80,
|
--default_doodle_dream = 80,
|
||||||
subSection = 'printer_type',
|
subSection = 'printer_type',
|
||||||
type = 'int',
|
type = 'int',
|
||||||
|
Loading…
Reference in New Issue
Block a user