diff options
Diffstat (limited to 'config')
26 files changed, 110 insertions, 110 deletions
diff --git a/config/example-polar.cfg b/config/example-polar.cfg index 62055038..90840fa1 100644 --- a/config/example-polar.cfg +++ b/config/example-polar.cfg @@ -1,7 +1,7 @@ # This file is an example config file for polar style printers. One # may copy and edit this file to configure a new polar printer. -# POLAR KINEMATICS ARE A WORK IN PROGRESS. Moves around the 0,0 +# POLAR KINEMATICS ARE A WORK IN PROGRESS. Moves around the 0, 0 # position are known to not work properly. # See docs/Config_Reference.md for a description of parameters. diff --git a/config/example-winch.cfg b/config/example-winch.cfg index 5813aef7..d6d62b8a 100644 --- a/config/example-winch.cfg +++ b/config/example-winch.cfg @@ -6,7 +6,7 @@ # Homing is not implemented on cable winch kinematics. In order to # home the printer, manually send movement commands until the toolhead -# is at 0,0,0 and then issue a G28 command. +# is at 0, 0, 0 and then issue a G28 command. # See docs/Config_Reference.md for a description of parameters. diff --git a/config/kit-voron2-250mm.cfg b/config/kit-voron2-250mm.cfg index 282e7595..343e9c67 100644 --- a/config/kit-voron2-250mm.cfg +++ b/config/kit-voron2-250mm.cfg @@ -227,14 +227,14 @@ gcode: [quad_gantry_level] # Use QUAD_GANTRY_LEVEL to level a gantry. gantry_corners: - -55,-7 + -55, -7 305, 320 # Min & Max gantry corners - measure from nozzle at MIN (0,0) and MAX (250,250) to respective belt positions points: - 25,0 - 25,200 - 225,200 - 225,0 + 25, 0 + 25, 200 + 225, 200 + 225, 0 # Probe points speed: 200 horizontal_move_z: 6 diff --git a/config/kit-zav3d-2019.cfg b/config/kit-zav3d-2019.cfg index b27e6017..e3b57b8e 100644 --- a/config/kit-zav3d-2019.cfg +++ b/config/kit-zav3d-2019.cfg @@ -134,9 +134,9 @@ sample_retract_dist: 3.0 [bed_mesh] speed: 100 horizontal_move_z: 5 -mesh_min: 69,41 -mesh_max: 189,161 -probe_count: 3,3 +mesh_min: 69, 41 +mesh_max: 189, 161 +probe_count: 3, 3 [homing_override] set_position_z: 6 diff --git a/config/printer-anycubic-4maxpro-2.0-2021.cfg b/config/printer-anycubic-4maxpro-2.0-2021.cfg index f87fce49..75d32411 100644 --- a/config/printer-anycubic-4maxpro-2.0-2021.cfg +++ b/config/printer-anycubic-4maxpro-2.0-2021.cfg @@ -132,10 +132,10 @@ max_z_accel: 50 square_corner_velocity: 5 [bed_screws] -screw1: 5,5 -screw2: 265,210 -screw3: 5,210 -screw4: 265,5 +screw1: 5, 5 +screw2: 265, 210 +screw3: 5, 210 +screw4: 265, 5 [filament_switch_sensor filament_sensor] switch_pin: ^!PC4 diff --git a/config/printer-creality-cr20-pro-2019.cfg b/config/printer-creality-cr20-pro-2019.cfg index 19b46b63..29f04fe6 100644 --- a/config/printer-creality-cr20-pro-2019.cfg +++ b/config/printer-creality-cr20-pro-2019.cfg @@ -64,7 +64,7 @@ speed: 3.0 samples: 1 [safe_z_home] -home_xy_position: 117,117 +home_xy_position: 117, 117 speed: 50.0 z_hop: 10.0 z_hop_speed: 100 @@ -72,9 +72,9 @@ z_hop_speed: 100 [bed_mesh] speed: 100 horizontal_move_z: 8 -mesh_min: 106,39 -mesh_max: 281,229 -probe_count: 3,3 +mesh_min: 106, 39 +mesh_max: 281, 229 +probe_count: 3, 3 [heater_bed] heater_pin: PH5 diff --git a/config/printer-creality-ender5plus-2019.cfg b/config/printer-creality-ender5plus-2019.cfg index f8e2d1be..2dd0ef2c 100644 --- a/config/printer-creality-ender5plus-2019.cfg +++ b/config/printer-creality-ender5plus-2019.cfg @@ -75,8 +75,8 @@ pin_up_touch_mode_reports_triggered: False speed: 100 horizontal_move_z: 8 mesh_min: 50, 50 -mesh_max: 300,300 -probe_count: 3,3 +mesh_max: 300, 300 +probe_count: 3, 3 [heater_bed] heater_pin: PH5 diff --git a/config/printer-creality-ender6-2020.cfg b/config/printer-creality-ender6-2020.cfg index a5791a84..b4048cb7 100644 --- a/config/printer-creality-ender6-2020.cfg +++ b/config/printer-creality-ender6-2020.cfg @@ -75,7 +75,7 @@ position_max: 400 # mesh_min: 10, 10 # mesh_max: 239, 239 # algorithm: bicubic -# probe_count: 5,5 +# probe_count: 5, 5 [extruder] max_extrude_only_distance: 1000.0 diff --git a/config/printer-creality-sermoonD1-2021.cfg b/config/printer-creality-sermoonD1-2021.cfg index 08849814..b06abcf0 100644 --- a/config/printer-creality-sermoonD1-2021.cfg +++ b/config/printer-creality-sermoonD1-2021.cfg @@ -113,7 +113,7 @@ restart_method: command # mesh_min: 20, 15 # mesh_max: 250, 240 # algorithm: bicubic -# probe_count: 5,5 +# probe_count: 5, 5 [filament_switch_sensor filament_sensor] pause_on_runout: true diff --git a/config/printer-eryone-er20-2021.cfg b/config/printer-eryone-er20-2021.cfg index 6acd4dd0..9fc25f52 100644 --- a/config/printer-eryone-er20-2021.cfg +++ b/config/printer-eryone-er20-2021.cfg @@ -141,15 +141,15 @@ z_offset: 2.6 pin_up_touch_mode_reports_triggered: False [safe_z_home] -home_xy_position: 5,5 +home_xy_position: 5, 5 z_hop: 5.0 z_hop_speed: 5.0 [bed_mesh] speed: 80 -mesh_min: 40,20 -mesh_max: 210,205 -probe_count: 5,5 +mesh_min: 40, 20 +mesh_max: 210, 205 +probe_count: 5, 5 ###################################################################### # "RepRapDiscount 128x64 Full Graphic Smart Controller" type display diff --git a/config/printer-fokoos-odin5-f3-2021.cfg b/config/printer-fokoos-odin5-f3-2021.cfg index cdab9c41..fc75d927 100644 --- a/config/printer-fokoos-odin5-f3-2021.cfg +++ b/config/printer-fokoos-odin5-f3-2021.cfg @@ -42,10 +42,10 @@ max_z_velocity: 25 max_z_accel: 100 [bed_screws] -screw1: 33,33 -screw2: 203,33 -screw3: 203,201 -screw4: 33,201 +screw1: 33, 33 +screw2: 203, 33 +screw3: 203, 201 +screw4: 33, 201 [stepper_x] step_pin: PE3 @@ -158,7 +158,7 @@ switch_pin: !PA4 # Optional bed mesh configuration you can use if you have a BLtouch installed. #[bed_mesh] -#mesh_min: 70,15 -#mesh_max: 220,210 +#mesh_min: 70, 15 +#mesh_max: 220, 210 #horizontal_move_z: 5 #speed: 150 diff --git a/config/printer-hiprecy-leo-2019.cfg b/config/printer-hiprecy-leo-2019.cfg index a2a098cc..5651916a 100644 --- a/config/printer-hiprecy-leo-2019.cfg +++ b/config/printer-hiprecy-leo-2019.cfg @@ -93,9 +93,9 @@ speed: 5 ######################################## [bed_mesh] -mesh_min: 40,40 -mesh_max: 185,230 -probe_count: 4,4 +mesh_min: 40, 40 +mesh_max: 185, 230 +probe_count: 4, 4 speed: 100 fade_end: 0.0 algorithm: bicubic diff --git a/config/printer-longer-lk4-pro-2019.cfg b/config/printer-longer-lk4-pro-2019.cfg index 412ece2f..2ef49cfb 100644 --- a/config/printer-longer-lk4-pro-2019.cfg +++ b/config/printer-longer-lk4-pro-2019.cfg @@ -65,9 +65,9 @@ position_max: 250 # z_offset: 1.56 # [bed_mesh] -# mesh_min: 16,16 -# mesh_max: 201,200 -# probe_count: 4,3 +# mesh_min: 16, 16 +# mesh_max: 201, 200 +# probe_count: 4, 3 [extruder] step_pin: PA4 diff --git a/config/printer-lulzbot-mini1-2016.cfg b/config/printer-lulzbot-mini1-2016.cfg index 0e8e7816..b1471dd1 100644 --- a/config/printer-lulzbot-mini1-2016.cfg +++ b/config/printer-lulzbot-mini1-2016.cfg @@ -197,10 +197,10 @@ samples_tolerance_retries: 2 [bed_tilt] # Enable bed tilt measurments using the probe we defined above # Probe points using X0 Y0 offsets @ 0.01mm/step -points: -2,-6 - 156,-6 - 156,158 - -2,158 +points: -2, -6 + 156, -6 + 156, 158 + -2, 158 speed: 75 horizontal_move_z: 2 diff --git a/config/printer-lulzbot-taz6-2017.cfg b/config/printer-lulzbot-taz6-2017.cfg index 93c2bd14..8046381f 100644 --- a/config/printer-lulzbot-taz6-2017.cfg +++ b/config/printer-lulzbot-taz6-2017.cfg @@ -151,15 +151,15 @@ sample_retract_dist: 1.0 samples_tolerance: 0.075 [bed_tilt] -points: -9,-9 - 289.4,-9 - 289.4,290 - -9,289 +points: -9, -9 + 289.4, -9 + 289.4, 290 + -9, 289 speed: 75 horizontal_move_z: 5 [safe_z_home] -home_xy_position: -19.1,259.3 +home_xy_position: -19.1, 259.3 speed: 50.0 z_hop: 10.0 diff --git a/config/printer-lulzbot-taz6-dual-v3-2017.cfg b/config/printer-lulzbot-taz6-dual-v3-2017.cfg index e7a43653..2ec91f9e 100644 --- a/config/printer-lulzbot-taz6-dual-v3-2017.cfg +++ b/config/printer-lulzbot-taz6-dual-v3-2017.cfg @@ -185,10 +185,10 @@ samples_tolerance: 0.100 [bed_tilt] #Enable bed tilt measurments using the probe we defined above #Probe points using X0 Y0 offsets @ 0.01mm/step -points: -3,-6 - 282,-6 - 282,300 - -3,300 +points: -3, -6 + 282, -6 + 282, 300 + -3, 300 speed: 75 horizontal_move_z: 5 @@ -196,7 +196,7 @@ horizontal_move_z: 5 #Needed to lift the Z to clear homing switch on bed # ---> WARNING! - Z_MAX limit switch not monitored in Klipper! <--- # ---> This could potentially crash the toolhead if already at the top of Z travel! <--- -home_xy_position: -19,265 +home_xy_position: -19, 265 speed: 50.0 z_hop: 15.0 move_to_previous: False diff --git a/config/printer-monoprice-select-mini-v2-2018.cfg b/config/printer-monoprice-select-mini-v2-2018.cfg index 3bc86c75..289a931d 100644 --- a/config/printer-monoprice-select-mini-v2-2018.cfg +++ b/config/printer-monoprice-select-mini-v2-2018.cfg @@ -143,10 +143,10 @@ max_z_accel: 20 # Positions for BED_SCREWS_ADJUST levelling with bed screws still accessible [bed_screws] -screw1: 22,10 -screw2: 22,90 -screw3: 98,90 -screw4: 98,10 +screw1: 22, 10 +screw2: 22, 90 +screw3: 98, 90 +screw4: 98, 10 ###################################################################### # Optional: i2c ssd1306 OLED-display controlled by raspi host_mcu diff --git a/config/printer-mtw-create-2015.cfg b/config/printer-mtw-create-2015.cfg index 4194fd23..674d0be9 100644 --- a/config/printer-mtw-create-2015.cfg +++ b/config/printer-mtw-create-2015.cfg @@ -93,13 +93,13 @@ y_offset: 37 z_offset: 2.0 [safe_z_home] -home_xy_position: 125,150 +home_xy_position: 125, 150 z_hop: 10 z_hop_speed: 5 [bed_mesh] -mesh_min: 5,5 -mesh_max: 225,225 +mesh_min: 5, 5 +mesh_max: 225, 225 [fan] pin: PH5 diff --git a/config/printer-prusa-mini-plus-2020.cfg b/config/printer-prusa-mini-plus-2020.cfg index 2893738f..e64a27ba 100644 --- a/config/printer-prusa-mini-plus-2020.cfg +++ b/config/printer-prusa-mini-plus-2020.cfg @@ -158,15 +158,15 @@ z_offset: 0 # set this to your Live Z Offset, but negated (invert the sign) speed: 6.0 [safe_z_home] -home_xy_position: 147.4,21.1 +home_xy_position: 147.4, 21.1 z_hop: 4 [bed_mesh] speed: 100 horizontal_move_z: 5 -mesh_min: 10,10 -mesh_max: 141,167 -probe_count: 4,4 +mesh_min: 10, 10 +mesh_max: 141, 167 +probe_count: 4, 4 [filament_switch_sensor filament_sensor] switch_pin: ^PB4 diff --git a/config/printer-tevo-flash-2018.cfg b/config/printer-tevo-flash-2018.cfg index 210419ae..e6dee68f 100644 --- a/config/printer-tevo-flash-2018.cfg +++ b/config/printer-tevo-flash-2018.cfg @@ -124,7 +124,7 @@ gcode: # Mesh Bed Leveling. [bed_mesh] -mesh_min: 5,18 -mesh_max: 230,228 -probe_count: 9,9 +mesh_min: 5, 18 +mesh_max: 230, 228 +probe_count: 9, 9 algorithm: bicubic diff --git a/config/printer-tronxy-x5sa-pro-2020.cfg b/config/printer-tronxy-x5sa-pro-2020.cfg index b09fffc1..50bf2d1b 100644 --- a/config/printer-tronxy-x5sa-pro-2020.cfg +++ b/config/printer-tronxy-x5sa-pro-2020.cfg @@ -118,26 +118,26 @@ switch_pin: !PA15 pin: PB0 [safe_z_home] -home_xy_position: 165,165 +home_xy_position: 165, 165 speed: 50 z_hop: 10 z_hop_speed: 5 [bed_screws] -screw1: 5,5 -screw2: 165,5 -screw3: 325,5 -screw4: 5,325 -screw5: 165,325 -screw6: 325,325 +screw1: 5, 5 +screw2: 165, 5 +screw3: 325, 5 +screw4: 5, 325 +screw5: 165, 325 +screw6: 325, 325 [bed_mesh] speed: 120 -probe_count: 5,5 +probe_count: 5, 5 horizontal_move_z: 5 algorithm: lagrange -mesh_min : 20,20 -mesh_max : 310,310 +mesh_min : 20, 20 +mesh_max : 310, 310 mesh_pps: 0 [probe] diff --git a/config/printer-tronxy-x5sa-v6-2019.cfg b/config/printer-tronxy-x5sa-v6-2019.cfg index 069f60d6..e61dacc3 100644 --- a/config/printer-tronxy-x5sa-v6-2019.cfg +++ b/config/printer-tronxy-x5sa-v6-2019.cfg @@ -110,26 +110,26 @@ switch_pin: PA15 pin: PB0 [safe_z_home] -home_xy_position: 165,165 +home_xy_position: 165, 165 speed: 50 z_hop: 10 z_hop_speed: 5 [bed_screws] -screw1: 5,5 -screw2: 165,5 -screw3: 325,5 -screw4: 5,325 -screw5: 165,325 -screw6: 325,325 +screw1: 5, 5 +screw2: 165, 5 +screw3: 325, 5 +screw4: 5, 325 +screw5: 165, 325 +screw6: 325, 325 [bed_mesh] speed: 120 -probe_count: 5,5 +probe_count: 5, 5 horizontal_move_z: 5 algorithm: lagrange -mesh_min : 20,20 -mesh_max : 310,310 +mesh_min : 20, 20 +mesh_max : 310, 310 mesh_pps: 0 [probe] diff --git a/config/printer-velleman-k8800-2017.cfg b/config/printer-velleman-k8800-2017.cfg index c1a8abe6..97e96112 100644 --- a/config/printer-velleman-k8800-2017.cfg +++ b/config/printer-velleman-k8800-2017.cfg @@ -92,7 +92,7 @@ z_offset: -15 speed: 120 horizontal_move_z: 5 mesh_radius:65 -mesh_origin: 0,0 +mesh_origin: 0, 0 round_probe_count: 7 algorithm: bicubic diff --git a/config/printer-wanhao-duplicator-9-2018.cfg b/config/printer-wanhao-duplicator-9-2018.cfg index e3f5beeb..958a2d5f 100644 --- a/config/printer-wanhao-duplicator-9-2018.cfg +++ b/config/printer-wanhao-duplicator-9-2018.cfg @@ -91,18 +91,18 @@ square_corner_velocity: 15.0 [bed_mesh] speed: 120 -mesh_min: 27,3 -mesh_max: 270,290 -probe_count: 5,3 +mesh_min: 27, 3 +mesh_max: 270, 290 +probe_count: 5, 3 horizontal_move_z: 10 [bed_screws] -screw1: 5,5 +screw1: 5, 5 screw1_name: front left screw -screw2: 295,0 +screw2: 295, 0 screw2_name: front right screw -screw3: 295,290 +screw3: 295, 290 screw3_name: back right screw -screw4: 0,290 +screw4: 0, 290 screw4_name: back left screw probe_height: 0 diff --git a/config/printer-wanhao-duplicator-i3-plus-mark2-2019.cfg b/config/printer-wanhao-duplicator-i3-plus-mark2-2019.cfg index 5a499bc2..33b808b4 100644 --- a/config/printer-wanhao-duplicator-i3-plus-mark2-2019.cfg +++ b/config/printer-wanhao-duplicator-i3-plus-mark2-2019.cfg @@ -80,6 +80,6 @@ max_z_velocity: 5 max_z_accel: 100 [bed_mesh] -mesh_min: 20,20 -mesh_max: 190,130 -probe_count: 4,4 +mesh_min: 20, 20 +mesh_max: 190, 130 +probe_count: 4, 4 diff --git a/config/sample-probe-as-z-endstop.cfg b/config/sample-probe-as-z-endstop.cfg index 5deb088f..f458a5f3 100644 --- a/config/sample-probe-as-z-endstop.cfg +++ b/config/sample-probe-as-z-endstop.cfg @@ -21,7 +21,7 @@ position_min: -2 # The Z carriage may need to travel below the Z=0 # The safe_z_home section modifies the default G28 behavior [safe_z_home] -home_xy_position: 100,100 +home_xy_position: 100, 100 speed: 50 z_hop: 15 z_hop_speed: 5 @@ -29,18 +29,18 @@ z_hop_speed: 5 # Example bed_tilt config section [bed_tilt] points: - 100,100 - 10,10 - 10,100 - 10,190 - 100,10 - 100,190 - 190,10 - 190,100 - 190,190 + 100, 100 + 10, 10 + 10, 100 + 10, 190 + 100, 10 + 100, 190 + 190, 10 + 190, 100 + 190, 190 # Example bed_mesh config section [bed_mesh] -mesh_min: 20,20 -mesh_max: 200,200 -probe_count: 4,4 +mesh_min: 20, 20 +mesh_max: 200, 200 +probe_count: 4, 4 |