├── 3 Axis CNC Card └── ch340 │ ├── CH341SER.EXE │ ├── Datasheet.pdf │ └── software │ ├── Candle1.1.8.rar │ └── laserGRBL.rar ├── 4 Axis ├── 4 axis Pro-Fluidnc.pdf ├── 4 axis-GRBL.pdf ├── Grbl_Esp32-4-B.rar ├── Yaml upload instruction │ └── 4 axis pro.rar ├── code.jpg ├── config.yaml ├── flash_download_tool_3.9.3_0.rar ├── index.html.gz └── wifi.jpg ├── 6 Axis Upgrade ├── 6 axis board description.pdf ├── CNC3D │ └── setup.exe ├── Grbl_Esp32-6.rar ├── Software instruction │ ├── 6 axis CNC card-2024.9.pdf │ ├── 6_Pack_stepstick_XYZABC.yaml │ ├── Software Instruction.pdf │ ├── flash_download_tool_3.9.3_0.rar │ └── index.html.gz ├── bluetooth │ ├── Grbl-Controler.apk │ └── app-release.aab ├── ch340 │ └── CH341SER.EXE ├── config.yaml ├── cp2102 │ └── CP2102USBQD_V6.7.3.350_XiTongZhiJia.zip ├── index.rar └── wifi+bluetooth instruction │ ├── Wifi.docx │ └── grbl BlueTooth.txt ├── 6 Axis ├── 6 axis software.rar ├── CP2102USBQD_V6.7.3.350_.zip ├── Instruction.docx ├── Original code │ └── Grbl_Esp32-6.rar └── PWM.jpg └── Software └── Candle1.1.8.zip /3 Axis CNC Card/ch340/CH341SER.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/3 Axis CNC Card/ch340/CH341SER.EXE -------------------------------------------------------------------------------- /3 Axis CNC Card/ch340/Datasheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/3 Axis CNC Card/ch340/Datasheet.pdf -------------------------------------------------------------------------------- /3 Axis CNC Card/ch340/software/Candle1.1.8.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/3 Axis CNC Card/ch340/software/Candle1.1.8.rar -------------------------------------------------------------------------------- /3 Axis CNC Card/ch340/software/laserGRBL.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/3 Axis CNC Card/ch340/software/laserGRBL.rar -------------------------------------------------------------------------------- /4 Axis/4 axis Pro-Fluidnc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/4 Axis/4 axis Pro-Fluidnc.pdf -------------------------------------------------------------------------------- /4 Axis/4 axis-GRBL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/4 Axis/4 axis-GRBL.pdf -------------------------------------------------------------------------------- /4 Axis/Grbl_Esp32-4-B.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/4 Axis/Grbl_Esp32-4-B.rar -------------------------------------------------------------------------------- /4 Axis/Yaml upload instruction/4 axis pro.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/4 Axis/Yaml upload instruction/4 axis pro.rar -------------------------------------------------------------------------------- /4 Axis/code.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/4 Axis/code.jpg -------------------------------------------------------------------------------- /4 Axis/config.yaml: -------------------------------------------------------------------------------- 1 | board: 4 Pack 2 | name: 4 Pack StepStick XYZA 3 | stepping: 4 | engine: I2S_STREAM 5 | idle_ms: 250 6 | pulse_us: 4 7 | dir_delay_us: 6 8 | disable_delay_us: 0 9 | 10 | axes: 11 | shared_stepper_disable_pin: NO_PIN 12 | x: 13 | steps_per_mm: 800.000 14 | max_rate_mm_per_min: 5000.000 15 | acceleration_mm_per_sec2: 100.000 16 | max_travel_mm: 300.000 17 | soft_limits: false 18 | homing: 19 | cycle: 1 20 | positive_direction: false 21 | mpos_mm: 0.000 22 | feed_mm_per_min: 100.000 23 | seek_mm_per_min: 200.000 24 | settle_ms: 500 25 | seek_scaler: 1.100 26 | feed_scaler: 1.100 27 | 28 | motor0: 29 | limit_neg_pin: NO_PIN 30 | limit_pos_pin: NO_PIN 31 | limit_all_pin: gpio.33:low:pu 32 | hard_limits: true 33 | pulloff_mm: 1.000 34 | stepstick: 35 | ms3_pin: i2so.3 36 | step_pin: I2SO.2 37 | direction_pin: I2SO.1 38 | disable_pin: I2SO.0 39 | 40 | y: 41 | steps_per_mm: 800.000 42 | max_rate_mm_per_min: 5000.000 43 | acceleration_mm_per_sec2: 100.000 44 | max_travel_mm: 300.000 45 | soft_limits: false 46 | homing: 47 | cycle: 1 48 | positive_direction: true 49 | mpos_mm: 0.000 50 | feed_mm_per_min: 100.000 51 | seek_mm_per_min: 200.000 52 | settle_ms: 500 53 | seek_scaler: 1.100 54 | feed_scaler: 1.100 55 | 56 | motor0: 57 | limit_neg_pin: NO_PIN 58 | limit_pos_pin: NO_PIN 59 | limit_all_pin: gpio.32:low 60 | hard_limits: true 61 | pulloff_mm: 1.000 62 | stepstick: 63 | ms3_pin: i2so.6 64 | step_pin: I2SO.5 65 | direction_pin: I2SO.4 66 | disable_pin: I2SO.7 67 | 68 | z: 69 | steps_per_mm: 800.000 70 | max_rate_mm_per_min: 5000.000 71 | acceleration_mm_per_sec2: 100.000 72 | max_travel_mm: 300.000 73 | soft_limits: false 74 | homing: 75 | cycle: 1 76 | positive_direction: true 77 | mpos_mm: 0.000 78 | feed_mm_per_min: 100.000 79 | seek_mm_per_min: 800.000 80 | settle_ms: 500 81 | seek_scaler: 1.100 82 | feed_scaler: 1.100 83 | 84 | motor0: 85 | limit_neg_pin: NO_PIN 86 | limit_pos_pin: NO_PIN 87 | limit_all_pin: gpio.35:low 88 | hard_limits: true 89 | pulloff_mm: 1.000 90 | stepstick: 91 | ms3_pin: i2so.11 92 | step_pin: I2SO.10 93 | direction_pin: I2SO.9 94 | disable_pin: I2SO.8 95 | 96 | a: 97 | steps_per_mm: 800 98 | max_rate_mm_per_min: 5000.000 99 | acceleration_mm_per_sec2: 100.000 100 | max_travel_mm: 960.000 101 | soft_limits: false 102 | homing: 103 | cycle: -1 104 | positive_direction: false 105 | mpos_mm: 150.000 106 | feed_mm_per_min: 100.000 107 | seek_mm_per_min: 200.000 108 | settle_ms: 500 109 | seek_scaler: 1.100 110 | feed_scaler: 1.100 111 | 112 | motor0: 113 | limit_neg_pin: NO_PIN 114 | limit_pos_pin: NO_PIN 115 | limit_all_pin: NO_PIN 116 | hard_limits: false 117 | pulloff_mm: 3.000 118 | stepstick: 119 | ms3_pin: i2so.14 120 | step_pin: I2SO.13 121 | direction_pin: I2SO.12 122 | disable_pin: I2SO.15 123 | i2so: 124 | bck_pin: gpio.22 125 | data_pin: gpio.21 126 | ws_pin: gpio.17 127 | 128 | spi: 129 | miso_pin: gpio.19 130 | mosi_pin: gpio.23 131 | sck_pin: gpio.18 132 | 133 | sdcard: 134 | card_detect_pin: NO_PIN 135 | cs_pin: gpio.5 136 | 137 | control: 138 | safety_door_pin: NO_PIN 139 | reset_pin: NO_PIN 140 | feed_hold_pin: gpio.36 141 | cycle_start_pin: NO_PIN 142 | macro0_pin: gpio.16:low:pu 143 | macro1_pin: gpio.14:low:pu 144 | macro2_pin: gpio.25:low:pu 145 | macro3_pin: gpio.26:low:pu 146 | coolant: 147 | flood_pin: i2so.24 148 | mist_pin: gpio.4 149 | delay_ms: 0 150 | 151 | probe: 152 | pin: gpio.34:low 153 | check_mode_start: true 154 | 155 | macros: 156 | startup_line0: 157 | startup_line1: 158 | macro0: $SD/Run=test.nc 159 | macro1: $SD/Run=test.nc 160 | macro2: $SD/Run=test.nc 161 | macro3: $SD/Run=test.nc 162 | 163 | 164 | start: 165 | must_home: false 166 | 167 | PWM: 168 | pwm_hz: 5000 169 | output_pin: gpio.27 170 | enable_pin: gpio.12 171 | direction_pin: NO_PIN 172 | disable_with_s0: false 173 | s0_with_disable: true 174 | spinup_ms: 1000 175 | spindown_ms: 1000 176 | tool_num: 0 177 | speed_map: 0=0.000% 1000=100.000% 178 | 179 | -------------------------------------------------------------------------------- /4 Axis/flash_download_tool_3.9.3_0.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/4 Axis/flash_download_tool_3.9.3_0.rar -------------------------------------------------------------------------------- /4 Axis/index.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/4 Axis/index.html.gz -------------------------------------------------------------------------------- /4 Axis/wifi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/4 Axis/wifi.jpg -------------------------------------------------------------------------------- /6 Axis Upgrade/6 axis board description.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/6 Axis Upgrade/6 axis board description.pdf -------------------------------------------------------------------------------- /6 Axis Upgrade/CNC3D/setup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/6 Axis Upgrade/CNC3D/setup.exe -------------------------------------------------------------------------------- /6 Axis Upgrade/Grbl_Esp32-6.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/6 Axis Upgrade/Grbl_Esp32-6.rar -------------------------------------------------------------------------------- /6 Axis Upgrade/Software instruction/6 axis CNC card-2024.9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/6 Axis Upgrade/Software instruction/6 axis CNC card-2024.9.pdf -------------------------------------------------------------------------------- /6 Axis Upgrade/Software instruction/6_Pack_stepstick_XYZABC.yaml: -------------------------------------------------------------------------------- 1 | board: 6 Pack 2 | name: 6 Pack StepStick XYZABC 3 | stepping: 4 | engine: I2S_STREAM 5 | idle_ms: 250 6 | pulse_us: 4 7 | dir_delay_us: 1 8 | disable_delay_us: 0 9 | 10 | axes: 11 | shared_stepper_disable_pin: NO_PIN 12 | x: 13 | steps_per_mm: 800.000 14 | max_rate_mm_per_min: 5000.000 15 | acceleration_mm_per_sec2: 100.000 16 | max_travel_mm: 300.000 17 | soft_limits: false 18 | homing: 19 | cycle: 2 20 | positive_direction: false 21 | mpos_mm: 150.000 22 | feed_mm_per_min: 100.000 23 | seek_mm_per_min: 200.000 24 | settle_ms: 500 25 | seek_scaler: 1.100 26 | feed_scaler: 1.100 27 | 28 | motor0: 29 | limit_neg_pin: NO_PIN 30 | limit_pos_pin: NO_PIN 31 | limit_all_pin: gpio.33:low 32 | hard_limits: true 33 | pulloff_mm: 1.000 34 | stepstick: 35 | ms3_pin: i2so.3 36 | step_pin: I2SO.2 37 | direction_pin: I2SO.1 38 | disable_pin: I2SO.0 39 | 40 | y: 41 | steps_per_mm: 800.000 42 | max_rate_mm_per_min: 5000.000 43 | acceleration_mm_per_sec2: 100.000 44 | max_travel_mm: 300.000 45 | soft_limits: false 46 | homing: 47 | cycle: 2 48 | positive_direction: true 49 | mpos_mm: 150.000 50 | feed_mm_per_min: 100.000 51 | seek_mm_per_min: 200.000 52 | settle_ms: 500 53 | seek_scaler: 1.100 54 | feed_scaler: 1.100 55 | 56 | motor0: 57 | limit_neg_pin: NO_PIN 58 | limit_pos_pin: NO_PIN 59 | limit_all_pin: gpio.32:low 60 | hard_limits: true 61 | pulloff_mm: 1.000 62 | stepstick: 63 | ms3_pin: i2so.6 64 | step_pin: I2SO.5 65 | direction_pin: I2SO.4 66 | disable_pin: I2SO.7 67 | 68 | z: 69 | steps_per_mm: 800.000 70 | max_rate_mm_per_min: 5000.000 71 | acceleration_mm_per_sec2: 100.000 72 | max_travel_mm: 300.000 73 | soft_limits: false 74 | homing: 75 | cycle: 1 76 | positive_direction: true 77 | mpos_mm: 150.000 78 | feed_mm_per_min: 100.000 79 | seek_mm_per_min: 800.000 80 | settle_ms: 500 81 | seek_scaler: 1.100 82 | feed_scaler: 1.100 83 | 84 | motor0: 85 | limit_neg_pin: NO_PIN 86 | limit_pos_pin: NO_PIN 87 | limit_all_pin: gpio.35:low 88 | hard_limits: true 89 | pulloff_mm: 1.000 90 | stepstick: 91 | ms3_pin: i2so.11 92 | step_pin: I2SO.10 93 | direction_pin: I2SO.9 94 | disable_pin: I2SO.8 95 | 96 | a: 97 | steps_per_mm: 53.400 98 | max_rate_mm_per_min: 5000.000 99 | acceleration_mm_per_sec2: 100.000 100 | max_travel_mm: 960.000 101 | soft_limits: false 102 | homing: 103 | cycle: 2 104 | positive_direction: false 105 | mpos_mm: 150.000 106 | feed_mm_per_min: 100.000 107 | seek_mm_per_min: 200.000 108 | settle_ms: 500 109 | seek_scaler: 1.100 110 | feed_scaler: 1.100 111 | 112 | motor0: 113 | limit_neg_pin: NO_PIN 114 | limit_pos_pin: NO_PIN 115 | limit_all_pin: NO_PIN 116 | hard_limits: false 117 | pulloff_mm: 3.000 118 | stepstick: 119 | ms3_pin: i2so.14 120 | step_pin: I2SO.13 121 | direction_pin: I2SO.12 122 | disable_pin: I2SO.15 123 | 124 | b: 125 | steps_per_mm: 808.000 126 | max_rate_mm_per_min: 5000.000 127 | acceleration_mm_per_sec2: 100.000 128 | max_travel_mm: 200.000 129 | soft_limits: false 130 | homing: 131 | cycle: 1 132 | positive_direction: false 133 | mpos_mm: 150.000 134 | feed_mm_per_min: 100.000 135 | seek_mm_per_min: 800.000 136 | settle_ms: 500 137 | seek_scaler: 1.100 138 | feed_scaler: 1.100 139 | 140 | motor0: 141 | limit_neg_pin: NO_PIN 142 | limit_pos_pin: NO_PIN 143 | limit_all_pin: NO_PIN 144 | hard_limits: false 145 | pulloff_mm: 3.000 146 | stepstick: 147 | ms3_pin: i2so.19 148 | step_pin: I2SO.18 149 | direction_pin: I2SO.17 150 | disable_pin: I2SO.16 151 | 152 | c: 153 | steps_per_mm: 808.000 154 | max_rate_mm_per_min: 5000.000 155 | acceleration_mm_per_sec2: 100.000 156 | max_travel_mm: 200.000 157 | soft_limits: false 158 | homing: 159 | cycle: 1 160 | positive_direction: false 161 | mpos_mm: 150.000 162 | feed_mm_per_min: 100.000 163 | seek_mm_per_min: 800.000 164 | settle_ms: 500 165 | seek_scaler: 1.100 166 | feed_scaler: 1.100 167 | 168 | motor0: 169 | limit_neg_pin: NO_PIN 170 | limit_pos_pin: NO_PIN 171 | limit_all_pin: NO_PIN 172 | hard_limits: false 173 | pulloff_mm: 3.000 174 | stepstick: 175 | ms3_pin: i2so.22 176 | step_pin: I2SO.21 177 | direction_pin: I2SO.20 178 | disable_pin: I2SO.23 179 | 180 | 181 | i2so: 182 | bck_pin: gpio.22 183 | data_pin: gpio.21 184 | ws_pin: gpio.17 185 | 186 | spi: 187 | miso_pin: gpio.19 188 | mosi_pin: gpio.23 189 | sck_pin: gpio.18 190 | 191 | sdcard: 192 | card_detect_pin: NO_PIN 193 | cs_pin: gpio.5 194 | 195 | control: 196 | safety_door_pin: NO_PIN 197 | reset_pin: NO_PIN 198 | feed_hold_pin: gpio.36 199 | cycle_start_pin: NO_PIN 200 | macro0_pin: NO_PIN 201 | macro1_pin: NO_PIN 202 | macro2_pin: NO_PIN 203 | macro3_pin: NO_PIN 204 | 205 | coolant: 206 | flood_pin: i2so.24 207 | mist_pin: gpio.4 208 | delay_ms: 0 209 | 210 | probe: 211 | pin: gpio.34:low 212 | check_mode_start: true 213 | 214 | macros: 215 | startup_line0: 216 | startup_line1: 217 | macro0: 218 | macro1: 219 | macro2: 220 | macro3: 221 | 222 | 223 | start: 224 | must_home: false 225 | 226 | PWM: 227 | pwm_hz: 5000 228 | output_pin: gpio.27 229 | enable_pin: gpio.12 230 | direction_pin: NO_PIN 231 | disable_with_s0: false 232 | s0_with_disable: true 233 | spinup_ms: 1000 234 | spindown_ms: 1000 235 | tool_num: 0 236 | speed_map: 0=0.000% 1000=100.000% 237 | -------------------------------------------------------------------------------- /6 Axis Upgrade/Software instruction/Software Instruction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/6 Axis Upgrade/Software instruction/Software Instruction.pdf -------------------------------------------------------------------------------- /6 Axis Upgrade/Software instruction/flash_download_tool_3.9.3_0.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/6 Axis Upgrade/Software instruction/flash_download_tool_3.9.3_0.rar -------------------------------------------------------------------------------- /6 Axis Upgrade/Software instruction/index.html.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/6 Axis Upgrade/Software instruction/index.html.gz -------------------------------------------------------------------------------- /6 Axis Upgrade/bluetooth/Grbl-Controler.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/6 Axis Upgrade/bluetooth/Grbl-Controler.apk -------------------------------------------------------------------------------- /6 Axis Upgrade/bluetooth/app-release.aab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/6 Axis Upgrade/bluetooth/app-release.aab -------------------------------------------------------------------------------- /6 Axis Upgrade/ch340/CH341SER.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/6 Axis Upgrade/ch340/CH341SER.EXE -------------------------------------------------------------------------------- /6 Axis Upgrade/config.yaml: -------------------------------------------------------------------------------- 1 | board: 6 Pack 2 | name: 6 Pack StepStick XYZABC 3 | stepping: 4 | engine: I2S_STREAM 5 | idle_ms: 250 6 | pulse_us: 4 7 | dir_delay_us: 6 8 | disable_delay_us: 0 9 | 10 | axes: 11 | shared_stepper_disable_pin: NO_PIN 12 | x: 13 | steps_per_mm: 800.000 14 | max_rate_mm_per_min: 5000.000 15 | acceleration_mm_per_sec2: 100.000 16 | max_travel_mm: 300.000 17 | soft_limits: false 18 | homing: 19 | cycle: 1 20 | positive_direction: false 21 | mpos_mm: 0.000 22 | feed_mm_per_min: 100.000 23 | seek_mm_per_min: 200.000 24 | settle_ms: 500 25 | seek_scaler: 1.100 26 | feed_scaler: 1.100 27 | 28 | motor0: 29 | limit_neg_pin: NO_PIN 30 | limit_pos_pin: NO_PIN 31 | limit_all_pin: gpio.33:low:pu 32 | hard_limits: true 33 | pulloff_mm: 1.000 34 | stepstick: 35 | ms3_pin: i2so.3 36 | step_pin: I2SO.2 37 | direction_pin: I2SO.1 38 | disable_pin: I2SO.0 39 | 40 | y: 41 | steps_per_mm: 800.000 42 | max_rate_mm_per_min: 5000.000 43 | acceleration_mm_per_sec2: 100.000 44 | max_travel_mm: 300.000 45 | soft_limits: false 46 | homing: 47 | cycle: 1 48 | positive_direction: true 49 | mpos_mm: 0.000 50 | feed_mm_per_min: 100.000 51 | seek_mm_per_min: 200.000 52 | settle_ms: 500 53 | seek_scaler: 1.100 54 | feed_scaler: 1.100 55 | 56 | motor0: 57 | limit_neg_pin: NO_PIN 58 | limit_pos_pin: NO_PIN 59 | limit_all_pin: gpio.32:low 60 | hard_limits: true 61 | pulloff_mm: 1.000 62 | stepstick: 63 | ms3_pin: i2so.6 64 | step_pin: I2SO.5 65 | direction_pin: I2SO.4 66 | disable_pin: I2SO.7 67 | 68 | z: 69 | steps_per_mm: 800.000 70 | max_rate_mm_per_min: 5000.000 71 | acceleration_mm_per_sec2: 100.000 72 | max_travel_mm: 300.000 73 | soft_limits: false 74 | homing: 75 | cycle: 1 76 | positive_direction: true 77 | mpos_mm: 0.000 78 | feed_mm_per_min: 100.000 79 | seek_mm_per_min: 800.000 80 | settle_ms: 500 81 | seek_scaler: 1.100 82 | feed_scaler: 1.100 83 | 84 | motor0: 85 | limit_neg_pin: NO_PIN 86 | limit_pos_pin: NO_PIN 87 | limit_all_pin: gpio.35:low 88 | hard_limits: true 89 | pulloff_mm: 1.000 90 | stepstick: 91 | ms3_pin: i2so.11 92 | step_pin: I2SO.10 93 | direction_pin: I2SO.9 94 | disable_pin: I2SO.8 95 | 96 | a: 97 | steps_per_mm: 800 98 | max_rate_mm_per_min: 5000.000 99 | acceleration_mm_per_sec2: 100.000 100 | max_travel_mm: 960.000 101 | soft_limits: false 102 | homing: 103 | cycle: -1 104 | positive_direction: false 105 | mpos_mm: 150.000 106 | feed_mm_per_min: 100.000 107 | seek_mm_per_min: 200.000 108 | settle_ms: 500 109 | seek_scaler: 1.100 110 | feed_scaler: 1.100 111 | 112 | motor0: 113 | limit_neg_pin: NO_PIN 114 | limit_pos_pin: NO_PIN 115 | limit_all_pin: NO_PIN 116 | hard_limits: false 117 | pulloff_mm: 3.000 118 | stepstick: 119 | ms3_pin: i2so.14 120 | step_pin: I2SO.13 121 | direction_pin: I2SO.12 122 | disable_pin: I2SO.15 123 | 124 | b: 125 | steps_per_mm: 800.000 126 | max_rate_mm_per_min: 5000.000 127 | acceleration_mm_per_sec2: 100.000 128 | max_travel_mm: 200.000 129 | soft_limits: false 130 | homing: 131 | cycle: -1 132 | positive_direction: false 133 | mpos_mm: 150.000 134 | feed_mm_per_min: 100.000 135 | seek_mm_per_min: 800.000 136 | settle_ms: 500 137 | seek_scaler: 1.100 138 | feed_scaler: 1.100 139 | 140 | motor0: 141 | limit_neg_pin: NO_PIN 142 | limit_pos_pin: NO_PIN 143 | limit_all_pin: NO_PIN 144 | hard_limits: false 145 | pulloff_mm: 3.000 146 | stepstick: 147 | ms3_pin: i2so.19 148 | step_pin: I2SO.18 149 | direction_pin: I2SO.17 150 | disable_pin: I2SO.16 151 | 152 | c: 153 | steps_per_mm: 800.000 154 | max_rate_mm_per_min: 5000.000 155 | acceleration_mm_per_sec2: 100.000 156 | max_travel_mm: 200.000 157 | soft_limits: false 158 | homing: 159 | cycle:-1 160 | positive_direction: false 161 | mpos_mm: 150.000 162 | feed_mm_per_min: 100.000 163 | seek_mm_per_min: 800.000 164 | settle_ms: 500 165 | seek_scaler: 1.100 166 | feed_scaler: 1.100 167 | 168 | motor0: 169 | limit_neg_pin: NO_PIN 170 | limit_pos_pin: NO_PIN 171 | limit_all_pin: NO_PIN 172 | hard_limits: false 173 | pulloff_mm: 3.000 174 | stepstick: 175 | ms3_pin: i2so.22 176 | step_pin: I2SO.21 177 | direction_pin: I2SO.20 178 | disable_pin: I2SO.23 179 | 180 | 181 | i2so: 182 | bck_pin: gpio.22 183 | data_pin: gpio.21 184 | ws_pin: gpio.17 185 | 186 | spi: 187 | miso_pin: gpio.19 188 | mosi_pin: gpio.23 189 | sck_pin: gpio.18 190 | 191 | sdcard: 192 | card_detect_pin: NO_PIN 193 | cs_pin: gpio.5 194 | 195 | control: 196 | safety_door_pin: NO_PIN 197 | reset_pin: NO_PIN 198 | feed_hold_pin: gpio.36 199 | cycle_start_pin: NO_PIN 200 | macro0_pin: gpio.16:low:pu 201 | macro1_pin: gpio.14:low:pu 202 | macro2_pin: gpio.25:low:pu 203 | macro3_pin: gpio.26:low:pu 204 | coolant: 205 | flood_pin: i2so.24 206 | mist_pin: gpio.4 207 | delay_ms: 0 208 | 209 | probe: 210 | pin: gpio.34:low 211 | check_mode_start: true 212 | 213 | macros: 214 | startup_line0: 215 | startup_line1: 216 | macro0: $SD/Run=test.nc 217 | macro1: $SD/Run=test.nc 218 | macro2: $SD/Run=test.nc 219 | macro3: $SD/Run=test.nc 220 | 221 | 222 | start: 223 | must_home: false 224 | 225 | PWM: 226 | pwm_hz: 5000 227 | output_pin: gpio.27 228 | enable_pin: gpio.12 229 | direction_pin: NO_PIN 230 | disable_with_s0: false 231 | s0_with_disable: true 232 | spinup_ms: 1000 233 | spindown_ms: 1000 234 | tool_num: 0 235 | speed_map: 0=0.000% 1000=100.000% 236 | 237 | -------------------------------------------------------------------------------- /6 Axis Upgrade/cp2102/CP2102USBQD_V6.7.3.350_XiTongZhiJia.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/6 Axis Upgrade/cp2102/CP2102USBQD_V6.7.3.350_XiTongZhiJia.zip -------------------------------------------------------------------------------- /6 Axis Upgrade/index.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/6 Axis Upgrade/index.rar -------------------------------------------------------------------------------- /6 Axis Upgrade/wifi+bluetooth instruction/Wifi.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/6 Axis Upgrade/wifi+bluetooth instruction/Wifi.docx -------------------------------------------------------------------------------- /6 Axis Upgrade/wifi+bluetooth instruction/grbl BlueTooth.txt: -------------------------------------------------------------------------------- 1 | 2 | Using Bluetooth 3 | Note: The USB/serial port stays open, and will keep connecting even reboots and crashes. So,useful messages are sent to the serial port. It will tell Bluetooth or WIFI info. 4 | 5 | [ESP...] command is applicable to any interface (serial, Bluetooth, WiFi, WebUI, etc.), but only startup information will come up on the serial port, because other interfaces have not started yet. 6 | 7 | Ensure #define ENABLE_ BLUETOOTH was not commented out in config.h. (Default is correct). 8 | 9 | Use USB serial port terminal to name Bluetooth, such as $Bluetooth/Name. Please refer to this document to learn how to use the [ESP...] command.Brief name is great.Example: $Bluetooth/Name=ESP32_BT. Password is unavailable. 10 | 11 | Use $Radio/mode=BT change radio mode to Bluetooth mode. ESP32 uses the same hardware for WiFi and Bluetooth, so only one is available at a time. 12 | 13 | A reboot is required to change to radio mode. Restart ESP32 will turn on Bluetooth with that name. Or press reset button or send command, $System/Control=Restart. 14 | 15 | Eanble serial Bluetooth. It works as serial port,which allows for backward compatibility with existing serial port transmitters, such as universal GCode transmitters. 16 | 17 | Note: Do not match during oprating, ESP32 may be interrupted. 18 | Tips: When enable BT mode, $Radio/mode=STA or $Radio/mode=AP can switch back to WiFi from Bluetooth console,then restart. -------------------------------------------------------------------------------- /6 Axis/6 axis software.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/6 Axis/6 axis software.rar -------------------------------------------------------------------------------- /6 Axis/CP2102USBQD_V6.7.3.350_.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/6 Axis/CP2102USBQD_V6.7.3.350_.zip -------------------------------------------------------------------------------- /6 Axis/Instruction.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/6 Axis/Instruction.docx -------------------------------------------------------------------------------- /6 Axis/Original code/Grbl_Esp32-6.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/6 Axis/Original code/Grbl_Esp32-6.rar -------------------------------------------------------------------------------- /6 Axis/PWM.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/6 Axis/PWM.jpg -------------------------------------------------------------------------------- /Software/Candle1.1.8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Macrobase-tech/CNC-Software/92cfd35943013aca729fb8a420bdd458276fa87c/Software/Candle1.1.8.zip --------------------------------------------------------------------------------