Need Help! Z height on second pass - help needed


Results 1 to 9 of 9

Thread: Z height on second pass - help needed

  1. #1
    Registered
    Join Date
    Apr 2017
    Location
    Canada
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default Z height on second pass - help needed

    Hi all,

    I have a problem hopefully someone can help. I'm relatively new to cnc and autocad and I'm having an issue. When I try running a toolpath on the machine, the first pass is perfect, but the second pass plunges too deep and jams the machine. Doesn't matter if it' s wood or aluminum. Granted it's just a tabletop axyz, but I think if I could get the machine to do second and third passes without nosediving into the material it would work fine. I'm usinf autodesk artcam 2017, and saving to axyz and .nc format. Any ideas would be helpful.
    Thanks

    Similar Threads:


  2. #2
    Community Moderator Jim Dawson's Avatar
    Join Date
    Dec 2013
    Posts
    5717
    Downloads
    0
    Uploads
    0

    Default Re: Z height on second pass - help needed

    I'm going to guess that your machine is expecting incremental moves, and the G-code is output in absolute moves. Can you post the G-code for a simple part?



  3. #3
    Member
    Join Date
    Feb 2006
    Location
    india
    Posts
    1792
    Downloads
    0
    Uploads
    0

    Default Re: Z height on second pass - help needed

    If you study the code, the cause would be obvious. Postprocessor may not be outputting codes suitable for your machine settings.



  4. #4
    Registered
    Join Date
    Apr 2017
    Location
    Canada
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default Re: Z height on second pass - help needed

    Hi Jim,

    this is partial code for the number one, outside vector cut. Hopefully this is enough.

    Thank you in advance,
    Dan

    N20G91G28X0Y0Z0
    N30G40G17G80G49
    N40T1M6
    N50G90G54
    N60G43Z5.080H1
    N70G0X0.000Y0.000S15000M3
    N80G0X10.503Y26.982Z5.080
    N90G1Z0.000F254.0
    N100G1X10.575Y26.982F1016.0
    N110X12.170Y26.982
    N120Y45.008
    N130X11.205Y44.730
    N140X10.503Y44.580
    N150Y26.982
    N160X10.450Y26.929
    N170X9.550Y26.029
    N180X9.625Y26.029
    N190X13.123Y26.030
    N200Y46.452
    N210X12.206Y46.040
    N220X11.317Y45.742
    N230X10.404Y45.533
    N240X9.550Y45.417
    N250Y26.029
    N260X9.497Y25.976
    N270X8.598Y25.077
    N280X8.672Y25.077
    N290X14.075Y25.078
    N300Y48.040
    N310X12.852Y47.389
    N320X11.929Y46.955
    N330X11.037Y46.656
    N340X10.186Y46.465
    N350X9.321Y46.361
    N360X8.598Y46.336
    N370Y25.077
    N380X8.548Y25.022
    N390X7.645Y24.047
    N400X7.714Y24.054
    N410X8.738Y24.125
    N420X15.028
    N430Y49.670
    N440X13.657Y48.886
    N450X12.189Y48.131
    N460X11.470Y47.801
    N470X10.706Y47.553
    N480X9.914Y47.385
    N490X9.107Y47.303
    N500X8.300Y47.307
    N510X7.645Y47.366
    N520Y24.047
    N530X7.600Y23.990
    N540X6.693Y22.851
    N550X6.760Y22.869
    N560X7.499Y23.051
    N570X8.254Y23.148
    N580X15.980Y23.173
    N590Y51.338
    N600X14.362Y50.358
    N610X12.700Y49.453
    N620X11.200Y48.711
    N630X10.412Y48.458
    N640X9.589Y48.301
    N650X8.819Y48.247
    N660X8.048Y48.283
    N670X7.293Y48.405
    N680X6.693Y48.562
    N690Y22.851
    N700X6.653Y22.790
    N710X5.740Y21.371
    N720X5.802Y21.404
    N730X6.487Y21.750
    N740X7.217Y22.005
    N750X8.112Y22.186
    N760X9.334Y22.220
    N770X16.933
    N780Y53.087
    N790X15.079Y51.904
    N800X13.243Y50.833
    N810X11.432Y49.868
    N820X10.704Y49.546
    N830X9.999Y49.338
    N840X9.254Y49.220
    N850X8.494Y49.202
    N860X7.739Y49.285
    N870X7.002Y49.467
    N880X6.314Y49.737
    N890X5.740Y50.042
    N900Y21.371
    N910X5.712Y21.304
    N920X4.788Y19.166
    N930X4.832Y19.223
    N940X5.239Y19.729
    N950X5.723Y20.186
    N960X6.267Y20.571
    N970X6.876Y20.884
    N980X7.513Y21.103
    N990X8.235Y21.233
    N1000X10.013Y21.268
    N1010X17.885
    N1020Y54.896
    N1030X16.160Y53.709
    N1040X14.387Y52.592
    N1050X12.636Y51.583
    N1060X10.983Y50.708
    N1070X10.313Y50.420
    N1080X9.645Y50.242
    N1090X9.009Y50.163
    N1100X8.354Y50.171
    N1110X7.700Y50.270
    N1120X7.065Y50.460
    N1130X6.467Y50.733
    N1140X5.921Y51.079
    N1150X5.391Y51.534
    N1160X4.878Y52.130
    N1170X4.788Y52.247
    N1180Y19.166
    N1190X4.783Y19.091
    N1200X3.835Y3.835
    N1210X3.908
    N1220X4.928
    N1230Y16.505
    N1240X4.984Y17.128
    N1250X5.146Y17.750
    N1260X5.390Y18.305
    N1270X5.728Y18.826
    N1280X6.151Y19.290
    N1290X6.642Y19.677
    N1300X7.182Y19.974
    N1310X7.760Y20.179
    N1320X8.393Y20.290
    N1330X18.838Y20.315
    N1340Y56.774
    N1350X17.139Y55.523
    N1360X15.514Y54.418
    N1370X13.847Y53.375
    N1380X12.142Y52.397
    N1390X10.534Y51.548
    N1400X9.931Y51.294
    N1410X9.343Y51.151
    N1420X8.731Y51.103
    N1430X8.118Y51.153
    N1440X7.519Y51.303
    N1450X6.910Y51.574
    N1460X6.363Y51.942
    N1470X5.943Y52.335
    N1480X5.567Y52.816
    N1490X5.271Y53.355
    N1500X5.067Y53.929
    N1510X4.956Y54.541
    N1520X4.928Y71.055
    N1530X4.987Y71.692
    N1540X5.156Y72.328
    N1550X5.399Y72.871
    N1560X5.724Y73.371
    N1570X6.119Y73.810
    N1580X6.627Y74.215
    N1590X8.928Y75.495
    N1600X10.824Y76.636
    N1610X12.671Y77.861
    N1620X14.464Y79.167
    N1630X16.199Y80.550
    N1640X17.870Y82.006
    N1650X19.472Y83.531
    N1660X20.953Y85.065
    N1670X3.835
    N1680Y3.835
    N1690X3.782Y3.782
    N1700X2.883Y2.883
    N1710X2.958
    N1720X5.884
    N1730X5.880Y16.505
    N1740X5.952Y17.102
    N1750X6.127Y17.638
    N1760X6.414Y18.148
    N1770X6.912Y18.703
    N1780X7.407Y19.028
    N1790X7.939Y19.240
    N1800X8.475Y19.341
    N1810X19.790Y19.363
    N1820Y58.733
    N1830X18.157Y57.439
    N1840X16.595Y56.294
    N1850X14.990Y55.208
    N1860X13.345Y54.182
    N1870X11.665Y53.220
    N1880X10.085Y52.388
    N1890X9.538Y52.170
    N1900X9.009Y52.069
    N1910X8.464Y52.069
    N1920X7.933Y52.172
    N1930X7.434Y52.372
    N1940X6.954Y52.688
    N1950X6.572Y53.059
    N1960X6.260Y53.504
    N1970X6.039Y53.999
    N1980X5.915Y54.536
    N1990X5.880Y56.777
    N2000Y71.055
    N2010X5.943Y71.621
    N2020X6.122Y72.181
    N2030X6.415Y72.699
    N2040X6.804Y73.143
    N2050X7.379Y73.568
    N2060X9.403Y74.667
    N2070X11.321Y75.818
    N2080X13.191Y77.055
    N2090X15.007Y78.375
    N2100X16.764Y79.774
    N2110X18.457Y81.248
    N2120X20.082Y82.793
    N2130X21.633Y84.404
    N2140X23.061Y86.017
    N2150X2.883
    N2160Y2.883
    N2170X2.830Y2.830
    N2180X1.930Y1.930
    N2190X2.005
    N2200X7.175
    N2210X6.949Y2.390
    N2220X6.846Y2.892
    N2230X6.833Y16.505
    N2240X6.897Y16.970
    N2250X7.087Y17.432
    N2260X7.347Y17.790
    N2270X7.685Y18.079
    N2280X8.139Y18.301
    N2290X8.738Y18.410
    N2300X20.743
    N2310Y60.787
    N2320X18.976Y59.289
    N2330X17.202Y57.911
    N2340X15.370Y56.609
    N2350X13.483Y55.387
    N2360X11.548Y54.248
    N2370X9.636Y53.228
    N2380X9.167Y53.059
    N2390X8.655Y53.016
    N2400X8.153Y53.108
    N2410X7.644Y53.356
    N2420X7.270Y53.694
    N2430X7.004Y54.137
    N2440X6.865Y54.625
    N2450X6.833Y71.055
    N2460X6.896Y71.517
    N2470X7.076Y71.964
    N2480X7.361Y72.354
    N2490X7.832Y72.730
    N2500X9.802Y73.795
    N2510X11.792Y74.988
    N2520X13.673Y76.230
    N2530X15.502Y77.555
    N2540X17.273Y78.959
    N2550X18.981Y80.440
    N2560X20.622Y81.992
    N2570X22.192Y83.612
    N2580X23.684Y85.292
    N2590X25.052Y86.970
    N2600X1.930
    N2610Y1.930
    N2620X1.877Y1.877
    N2630X0.978Y0.978
    N2640X1.053
    N2650X62.522
    N2660Y87.922
    N2670X0.978
    N2680Y0.978
    N2690X0.925Y0.925
    N2700X0.025Y0.025
    N2710X0.100
    N2720X63.475
    N2730Y88.875
    N2740X0.025
    N2750Y0.025
    N2760G0Z5.080
    N2770G0X7.645Y79.172
    N2780G1Z0.000F254.0
    N2790G1X7.708Y79.211F1016.0
    N2800X9.397Y80.264
    N2810X10.863Y81.255
    N2820X7.645
    N2830Y79.172
    N2840X7.609Y79.109
    N2850X6.693Y77.529
    N2860X6.756Y77.565
    N2870X8.585Y78.619
    N2880X10.367Y79.753
    N2890X12.097Y80.966
    N2900X13.714Y82.207
    N2910X6.693
    N2920Y77.529
    N2930X6.655Y77.465
    N2940X5.740Y75.921
    N2950X5.805Y75.957
    N2960X9.583Y78.126
    N2970X11.501Y79.373
    N2980X13.180Y80.581
    N2990X14.804Y81.861
    N3000X16.316Y83.160
    N3010X5.740
    N3020Y75.921
    N3030X5.712Y75.854
    N3040X4.788Y73.715
    N3050X4.831Y73.772
    N3060X5.286Y74.324
    N3070X5.874Y74.852
    N3080X6.734Y75.386
    N3090X8.437Y76.316
    N3100X10.294Y77.435
    N3110X12.103Y78.634
    N3120X13.861Y79.911
    N3130X15.561Y81.261
    N3140X17.199Y82.680
    N3150X18.720Y84.112
    N3160X4.788
    N3170Y73.715
    N3180G0Z5.080
    N3190G0X51.268Y26.983
    N3200G1Z0.000F254.0
    N3210G1X51.340F1016.0
    N3220X52.997
    N3230Y78.397
    N3240X51.268
    N3250Y26.983
    N3260X51.215Y26.930
    N3270X50.315Y26.030
    N3280X50.390
    N3290X53.950
    N3300Y79.350
    N3310X50.315
    N3320Y26.030
    N3330X50.262Y25.977
    N3340X49.363Y25.078
    N3350X49.438
    N3360X54.458
    N3370X54.902Y25.066
    N3380Y80.302
    N3390X49.363
    N3400Y25.078
    N3410X49.310Y25.025
    N3420X48.410Y24.125
    N3430X48.485
    N3440X54.458
    N3450X55.298Y24.074
    N3460X55.855Y23.996
    N3470Y81.255
    N3480X48.410
    N3490Y24.125
    N3500X48.357Y24.072
    N3510X47.458Y23.173
    N3520X47.532
    N3530X54.458
    N3540X55.327Y23.112
    N3550X56.113Y22.960
    N3560X56.807Y22.745
    N3570Y82.207
    N3580X47.458
    N3590Y23.173
    N3600X47.405Y23.120
    N3610X46.505Y22.220
    N3620X46.580
    N3630X54.458
    N3640X55.224Y22.165
    N3650X55.984Y22.005
    N3660X56.653Y21.774
    N3670X57.285Y21.464
    N3680X57.760Y21.170
    N3690Y83.160
    N3700X46.505
    N3710Y22.220
    N3720X46.452Y22.167
    N3730X45.553Y21.268
    N3740X45.628
    N3750X54.458
    N3760X55.163Y21.211
    N3770X55.871Y21.045
    N3780X56.492Y20.802
    N3790X57.078Y20.473
    N3800X57.610Y20.065
    N3810X58.074Y19.592
    N3820X58.461Y19.072
    N3830X58.712Y18.646
    N3840Y84.112
    N3850X45.553
    N3860Y21.268
    N3870X45.500Y21.215
    N3880X44.600Y20.315
    N3890X44.675
    N3900X54.458
    N3910X55.081Y20.259
    N3920X55.702Y20.098
    N3930X56.258Y19.854
    N3940X56.779Y19.516
    N3950X57.242Y19.093
    N3960X57.629Y18.601
    N3970X57.926Y18.062
    N3980X58.132Y17.483
    N3990X58.243Y16.850
    N4000X58.268Y3.835
    N4010X59.665
    N4020Y85.065
    N4030X44.600
    N4040Y20.315
    N4050X44.547Y20.262
    N4060X43.648Y19.363
    N4070X43.722
    N4080X54.458
    N4090X55.054Y19.291
    N4100X55.591Y19.117
    N4110X56.101Y18.829
    N4120X56.656Y18.332
    N4130X56.980Y17.837
    N4140X57.193Y17.304
    N4150X57.294Y16.769
    N4160X57.315Y3.019
    N4170X57.312Y2.883
    N4180X60.617
    N4190Y86.017
    N4200X43.648
    N4210Y19.363
    N4220X43.595Y19.310
    N4230X42.695Y18.410
    N4240X42.770
    N4250X54.458
    N4260X54.923Y18.346
    N4270X55.385Y18.156
    N4280X55.743Y17.896
    N4290X56.032Y17.558
    N4300X56.254Y17.104
    N4310X56.363Y16.505
    N4320Y3.019
    N4330X56.285Y2.513
    N4340X56.083Y2.042
    N4350X56.021Y1.930
    N4360X61.570
    N4370Y86.970
    N4380X42.572
    N4390X42.677Y86.501
    N4400X42.695Y64.167
    N4410Y36.563
    N4420Y18.410
    N4430G0Z5.080
    N4440G0X7.817Y2.777
    N4450G1Z0.000F254.0
    N4460G1X7.805Y2.837F1016.0
    N4470X7.785Y16.505
    N4480X7.855Y16.840
    N4490X8.051Y17.147
    N4500X8.349Y17.362
    N4510X8.813Y17.458
    N4520X21.695
    N4530Y62.956
    N4540X20.024Y61.422
    N4550X18.342Y60.004
    N4560X16.600Y58.656
    N4570X14.802Y57.382
    N4580X12.953Y56.186
    N4590X11.058Y55.069
    N4600X9.187Y54.068
    N4610X8.857Y53.971
    N4620X8.507Y53.995
    N4630X8.137Y54.169
    N4640X7.917Y54.442
    N4650X7.805Y54.771
    N4660X7.785Y71.055
    N4670X7.869Y71.423
    N4680X8.082Y71.745
    N4690X8.737Y72.137
    N4700X10.283Y72.978
    N4710X12.055Y74.032
    N4720X13.850Y75.199
    N4730X15.599Y76.441
    N4740X17.299Y77.754
    N4750X18.945Y79.136
    N4760X20.532Y80.582
    N4770X22.058Y82.090
    N4780X23.519Y83.655
    N4790X24.912Y85.273
    N4800X26.190Y86.880
    N4810X26.462Y87.108
    N4820X26.800Y87.226
    N4830X40.790Y87.247
    N4840X41.125Y87.178
    N4850X41.433Y86.981
    N4860X41.647Y86.684
    N4870X41.743Y86.220
    N4880Y63.724
    N4890Y36.954
    N4900Y17.458
    N4910X54.458
    N4920X54.793Y17.389
    N4930X55.100Y17.192
    N4940X55.314Y16.895
    N4950X55.410Y16.430
    N4960Y3.019
    N4970X55.337Y2.672
    N4980X55.175Y2.406
    N4990X54.912Y2.195
    N5000X54.605Y2.090
    N5010X32.048Y2.067
    N5020X8.738
    N5030X8.382Y2.145
    N5040X8.059Y2.351
    N5050X7.862Y2.665
    N5060X7.817Y2.777
    N5070X7.888Y2.795
    N5080X8.738Y3.019
    N5090Y3.094
    N5100Y16.505
    N5110X22.648
    N5120Y65.249
    N5130X21.060Y63.662
    N5140X19.460Y62.192
    N5150X17.794Y60.786
    N5160X16.069Y59.450
    N5170X14.290Y58.188
    N5180X12.459Y57.002
    N5190X10.585Y55.897
    N5200X8.738Y54.908
    N5210Y71.055
    N5220X10.705Y72.121
    N5230X12.569Y73.229
    N5240X14.393Y74.417
    N5250X16.171Y75.680
    N5260X17.900Y77.015
    N5270X19.573Y78.420
    N5280X21.187Y79.890
    N5290X22.739Y81.423
    N5300X24.226Y83.016
    N5310X25.641Y84.661
    N5320X26.941Y86.295
    N5330X40.790
    N5340Y16.505
    N5350X54.458
    N5360Y3.019
    N5370X8.738
    N5380G0Z5.080
    N5390G0X10.503Y26.982
    N5400G1Z-2.540F254.0
    N5410G1X10.575Y26.982F1016.0
    N5420X12.170Y26.982
    N5430Y45.008
    N5440X11.205Y44.730
    N5450X10.503Y44.580
    N5460Y26.982
    N5470X10.450Y26.929
    N5480X9.550Y26.029
    N5490X9.625Y26.029
    N5500X13.123Y26.030
    N5510Y46.452
    N5520X12.206Y46.040
    N5530X11.317Y45.742
    N5540X10.404Y45.533
    N5550X9.550Y45.417
    N5560Y26.029
    N5570X9.497Y25.976
    N5580X8.598Y25.077
    N5590X8.672Y25.077
    N5600X14.075Y25.078
    N5610Y48.040
    N5620X12.852Y47.389
    N5630X11.929Y46.955
    N5640X11.037Y46.656
    N5650X10.186Y46.465
    N5660X9.321Y46.361
    N5670X8.598Y46.336
    N5680Y25.077
    N5690X8.548Y25.022
    N5700X7.645Y24.047
    N5710X7.714Y24.054
    N5720X8.738Y24.125
    N5730X15.028
    N5740Y49.670
    N5750X13.657Y48.886
    N5760X12.189Y48.131
    N5770X11.470Y47.801
    N5780X10.706Y47.553
    N5790X9.914Y47.385
    N5800X9.107Y47.303
    N5810X8.300Y47.307
    N5820X7.645Y47.366
    N5830Y24.047
    N5840X7.600Y23.990
    N5850X6.693Y22.851
    N5860X6.760Y22.869
    N5870X7.499Y23.051
    N5880X8.254Y23.148
    N5890X15.980Y23.173
    N5900Y51.338
    N5910X14.362Y50.358
    N5920X12.700Y49.453
    N5930X11.200Y48.711
    N5940X10.412Y48.458
    N5950X9.589Y48.301
    N5960X8.819Y48.247
    N5970X8.048Y48.283
    N5980X7.293Y48.405
    N5990X6.693Y48.562
    N6000Y22.851
    N6010X6.653Y22.790
    N6020X5.740Y21.371
    N6030X5.802Y21.404
    N6040X6.487Y21.750
    N6050X7.217Y22.005
    N6060X8.112Y22.186
    N6070X9.334Y22.220
    N6080X16.933
    N6090Y53.087
    N6100X15.079Y51.904
    N6110X13.243Y50.833
    N6120X11.432Y49.868
    N6130X10.704Y49.546
    N6140X9.999Y49.338
    N6150X9.254Y49.220
    N6160X8.494Y49.202
    N6170X7.739Y49.285
    N6180X7.002Y49.467
    N6190X6.314Y49.737
    N6200X5.740Y50.042
    N6210Y21.371
    N6220X5.712Y21.304
    N6230X4.788Y19.166
    N6240X4.832Y19.223
    N6250X5.239Y19.729
    N6260X5.723Y20.186
    N6270X6.267Y20.571
    N6280X6.876Y20.884
    N6290X7.513Y21.103
    N6300X8.235Y21.233
    N6310X10.013Y21.268
    N6320X17.885
    N6330Y54.896
    N6340X16.160Y53.709
    N6350X14.387Y52.592
    N6360X12.636Y51.583
    N6370X10.983Y50.708
    N6380X10.313Y50.420



  5. #5
    Community Moderator Jim Dawson's Avatar
    Join Date
    Dec 2013
    Posts
    5717
    Downloads
    0
    Uploads
    0

    Default Re: Z height on second pass - help needed

    N90 G1 Z0.000 F254.0 First pass depth,

    N5400 G1 Z-2.540 F254.0 Second pass depth

    Is the machine not doing this? Should be 2.54mm (0.100 inch) deep.



  6. #6
    Registered
    Join Date
    Apr 2017
    Location
    Canada
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default Re: Z height on second pass - help needed

    Upon closer measurement, yes it is. Now I'm thinking that's too much for the machine to handle in aluminum. Is there a way to get the machine to do more, thinner passes. The first pass it just lays out the vector perfectly. Then second seems to bite off more than it can chew.. I'm ok with like four or five passes. I found that the third and final pass would be 4.82mm which is desired depth.

    Thanks
    Dan



  7. #7
    Community Moderator Jim Dawson's Avatar
    Join Date
    Dec 2013
    Posts
    5717
    Downloads
    0
    Uploads
    0

    Default Re: Z height on second pass - help needed

    In the Artcam software, there is a way to set the Depth of Cut. I'm not familiar with that software, but I know that parameter is there. it's in all CAM programs. Not sure what it's called in Artcam.



  8. #8
    Registered
    Join Date
    Apr 2017
    Location
    Canada
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by Jim Dawson View Post
    In the Artcam software, there is a way to set the Depth of Cut. I'm not familiar with that software, but I know that parameter is there. it's in all CAM programs. Not sure what it's called in Artcam.
    Hi Jim,
    Just wanted to thank you for the help. I've got it running now. Basically what I have done is tricked the machine and software by putting a lower material thickness and relief final thickness. The machine doesn't bind or jam anymore. After each toolpath is run, I reset the Z height and I just do more passes. It's tedious and prevents me from creating templates to save time but for now it's fine until I can purchase a larger machine one day. Thanks again for the insight.



  9. #9
    Member ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Township
    Posts
    35538
    Downloads
    1
    Uploads
    0

    Default Re: Z height on second pass - help needed

    The problem is that you don't know how to use ArtCAM. Find some tutorials, and learn how to use it, rather than learning how to do workarounds.

    Gerry

    UCCNC 2017 Screenset
    [URL]http://www.thecncwoodworker.com/2017.html[/URL]

    Mach3 2010 Screenset
    [URL]http://www.thecncwoodworker.com/2010.html[/URL]

    JointCAM - CNC Dovetails & Box Joints
    [URL]http://www.g-forcecnc.com/jointcam.html[/URL]

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Z height on second pass - help needed

Z height on second pass - help needed