mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Applied printer-linter format
To make sure we have uniform diffs with our PR's
This commit is contained in:
parent
6b810fbd6c
commit
53d8e0c730
5530 changed files with 60706 additions and 61918 deletions
|
@ -1,18 +1,18 @@
|
|||
[general]
|
||||
definition = ultimaker3
|
||||
name = BB 0.4
|
||||
version = 4
|
||||
definition = ultimaker3
|
||||
|
||||
[metadata]
|
||||
hardware_type = nozzle
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
|
||||
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
|
||||
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
|
||||
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_id = BB 0.4
|
||||
|
@ -20,9 +20,10 @@ machine_nozzle_tip_outer_diameter = 1.0
|
|||
retraction_min_travel = =3 * line_width
|
||||
speed_prime_tower = =math.ceil(speed_print * 10 / 35)
|
||||
speed_support = =math.ceil(speed_print * 25 / 35)
|
||||
speed_support_interface = =math.ceil(speed_support * 20 / 25)
|
||||
speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
|
||||
speed_support_interface = =math.ceil(speed_support * 20 / 25)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||
support_bottom_height = =layer_height * 2
|
||||
support_interface_enable = True
|
||||
switch_extruder_retraction_amount = 12
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue